See: Description
| Interface | Description |
|---|---|
| ChannelAccessPolicy |
Interface to encapsulate
ConfigAttributes for secured channel
send and receive operations. |
| Class | Description |
|---|---|
| ChannelInvocation |
Secured object for
ChannelSecurityInterceptor. |
| ChannelSecurityInterceptor |
An AOP interceptor that enforces authorization for MessageChannel send and/or receive calls.
|
| ChannelSecurityMetadataSource |
The
SecurityMetadataSource implementation for secured MessageChannels. |
| DefaultChannelAccessPolicy |
Creates the
ConfigAttributes for secured channel
send and receive operations based on simple String values. |
| SecurityContextPropagationChannelInterceptor |
The
ExecutorChannelInterceptor implementation responsible for
the SecurityContext propagation from one message flow's thread to another
through the MessageChannels involved in the flow. |
| Annotation Type | Description |
|---|---|
| SecuredChannel |
An annotation to be applied for the
MessageChannel bean definition
from JavaConfig - on @Bean method level. |