クラス BasicAuthenticationDecoder

    • フィールドのサマリー

      • クラス org.springframework.core.codec.AbstractDecoder から継承されたフィールド

        logger
    • コンストラクターの概要

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

      すべてのメソッド   インスタンスメソッド   具象メソッド   非推奨のメソッド  
      修飾子と型 メソッド 説明
      reactor.core.publisher.Flux<UsernamePasswordMetadata>decode​(org.reactivestreams.Publisher<org.springframework.core.io.buffer.DataBuffer> input, org.springframework.core.ResolvableType elementType, org.springframework.util.MimeType mimeType, java.util.Map<java.lang.String,​java.lang.Object> hints)
      使用すべきではありません。
      reactor.core.publisher.Mono<UsernamePasswordMetadata>decodeToMono​(org.reactivestreams.Publisher<org.springframework.core.io.buffer.DataBuffer> input, org.springframework.core.ResolvableType elementType, org.springframework.util.MimeType mimeType, java.util.Map<java.lang.String,​java.lang.Object> hints)
      使用すべきではありません。
      • クラス org.springframework.core.codec.AbstractDecoder から継承されたメソッド

        canDecode, getDecodableMimeTypes, getLogger, setLogger
      • クラス java.lang.Object から継承されたメソッド

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • インターフェース org.springframework.core.codec.Decoder から継承されたメソッド

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

      • BasicAuthenticationDecoder

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

      • decode

        public reactor.core.publisher.Flux<UsernamePasswordMetadata> decode​(org.reactivestreams.Publisher<org.springframework.core.io.buffer.DataBuffer> input,
                                                                            org.springframework.core.ResolvableType elementType,
                                                                            org.springframework.util.MimeType mimeType,
                                                                            java.util.Map<java.lang.String,​java.lang.Object> hints)
        使用すべきではありません。
      • decodeToMono

        public reactor.core.publisher.Mono<UsernamePasswordMetadata> decodeToMono​(org.reactivestreams.Publisher<org.springframework.core.io.buffer.DataBuffer> input,
                                                                                  org.springframework.core.ResolvableType elementType,
                                                                                  org.springframework.util.MimeType mimeType,
                                                                                  java.util.Map<java.lang.String,​java.lang.Object> hints)
        使用すべきではありません。
        次で指定:
        インターフェース org.springframework.core.codec.Decoder<UsernamePasswordMetadata>decodeToMono 
        オーバーライド:
        クラス org.springframework.core.codec.AbstractDecoder<UsernamePasswordMetadata>decodeToMono