クラス HttpStatusServerEntryPoint

  • 実装されたすべてのインターフェース:
    ServerAuthenticationEntryPoint

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

      コンストラクター  
      コンストラクター 説明
      HttpStatusServerEntryPoint​(org.springframework.http.HttpStatus httpStatus)
    • メソッドのサマリー

      すべてのメソッド   インスタンスメソッド   具象メソッド  
      修飾子と型 メソッド 説明
      reactor.core.publisher.Mono<java.lang.Void>commence​(org.springframework.web.server.ServerWebExchange exchange, AuthenticationException authException)
      認証フローを開始します
      • クラス java.lang.Object から継承されたメソッド

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • コンストラクターの詳細

      • HttpStatusServerEntryPoint

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

      • commence

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