org.springframework.security.config
Class MethodSecurityInterceptorPostProcessor
java.lang.Object
org.springframework.security.config.MethodSecurityInterceptorPostProcessor
- All Implemented Interfaces:
- BeanFactoryAware, BeanPostProcessor
public class MethodSecurityInterceptorPostProcessor
- extends Object
- implements BeanPostProcessor, BeanFactoryAware
BeanPostProcessor which sets the AfterInvocationManager on the default MethodSecurityInterceptor,
if one has been configured.
- Version:
- $Id$
- Author:
- Luke Taylor
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MethodSecurityInterceptorPostProcessor
public MethodSecurityInterceptorPostProcessor()
postProcessBeforeInitialization
public Object postProcessBeforeInitialization(Object bean,
String beanName)
throws BeansException
- Specified by:
postProcessBeforeInitialization
in interface BeanPostProcessor
- Throws:
BeansException
postProcessAfterInitialization
public Object postProcessAfterInitialization(Object bean,
String beanName)
- Specified by:
postProcessAfterInitialization
in interface BeanPostProcessor
setBeanFactory
public void setBeanFactory(BeanFactory beanFactory)
throws BeansException
- Specified by:
setBeanFactory
in interface BeanFactoryAware
- Throws:
BeansException
Copyright © 2004-2010 SpringSource, Inc. All Rights Reserved.