クラス 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
フィールド概要
クラス ServerHttpBasicAuthenticationConverter から継承されたフィールド
BASICコンストラクター概要
コンストラクター方法の概要
修飾子と型メソッド説明reactor.core.publisher.Mono<Authentication> convert(org.springframework.web.server.ServerWebExchange exchange) ServerWebExchangeをAuthenticationに変換しますクラス ServerHttpBasicAuthenticationConverter から継承されたメソッド
apply, setCredentialsCharsetクラス ObjectSE から継承されたメソッド
clone, equalsSE, finalize, getClass, hashCode, notify, notifyAll, toString, wait, waitSE, waitSEインターフェース 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