All Classes
Class | Description |
---|---|
ChannelAccessPolicy |
Interface to encapsulate
ConfigAttribute s for secured channel
send and receive operations. |
ChannelInvocation |
Secured object for
ChannelSecurityInterceptor . |
ChannelSecurityInterceptor |
An AOP interceptor that enforces authorization for MessageChannel send and/or receive calls.
|
ChannelSecurityInterceptorBeanPostProcessor | |
ChannelSecurityMetadataSource |
The
SecurityMetadataSource implementation for secured MessageChannel s. |
DefaultChannelAccessPolicy |
Creates the
ConfigAttribute s for secured channel
send and receive operations based on simple String values. |
IntegrationSecurityNamespaceHandler |
Namespace handler for the security namespace.
|
SecuredChannel |
An annotation to be applied for the
MessageChannel bean definition
from JavaConfig - on @Bean method level. |
SecuredChannelsParser |
Creates a
ChannelSecurityInterceptor
to control send and receive access, and creates a bean post-processor to apply the
interceptor to MessageChannel s
whose names match the specified patterns. |
SecurityContextPropagationChannelInterceptor |
The
ExecutorChannelInterceptor
implementation responsible for
the SecurityContext propagation from one message flow's thread to another
through the MessageChannel s involved in the flow. |
SecurityIntegrationConfigurationInitializer |
The Integration Security infrastructure
beanFactory initializer. |