クラス 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>>
使用すべきではありません。
代わりに ServerHttpBasicAuthenticationConverter を使用してください。
ServerWebExchange から認証可能な Authentication に変換します。
導入:
5.0
  • フィールドサマリー

    フィールド
    修飾子と型
    フィールド
    説明
    static final StringSE
    使用すべきではありません。
  • コンストラクターのサマリー

    コンストラクター
    コンストラクター
    説明
    使用すべきではありません。
  • メソッドのサマリー

    修飾子と型
    メソッド
    説明
    reactor.core.publisher.Mono<Authentication>
    apply(org.springframework.web.server.ServerWebExchange exchange)
    使用すべきではありません。
    final void
    setCredentialsCharset(CharsetSE credentialsCharset)
    使用すべきではありません。
    基本認証クレデンシャルの Base64 でエンコードされたバイトをデコードするために使用される CharsetSE を設定します。

    クラス java.lang.ObjectSE から継承されたメソッド

    clone, equalsSE, finalize, getClass, hashCode, notify, notifyAll, toString, wait, waitSE, waitSE

    インターフェース java.util.function.FunctionSE から継承されたメソッド

    andThenSE, composeSE
  • フィールドの詳細

  • コンストラクターの詳細

    • 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

      public final void setCredentialsCharset(CharsetSE credentialsCharset)
      使用すべきではありません。
      基本認証クレデンシャルの Base64 でエンコードされたバイトをデコードするために使用される CharsetSE を設定します。デフォルトは UTF_8 です。
      パラメーター:
      credentialsCharset - 基本認証クレデンシャルの Base64 でエンコードされたバイトをデコードするために使用される CharsetSE
      導入:
      5.7