クラス ServerHttpBasicAuthenticationConverter
java.lang.ObjectSE
org.springframework.security.web.server.ServerHttpBasicAuthenticationConverter
- 実装されているすべてのインターフェース:
FunctionSE<org.springframework.web.server.ServerWebExchange,reactor.core.publisher.Mono<Authentication>>
- 既知の直属サブクラス
ServerHttpBasicAuthenticationConverter
@DeprecatedSE
public class ServerHttpBasicAuthenticationConverter
extends ObjectSE
implements FunctionSE<org.springframework.web.server.ServerWebExchange,reactor.core.publisher.Mono<Authentication>>
使用すべきではありません。
ServerWebExchange から認証可能な Authentication に変換します。- 導入:
- 5.0
フィールドのサマリー
フィールドコンストラクターの概要
コンストラクターメソッドのサマリー
修飾子と型メソッド説明reactor.core.publisher.Mono<Authentication>apply(org.springframework.web.server.ServerWebExchange exchange) 使用すべきではありません。final voidsetCredentialsCharset(CharsetSE credentialsCharset) 使用すべきではありません。基本認証クレデンシャルの Base64 でエンコードされたバイトをデコードするために使用されるCharsetSE を設定します。クラス java.lang.ObjectSE から継承されたメソッド
clone, equalsSE, finalize, getClass, hashCode, notify, notifyAll, toString, wait, waitSE, waitSEインターフェース java.util.function.FunctionSE から継承されたメソッド
andThenSE, composeSE
フィールドの詳細
BASIC
使用すべきではありません。- 関連事項:
コンストラクターの詳細
ServerHttpBasicAuthenticationConverter
public ServerHttpBasicAuthenticationConverter()使用すべきではありません。
メソッドの詳細
apply
@DeprecatedSE public reactor.core.publisher.Mono<Authentication> apply(org.springframework.web.server.ServerWebExchange exchange) 使用すべきではありません。- 次で指定:
- インターフェース
FunctionSE<org.springframework.web.server.ServerWebExchange,のreactor.core.publisher.Mono<Authentication>> applySE
setCredentialsCharset
使用すべきではありません。基本認証クレデンシャルの Base64 でエンコードされたバイトをデコードするために使用されるCharsetSE を設定します。デフォルトはUTF_8です。- パラメーター:
credentialsCharset- 基本認証クレデンシャルの Base64 でエンコードされたバイトをデコードするために使用されるCharsetSE- 導入:
- 5.7
ServerHttpBasicAuthenticationConverterを使用してください。