クラス SecuritySocketAcceptorInterceptor

java.lang.ObjectSE
org.springframework.security.rsocket.core.SecuritySocketAcceptorInterceptor
実装されたすべてのインターフェース:
io.rsocket.plugins.SocketAcceptorInterceptorFunctionSE<io.rsocket.SocketAcceptor,io.rsocket.SocketAcceptor>

public class SecuritySocketAcceptorInterceptor extends ObjectSE implements io.rsocket.plugins.SocketAcceptorInterceptor
デリゲート SocketAcceptorInterceptor を介してセキュリティを適用する SocketAcceptorInterceptor。これにより、セキュリティをアプリケーションに遅延的に適用できます。
導入:
5.2
  • コンストラクターの詳細

    • SecuritySocketAcceptorInterceptor

      public SecuritySocketAcceptorInterceptor(io.rsocket.plugins.SocketAcceptorInterceptor acceptorInterceptor)
  • メソッドの詳細

    • apply

      public io.rsocket.SocketAcceptor apply(io.rsocket.SocketAcceptor socketAcceptor)
      次で指定:
      インターフェース FunctionSE<io.rsocket.SocketAcceptor,io.rsocket.SocketAcceptor>applySE