Interface ChannelAccessPolicy
- All Known Implementing Classes:
DefaultChannelAccessPolicy
Deprecated.
Interface to encapsulate
ConfigAttribute
s for secured channel
send and receive operations.- Since:
- 2.0
- Author:
- Oleg Zhurakousky
-
Method Summary
Modifier and TypeMethodDescriptionCollection<org.springframework.security.access.ConfigAttribute>
Deprecated.Collection<org.springframework.security.access.ConfigAttribute>
Deprecated.
-
Method Details
-
getConfigAttributesForSend
Collection<org.springframework.security.access.ConfigAttribute> getConfigAttributesForSend()Deprecated. -
getConfigAttributesForReceive
Collection<org.springframework.security.access.ConfigAttribute> getConfigAttributesForReceive()Deprecated.
-
new AuthorizationChannelInterceptor(AuthorityAuthorizationManager.hasAnyRole())