Package org.springframework.integration.security.channel

Class Summary
SecurityContextPropagatingChannelInterceptor Propagates the SecurityContext associated with the current thread (if any) by adding it to the header of sent messages.
SecurityEnforcingChannelInterceptor Delegates to the provided instance of AccessDecisionManager to enforce the security on the send and receive calls of the MessageChannel.