org.springframework.integration.security.channel
Interface ChannelAccessPolicy
- All Known Implementing Classes:
- DefaultChannelAccessPolicy
public interface ChannelAccessPolicy
Interface to encapsulate ConfigAttribute
s for secured channel
send and receive operations.
- Since:
- 2.0
- Author:
- Oleg Zhurakousky
getConfigAttributesForSend
Collection<org.springframework.security.access.ConfigAttribute> getConfigAttributesForSend()
getConfigAttributesForReceive
Collection<org.springframework.security.access.ConfigAttribute> getConfigAttributesForReceive()
Copyright © 2010. All Rights Reserved.