Package net.shibboleth.idp.profile.impl
Class ProfileActionBeanFactoryPostProcessor
- java.lang.Object
-
- net.shibboleth.idp.profile.impl.ProfileActionBeanFactoryPostProcessor
-
- All Implemented Interfaces:
BeanFactoryPostProcessor
public class ProfileActionBeanFactoryPostProcessor extends Object implements BeanFactoryPostProcessor
Post-processes bean configuration metadata to ensure that stateful beans are scoped properly. This post-processor will override the scope of any bean whose class or superclass is annotated withPrototypeand whose scope is notBeanDefinition.SCOPE_PROTOTYPEby setting the bean's scope toBeanDefinition.SCOPE_PROTOTYPE.
-
-
Field Summary
Fields Modifier and Type Field Description private org.slf4j.LoggerlogClass logger.
-
Constructor Summary
Constructors Constructor Description ProfileActionBeanFactoryPostProcessor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidpostProcessBeanFactory(ConfigurableListableBeanFactory beanFactory)
-
-
-
Method Detail
-
postProcessBeanFactory
public void postProcessBeanFactory(ConfigurableListableBeanFactory beanFactory)
- Specified by:
postProcessBeanFactoryin interfaceBeanFactoryPostProcessor
-
-