クラス HttpBasicServerAuthenticationEntryPoint
- java.lang.Object
-
- org.springframework.security.web.server.authentication.HttpBasicServerAuthenticationEntryPoint
- 実装されているすべてのインターフェース:
ServerAuthenticationEntryPoint
public class HttpBasicServerAuthenticationEntryPoint extends java.lang.Object implements ServerAuthenticationEntryPoint
ユーザーに HTTP 基本認証を要求します。- 導入:
- 5.0
コンストラクターの概要
コンストラクター コンストラクター 説明 HttpBasicServerAuthenticationEntryPoint()
メソッドのサマリー
すべてのメソッド インスタンスメソッド 具象メソッド 修飾子と型 メソッド 説明 reactor.core.publisher.Mono<java.lang.Void>commence(org.springframework.web.server.ServerWebExchange exchange, AuthenticationException ex)認証フローを開始しますvoidsetRealm(java.lang.String realm)使用するレルムを設定します
メソッドの詳細
commence
public reactor.core.publisher.Mono<java.lang.Void> commence(org.springframework.web.server.ServerWebExchange exchange, AuthenticationException ex)インターフェースからコピーされた説明:ServerAuthenticationEntryPoint認証フローを開始します- 次で指定:
- インターフェース
ServerAuthenticationEntryPointのcommence - 戻り値:
- 認証のリクエストがいつ完了するかを示す
Mono<Void>
setRealm
public void setRealm(java.lang.String realm)
使用するレルムを設定します- パラメーター:
realm- レルム。デフォルトは「レルム」です