クラス AuthorizationChannelInterceptor

java.lang.ObjectSE
org.springframework.security.messaging.access.intercept.AuthorizationChannelInterceptor
実装されたすべてのインターフェース:
org.springframework.messaging.support.ChannelInterceptor

public final class AuthorizationChannelInterceptor extends ObjectSE implements org.springframework.messaging.support.ChannelInterceptor
提供された AuthorizationManager を使用して Message リソースを認可します
導入:
5.8
  • コンストラクターの詳細

    • AuthorizationChannelInterceptor

      public AuthorizationChannelInterceptor(AuthorizationManager<org.springframework.messaging.Message<?>> preSendAuthorizationManager)
      新しいインスタンスを作成します
      パラメーター:
      preSendAuthorizationManager - 使用する AuthorizationManager。null にはできません。
  • メソッドの詳細