Module net.shibboleth.ext.spring
Package net.shibboleth.ext.spring.config
Class IdentifiableBeanPostProcessor
- java.lang.Object
-
- net.shibboleth.ext.spring.config.IdentifiableBeanPostProcessor
-
- All Implemented Interfaces:
BeanPostProcessor
public class IdentifiableBeanPostProcessor extends Object implements BeanPostProcessor
Pre-processesIdentifiableComponentbeans by setting the bean ID to the bean name.
-
-
Field Summary
Fields Modifier and Type Field Description private org.slf4j.LoggerlogLogger.
-
Constructor Summary
Constructors Constructor Description IdentifiableBeanPostProcessor()
-
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
-
-