Package org.springframework.integration.security.channel
Provides classes related to secured channels.
-
Interface Summary Interface Description ChannelAccessPolicy Interface to encapsulateConfigAttribute
s for secured channel send and receive operations. -
Class Summary Class Description ChannelInvocation Secured object forChannelSecurityInterceptor
.ChannelSecurityInterceptor An AOP interceptor that enforces authorization for MessageChannel send and/or receive calls.ChannelSecurityMetadataSource TheSecurityMetadataSource
implementation for securedMessageChannel
s.DefaultChannelAccessPolicy Creates theConfigAttribute
s for secured channel send and receive operations based on simple String values.SecurityContextPropagationChannelInterceptor TheExecutorChannelInterceptor
implementation responsible for theSecurityContext
propagation from one message flow's thread to another through theMessageChannel
s involved in the flow. -
Annotation Types Summary Annotation Type Description SecuredChannel An annotation to be applied for theMessageChannel
bean definition from JavaConfig - on@Bean
method level.