クラス HttpStatusServerEntryPoint

java.lang.ObjectSE
org.springframework.security.web.server.authentication.HttpStatusServerEntryPoint
実装済みのインターフェース一覧:
ServerAuthenticationEntryPoint

public class HttpStatusServerEntryPoint extends ObjectSE implements ServerAuthenticationEntryPoint
汎用 HttpStatus をレスポンスとして送信する ServerAuthenticationEntryPoint。ブラウザーがレスポンスをインターセプトするため、基本認証を使用できない JavaScript クライアントに役立ちます。
導入:
5.1
  • コンストラクターの詳細

    • HttpStatusServerEntryPoint

      public HttpStatusServerEntryPoint(org.springframework.http.HttpStatus httpStatus)
  • メソッドの詳細

    • commence

      public reactor.core.publisher.Mono<VoidSE> commence(org.springframework.web.server.ServerWebExchange exchange, AuthenticationException authException)
      インターフェースからコピーされた説明: ServerAuthenticationEntryPoint
      認証フローを開始します
      次で指定:
      インターフェース ServerAuthenticationEntryPointcommence 
      パラメーター:
      exchange -
      authException -
      戻り値:
      認証のリクエストがいつ完了するかを示す Mono<Void>