クラス SecurityDebugBeanFactoryPostProcessor
java.lang.ObjectSE
org.springframework.security.config.debug.SecurityDebugBeanFactoryPostProcessor
- 実装済みのインターフェース一覧:
org.springframework.beans.factory.config.BeanFactoryPostProcessor, org.springframework.beans.factory.support.BeanDefinitionRegistryPostProcessor
public class SecurityDebugBeanFactoryPostProcessor
extends ObjectSE
implements org.springframework.beans.factory.support.BeanDefinitionRegistryPostProcessor
コンストラクター概要
コンストラクター方法の概要
修飾子と型メソッド説明voidpostProcessBeanDefinitionRegistry(org.springframework.beans.factory.support.BeanDefinitionRegistry registry) voidpostProcessBeanFactory(org.springframework.beans.factory.config.ConfigurableListableBeanFactory beanFactory)
コンストラクターの詳細
SecurityDebugBeanFactoryPostProcessor
public SecurityDebugBeanFactoryPostProcessor()
方法の詳細
postProcessBeanDefinitionRegistry
public void postProcessBeanDefinitionRegistry(org.springframework.beans.factory.support.BeanDefinitionRegistry registry) throws org.springframework.beans.BeansException - 次で指定:
- インターフェース
org.springframework.beans.factory.support.BeanDefinitionRegistryPostProcessor内のpostProcessBeanDefinitionRegistry - 例外:
org.springframework.beans.BeansException
postProcessBeanFactory
public void postProcessBeanFactory(org.springframework.beans.factory.config.ConfigurableListableBeanFactory beanFactory) throws org.springframework.beans.BeansException - 次で指定:
- インターフェース
org.springframework.beans.factory.support.BeanDefinitionRegistryPostProcessor内のpostProcessBeanFactory - 次で指定:
- インターフェース
org.springframework.beans.factory.config.BeanFactoryPostProcessor内のpostProcessBeanFactory - 例外:
org.springframework.beans.BeansException