Package net.shibboleth.idp.profile.impl
Class ProfileActionBeanPostProcessor
java.lang.Object
net.shibboleth.idp.profile.impl.ProfileActionBeanPostProcessor
- All Implemented Interfaces:
BeanPostProcessor
Post-processes
ProfileAction
beans by wrapping them in a Spring Web Flow adaptor.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionpostProcessAfterInitialization
(Object bean, String beanName) postProcessBeforeInitialization
(Object bean, String beanName)
-
Constructor Details
-
ProfileActionBeanPostProcessor
public ProfileActionBeanPostProcessor()
-
-
Method Details
-
postProcessBeforeInitialization
- Specified by:
postProcessBeforeInitialization
in interfaceBeanPostProcessor
-
postProcessAfterInitialization
- Specified by:
postProcessAfterInitialization
in interfaceBeanPostProcessor
-