All Classes
| Class | Description |
|---|---|
| ChannelAccessPolicy |
Interface to encapsulate
ConfigAttributes 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 MessageChannels. |
| DefaultChannelAccessPolicy |
Creates the
ConfigAttributes 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 MessageChannels
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 MessageChannels involved in the flow. |
| SecurityIntegrationConfigurationInitializer |
The Integration Security infrastructure
beanFactory initializer. |