Package net.shibboleth.idp.profile.impl
Class ProfileActionBeanPostProcessor
- java.lang.Object
-
- net.shibboleth.idp.profile.impl.ProfileActionBeanPostProcessor
-
- All Implemented Interfaces:
BeanPostProcessor
public class ProfileActionBeanPostProcessor extends Object implements BeanPostProcessor
Post-processesProfileActionbeans by wrapping them in a Spring Web Flow adaptor.
-
-
Constructor Summary
Constructors Constructor Description ProfileActionBeanPostProcessor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ObjectpostProcessAfterInitialization(Object bean, String beanName)ObjectpostProcessBeforeInitialization(Object bean, String beanName)
-
-
-
Method Detail
-
postProcessBeforeInitialization
public Object postProcessBeforeInitialization(Object bean, String beanName)
- Specified by:
postProcessBeforeInitializationin interfaceBeanPostProcessor
-
postProcessAfterInitialization
public Object postProcessAfterInitialization(Object bean, String beanName)
- Specified by:
postProcessAfterInitializationin interfaceBeanPostProcessor
-
-