See: Description
Interface | Description |
---|---|
ChannelAccessPolicy |
Interface to encapsulate
ConfigAttribute s 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 MessageChannel s. |
DefaultChannelAccessPolicy |
Creates the
ConfigAttribute s 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 MessageChannel s involved in the flow. |
Annotation Type | Description |
---|---|
SecuredChannel |
An annotation to be applied for the
MessageChannel bean definition
from JavaConfig - on @Bean method level. |