|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.springframework.integration.security.config.ChannelSecurityInterceptorBeanPostProcessor
public class ChannelSecurityInterceptorBeanPostProcessor
A BeanPostProcessor
that proxies MessageChannel
s to apply a ChannelSecurityInterceptor
.
Constructor Summary | |
---|---|
ChannelSecurityInterceptorBeanPostProcessor(ChannelSecurityInterceptor interceptor)
|
Method Summary | |
---|---|
java.lang.Object |
postProcessAfterInitialization(java.lang.Object bean,
java.lang.String beanName)
|
java.lang.Object |
postProcessBeforeInitialization(java.lang.Object bean,
java.lang.String beanName)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ChannelSecurityInterceptorBeanPostProcessor(ChannelSecurityInterceptor interceptor)
Method Detail |
---|
public java.lang.Object postProcessBeforeInitialization(java.lang.Object bean, java.lang.String beanName) throws BeansException
postProcessBeforeInitialization
in interface BeanPostProcessor
BeansException
public java.lang.Object postProcessAfterInitialization(java.lang.Object bean, java.lang.String beanName) throws BeansException
postProcessAfterInitialization
in interface BeanPostProcessor
BeansException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |