Package org.springframework.integration.security.channel
package org.springframework.integration.security.channel
Provides classes related to secured channels.
-
ClassDescriptionInterface to encapsulate
ConfigAttribute
s for secured channel send and receive operations.Secured object forChannelSecurityInterceptor
.An AOP interceptor that enforces authorization for MessageChannel send and/or receive calls.TheSecurityMetadataSource
implementation for securedMessageChannel
s.Creates theConfigAttribute
s for secured channel send and receive operations based on simple String values.An annotation to be applied for theMessageChannel
bean definition from JavaConfig - on@Bean
method level.TheExecutorChannelInterceptor
implementation responsible for theSecurityContext
propagation from one message flow's thread to another through theMessageChannel
s involved in the flow.