org.springframework.security.config.debug
Class SecurityDebugBeanFactoryPostProcessor

java.lang.Object
  extended by org.springframework.security.config.debug.SecurityDebugBeanFactoryPostProcessor
All Implemented Interfaces:
BeanFactoryPostProcessor, BeanDefinitionRegistryPostProcessor

public class SecurityDebugBeanFactoryPostProcessor
extends Object
implements BeanDefinitionRegistryPostProcessor


Constructor Summary
SecurityDebugBeanFactoryPostProcessor()
           
 
Method Summary
 void postProcessBeanDefinitionRegistry(BeanDefinitionRegistry registry)
           
 void postProcessBeanFactory(ConfigurableListableBeanFactory beanFactory)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SecurityDebugBeanFactoryPostProcessor

public SecurityDebugBeanFactoryPostProcessor()
Method Detail

postProcessBeanDefinitionRegistry

public void postProcessBeanDefinitionRegistry(BeanDefinitionRegistry registry)
                                       throws BeansException
Specified by:
postProcessBeanDefinitionRegistry in interface BeanDefinitionRegistryPostProcessor
Throws:
BeansException

postProcessBeanFactory

public void postProcessBeanFactory(ConfigurableListableBeanFactory beanFactory)
                            throws BeansException
Specified by:
postProcessBeanFactory in interface BeanFactoryPostProcessor
Throws:
BeansException