クラス MethodSecurityBeanDefinitionParser.MethodSecurityExpressionHandlerBean
- java.lang.Object
-
- org.springframework.security.config.method.MethodSecurityBeanDefinitionParser.MethodSecurityExpressionHandlerBean
- 実装されているすべてのインターフェース:
org.springframework.beans.factory.Aware、org.springframework.beans.factory.FactoryBean<MethodSecurityExpressionHandler>、org.springframework.context.ApplicationContextAware
- 含まれているクラス:
- MethodSecurityBeanDefinitionParser
public static final class MethodSecurityBeanDefinitionParser.MethodSecurityExpressionHandlerBean extends java.lang.Object implements org.springframework.beans.factory.FactoryBean<MethodSecurityExpressionHandler>, org.springframework.context.ApplicationContextAware
コンストラクターの概要
コンストラクター コンストラクター 説明 MethodSecurityExpressionHandlerBean()
メソッドのサマリー
すべてのメソッド インスタンスメソッド 具象メソッド 修飾子と型 メソッド 説明 MethodSecurityExpressionHandlergetObject()java.lang.Class<?>getObjectType()voidsetApplicationContext(org.springframework.context.ApplicationContext applicationContext)
メソッドの詳細
getObject
public MethodSecurityExpressionHandler getObject()
- 次で指定:
- インターフェース
org.springframework.beans.factory.FactoryBean<MethodSecurityExpressionHandler>のgetObject
getObjectType
public java.lang.Class<?> getObjectType()
- 次で指定:
- インターフェース
org.springframework.beans.factory.FactoryBean<MethodSecurityExpressionHandler>のgetObjectType
setApplicationContext
public void setApplicationContext(org.springframework.context.ApplicationContext applicationContext) throws org.springframework.beans.BeansException- 次で指定:
- インターフェース
org.springframework.context.ApplicationContextAwareのsetApplicationContext - 例外:
org.springframework.beans.BeansException