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 Object
implements org.springframework.beans.factory.FactoryBean<MethodSecurityExpressionHandler>, org.springframework.context.ApplicationContextAware
- 
Field SummaryFields inherited from interface org.springframework.beans.factory.FactoryBeanOBJECT_TYPE_ATTRIBUTE
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionClass<?>voidsetApplicationContext(org.springframework.context.ApplicationContext applicationContext) Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.springframework.beans.factory.FactoryBeanisSingleton
- 
Constructor Details- 
MethodSecurityExpressionHandlerBeanpublic MethodSecurityExpressionHandlerBean()
 
- 
- 
Method Details- 
getObject- Specified by:
- getObjectin interface- org.springframework.beans.factory.FactoryBean<MethodSecurityExpressionHandler>
 
- 
getObjectType- Specified by:
- getObjectTypein interface- org.springframework.beans.factory.FactoryBean<MethodSecurityExpressionHandler>
 
- 
setApplicationContextpublic void setApplicationContext(org.springframework.context.ApplicationContext applicationContext) throws org.springframework.beans.BeansException - Specified by:
- setApplicationContextin interface- org.springframework.context.ApplicationContextAware
- Throws:
- org.springframework.beans.BeansException
 
 
-