Spring Integration

Package org.springframework.integration.security.channel

Provides classes related to secured channels.

See:
          Description

Interface Summary
ChannelAccessPolicy Interface to encapsulate ConfigAttributes for secured channel send and receive operations.
 

Class Summary
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.
 

Package org.springframework.integration.security.channel Description

Provides classes related to secured channels.


Spring Integration