クラス BasicAuthenticationDecoder
java.lang.ObjectSE
org.springframework.core.codec.AbstractDecoder<UsernamePasswordMetadata>
org.springframework.security.rsocket.metadata.BasicAuthenticationDecoder
- 実装されているすべてのインターフェース:
org.springframework.core.codec.Decoder<UsernamePasswordMetadata>
@DeprecatedSE
public class BasicAuthenticationDecoder
extends org.springframework.core.codec.AbstractDecoder<UsernamePasswordMetadata>
使用すべきではありません。
基本認証は標準に発展しませんでした。代わりに単純認証を使用してください。
- 導入:
- 5.2
フィールドのサマリー
クラス org.springframework.core.codec.AbstractDecoder から継承されたフィールド
loggerコンストラクターの概要
コンストラクターメソッドのサマリー
修飾子と型メソッド説明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, MapSE<StringSE, ObjectSE> 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, MapSE<StringSE, ObjectSE> hints) 使用すべきではありません。クラス org.springframework.core.codec.AbstractDecoder から継承されたメソッド
canDecode, getDecodableMimeTypes, getLogger, setLoggerクラス java.lang.ObjectSE から継承されたメソッド
clone, equalsSE, finalize, getClass, hashCode, notify, notifyAll, toString, wait, waitSE, waitSEインターフェース 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, MapSE<StringSE, ObjectSE> 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, MapSE<StringSE, ObjectSE> hints) 使用すべきではありません。- 次で指定:
- インターフェース
org.springframework.core.codec.Decoder<UsernamePasswordMetadata>のdecodeToMono - オーバーライド:
- クラス
org.springframework.core.codec.AbstractDecoder<UsernamePasswordMetadata>のdecodeToMono