クラス 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 を設定します。クラス ObjectSE から継承されたメソッド
clone, equalsSE, finalize, getClass, hashCode, notify, notifyAll, toString, wait, waitSE, waitSEインターフェース 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
ServerHttpBasicAuthenticationConverterを使用してください。