| Name | Description | Type | Package | Framework |
| SecurityContextPropagationChannelInterceptor | The ExecutorChannelInterceptor implementation responsible forthe SecurityContext propagation from one message flow's thread to another | Class | org.springframework.integration.security.channel | Spring Integration |
| SecuredChannel | An annotation to be applied for the MessageChannel bean definitionfrom JavaConfig - on @Bean method level. | Class | org.springframework.integration.security.channel | Spring Integration |
| DefaultChannelAccessPolicy | Creates the ConfigAttributes for secured channelsend and receive operations based on simple String values. | Class | org.springframework.integration.security.channel | Spring Integration |
| ChannelSecurityMetadataSource | The SecurityMetadataSource implementation for secured MessageChannels. | Class | org.springframework.integration.security.channel | Spring Integration |
| ChannelSecurityInterceptor | An AOP interceptor that enforces authorization for MessageChannel send and/or receive calls. | Class | org.springframework.integration.security.channel | Spring Integration |
| ChannelInvocation | Secured object for ChannelSecurityInterceptor. | Class | org.springframework.integration.security.channel | Spring Integration |
| ChannelAccessPolicy | Interface to encapsulate ConfigAttributes for secured channelsend and receive operations. | Interface | org.springframework.integration.security.channel | Spring Integration |