クラス ServerHttpBasicAuthenticationConverter

  • 実装されたすべてのインターフェース:
    java.util.function.Function<org.springframework.web.server.ServerWebExchange,​reactor.core.publisher.Mono<Authentication>>
    既知の直属サブクラス
    ServerHttpBasicAuthenticationConverter

    @Deprecated
    public class ServerHttpBasicAuthenticationConverter
    extends java.lang.Object
    implements java.util.function.Function<org.springframework.web.server.ServerWebExchange,​reactor.core.publisher.Mono<Authentication>>
    使用すべきではありません。
    代わりに ServerHttpBasicAuthenticationConverter を使用してください。
    ServerWebExchange から認証可能な Authentication に変換します。
    導入:
    5.0
    • フィールドサマリー

      フィールド  
      修飾子と型 フィールド 説明
      static java.lang.StringBASIC
      使用すべきではありません。
    • メソッドのサマリー

      すべてのメソッド   インスタンスメソッド   具象メソッド   非推奨のメソッド  
      修飾子と型 メソッド 説明
      reactor.core.publisher.Mono<Authentication>apply​(org.springframework.web.server.ServerWebExchange exchange)
      使用すべきではありません。
      • クラス java.lang.Object から継承されたメソッド

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • インターフェース java.util.function.Function から継承されたメソッド

        andThen, compose
    • フィールドの詳細

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

      • ServerHttpBasicAuthenticationConverter

        public ServerHttpBasicAuthenticationConverter()
        使用すべきではありません。
    • メソッドの詳細

      • apply

        @Deprecated
        public reactor.core.publisher.Mono<Authentication> apply​(org.springframework.web.server.ServerWebExchange exchange)
        使用すべきではありません。
        次で指定:
        インターフェース java.util.function.Function<org.springframework.web.server.ServerWebExchange,​reactor.core.publisher.Mono<Authentication>>apply