クラス BasicAuthenticationDecoder
- java.lang.Object
-
- org.springframework.core.codec.AbstractDecoder<UsernamePasswordMetadata>
-
- org.springframework.security.rsocket.metadata.BasicAuthenticationDecoder
- 実装されたすべてのインターフェース:
org.springframework.core.codec.Decoder<UsernamePasswordMetadata>
@Deprecated public class BasicAuthenticationDecoder extends org.springframework.core.codec.AbstractDecoder<UsernamePasswordMetadata>
使用すべきではありません。基本認証は標準に発展しませんでした。代わりに単純認証を使用してください。- 導入:
- 5.2
コンストラクターの概要
コンストラクター コンストラクター 説明 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
メソッドの詳細
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