クラス 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.DataBufferencodeValue(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を使用