org.springframework.integration.security.config
Class ChannelSecurityInterceptorBeanPostProcessor
java.lang.Object
org.springframework.integration.security.config.ChannelSecurityInterceptorBeanPostProcessor
- All Implemented Interfaces:
- BeanPostProcessor
public class ChannelSecurityInterceptorBeanPostProcessor
- extends Object
- implements BeanPostProcessor
A BeanPostProcessor that proxies MessageChannels to apply a ChannelSecurityInterceptor.
- Author:
- Mark Fisher, Oleg Zhurakousky
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ChannelSecurityInterceptorBeanPostProcessor
public ChannelSecurityInterceptorBeanPostProcessor(ChannelSecurityInterceptor interceptor)
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)
throws BeansException
- Specified by:
postProcessAfterInitialization in interface BeanPostProcessor
- Throws:
BeansException
Copyright © 2010. All Rights Reserved.