Class MethodSecurityBeanDefinitionParser.MethodSecurityExpressionHandlerBean
- java.lang.Object
-
- org.springframework.security.config.method.MethodSecurityBeanDefinitionParser.MethodSecurityExpressionHandlerBean
-
- All Implemented Interfaces:
org.springframework.beans.factory.Aware
,org.springframework.beans.factory.FactoryBean<MethodSecurityExpressionHandler>
,org.springframework.context.ApplicationContextAware
- Enclosing class:
- MethodSecurityBeanDefinitionParser
public static final class MethodSecurityBeanDefinitionParser.MethodSecurityExpressionHandlerBean extends java.lang.Object implements org.springframework.beans.factory.FactoryBean<MethodSecurityExpressionHandler>, org.springframework.context.ApplicationContextAware
-
-
Constructor Summary
Constructors Constructor Description MethodSecurityExpressionHandlerBean()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MethodSecurityExpressionHandler
getObject()
java.lang.Class<?>
getObjectType()
void
setApplicationContext(org.springframework.context.ApplicationContext applicationContext)
-
-
-
Method Detail
-
getObject
public MethodSecurityExpressionHandler getObject()
- Specified by:
getObject
in interfaceorg.springframework.beans.factory.FactoryBean<MethodSecurityExpressionHandler>
-
getObjectType
public java.lang.Class<?> getObjectType()
- Specified by:
getObjectType
in interfaceorg.springframework.beans.factory.FactoryBean<MethodSecurityExpressionHandler>
-
setApplicationContext
public void setApplicationContext(org.springframework.context.ApplicationContext applicationContext) throws org.springframework.beans.BeansException
- Specified by:
setApplicationContext
in interfaceorg.springframework.context.ApplicationContextAware
- Throws:
org.springframework.beans.BeansException
-
-