クラス 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()
メソッドのサマリー
すべてのメソッド インスタンスメソッド 具象メソッド 修飾子と型 メソッド 説明 MethodSecurityExpressionHandler
getObject()
java.lang.Class<?>
getObjectType()
void
setApplicationContext(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