Interface ChannelAccessPolicy

All Known Implementing Classes:
DefaultChannelAccessPolicy

@Deprecated(since="6.0") public interface ChannelAccessPolicy
Deprecated.
since 6.0 in favor of literally new AuthorizationChannelInterceptor(AuthorityAuthorizationManager.hasAnyRole())
Interface to encapsulate ConfigAttributes for secured channel send and receive operations.
Since:
2.0
  • Method Details

    • getConfigAttributesForSend

      Collection<org.springframework.security.access.ConfigAttribute> getConfigAttributesForSend()
      Deprecated.
    • getConfigAttributesForReceive

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