クラス 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) インターフェースからコピーされた説明:ServerAuthenticationConverterServerWebExchangeをAuthenticationに変換します- 次で指定:
- インターフェース
ServerAuthenticationConverterのconvert - パラメーター:
exchange-ServerWebExchange- 戻り値:
Authenticationを表すMono