クラス HttpStatusServerEntryPoint
java.lang.ObjectSE
org.springframework.security.web.server.authentication.HttpStatusServerEntryPoint
- 実装されたすべてのインターフェース:
ServerAuthenticationEntryPoint
汎用
HttpStatus
をレスポンスとして送信する ServerAuthenticationEntryPoint
。ブラウザーがレスポンスをインターセプトするため、基本認証を使用できない JavaScript クライアントに役立ちます。- 導入:
- 5.1
コンストラクターの概要
コンストラクターメソッドのサマリー
修飾子と型メソッド説明reactor.core.publisher.Mono<VoidSE>
commence
(org.springframework.web.server.ServerWebExchange exchange, AuthenticationException authException) 認証フローを開始します
コンストラクターの詳細
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
認証フローを開始します- 次で指定:
- インターフェース
ServerAuthenticationEntryPoint
のcommence
- 戻り値:
- 認証のリクエストがいつ完了するかを示す
Mono<Void>