org.springframework.integration.security.channel
Interface ChannelAccessPolicy

All Known Implementing Classes:
DefaultChannelAccessPolicy

public interface ChannelAccessPolicy

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

Since:
2.0

Method Summary
 java.util.Collection<org.springframework.security.access.ConfigAttribute> getConfigAttributesForReceive()
           
 java.util.Collection<org.springframework.security.access.ConfigAttribute> getConfigAttributesForSend()
           
 

Method Detail

getConfigAttributesForSend

java.util.Collection<org.springframework.security.access.ConfigAttribute> getConfigAttributesForSend()

getConfigAttributesForReceive

java.util.Collection<org.springframework.security.access.ConfigAttribute> getConfigAttributesForReceive()