クラス BasicAuthenticationEncoder
java.lang.ObjectSE
org.springframework.core.codec.AbstractEncoder<UsernamePasswordMetadata>
org.springframework.security.rsocket.metadata.BasicAuthenticationEncoder
- 実装されたすべてのインターフェース:
org.springframework.core.codec.Encoder<UsernamePasswordMetadata>
@DeprecatedSE
public class BasicAuthenticationEncoder
extends org.springframework.core.codec.AbstractEncoder<UsernamePasswordMetadata>
使用すべきではありません。
- 導入:
- 5.2
フィールドサマリー
クラス org.springframework.core.codec.AbstractEncoder から継承されたフィールド
logger
コンストラクターのサマリー
コンストラクター方法の概要
修飾子と型メソッド説明reactor.core.publisher.Flux<org.springframework.core.io.buffer.DataBuffer>
encode
(org.reactivestreams.Publisher<? extends UsernamePasswordMetadata> inputStream, org.springframework.core.io.buffer.DataBufferFactory bufferFactory, org.springframework.core.ResolvableType elementType, org.springframework.util.MimeType mimeType, MapSE<StringSE, ObjectSE> hints) 使用すべきではありません。org.springframework.core.io.buffer.DataBuffer
encodeValue
(UsernamePasswordMetadata credentials, org.springframework.core.io.buffer.DataBufferFactory bufferFactory, org.springframework.core.ResolvableType valueType, org.springframework.util.MimeType mimeType, MapSE<StringSE, ObjectSE> hints) 使用すべきではありません。クラス org.springframework.core.codec.AbstractEncoder から継承されたメソッド
canEncode, getEncodableMimeTypes, getLogger, setLogger
クラス java.lang.ObjectSE から継承されたメソッド
clone, equalsSE, finalize, getClass, hashCode, notify, notifyAll, toString, wait, waitSE, waitSE
インターフェース org.springframework.core.codec.Encoder から継承されたメソッド
getEncodableMimeTypes
コンストラクターの詳細
BasicAuthenticationEncoder
public BasicAuthenticationEncoder()使用すべきではありません。
メソッドの詳細
encode
public reactor.core.publisher.Flux<org.springframework.core.io.buffer.DataBuffer> encode(org.reactivestreams.Publisher<? extends UsernamePasswordMetadata> inputStream, org.springframework.core.io.buffer.DataBufferFactory bufferFactory, org.springframework.core.ResolvableType elementType, org.springframework.util.MimeType mimeType, MapSE<StringSE, ObjectSE> hints) 使用すべきではありません。encodeValue
public org.springframework.core.io.buffer.DataBuffer encodeValue(UsernamePasswordMetadata credentials, org.springframework.core.io.buffer.DataBufferFactory bufferFactory, org.springframework.core.ResolvableType valueType, org.springframework.util.MimeType mimeType, MapSE<StringSE, ObjectSE> hints) 使用すべきではありません。
SimpleAuthenticationEncoder
を使用