インターフェース ServerAuthenticationEntryPoint

すべての既知の実装クラス:
BearerTokenServerAuthenticationEntryPointDelegatingServerAuthenticationEntryPointHttpBasicServerAuthenticationEntryPointHttpStatusServerEntryPointRedirectServerAuthenticationEntryPoint
関数インターフェース:
これは関数インターフェースであるため、ラムダ式またはメソッド参照の割り当てターゲットとして使用できます。

@FunctionalInterfaceSE public interface ServerAuthenticationEntryPoint
認証をリクエストするために使用
導入:
5.0
  • メソッドのサマリー

    修飾子と型
    メソッド
    説明
    reactor.core.publisher.Mono<VoidSE>
    commence(org.springframework.web.server.ServerWebExchange exchange, AuthenticationException ex)
    認証フローを開始します
  • メソッドの詳細

    • commence

      reactor.core.publisher.Mono<VoidSE> commence(org.springframework.web.server.ServerWebExchange exchange, AuthenticationException ex)
      認証フローを開始します
      パラメーター:
      exchange -
      ex -
      戻り値:
      認証のリクエストがいつ完了するかを示す Mono<Void>