クラス ServerHttpBasicAuthenticationConverter
java.lang.ObjectSE
org.springframework.security.web.server.ServerHttpBasicAuthenticationConverter
org.springframework.security.web.server.authentication.ServerHttpBasicAuthenticationConverter
- 実装されたすべてのインターフェース:
FunctionSE<org.springframework.web.server.ServerWebExchange,
,reactor.core.publisher.Mono<Authentication>> ServerAuthenticationConverter
public class ServerHttpBasicAuthenticationConverter
extends ServerHttpBasicAuthenticationConverter
implements ServerAuthenticationConverter
ServerWebExchange
から認証可能な Authentication
に変換します。- 導入:
- 5.1
フィールドのサマリー
クラス org.springframework.security.web.server.ServerHttpBasicAuthenticationConverter から継承されたフィールド
BASIC
コンストラクターの概要
コンストラクターメソッドのサマリー
修飾子と型メソッド説明reactor.core.publisher.Mono<Authentication>
convert
(org.springframework.web.server.ServerWebExchange exchange) ServerWebExchange
をAuthentication
に変換しますクラス org.springframework.security.web.server.ServerHttpBasicAuthenticationConverter から継承されたメソッド
apply, setCredentialsCharset
クラス java.lang.ObjectSE から継承されたメソッド
clone, equalsSE, finalize, getClass, hashCode, notify, notifyAll, toString, wait, waitSE, waitSE
インターフェース java.util.function.FunctionSE から継承されたメソッド
andThenSE, composeSE
コンストラクターの詳細
ServerHttpBasicAuthenticationConverter
public ServerHttpBasicAuthenticationConverter()
メソッドの詳細
convert
public reactor.core.publisher.Mono<Authentication> convert(org.springframework.web.server.ServerWebExchange exchange) インターフェースからコピーされた説明:ServerAuthenticationConverter
ServerWebExchange
をAuthentication
に変換します- 次で指定:
- インターフェース
ServerAuthenticationConverter
のconvert
- パラメーター:
exchange
-ServerWebExchange
- 戻り値:
Authentication
を表すMono