クラス SimpleAuthenticationEncoder
- java.lang.Object
-
- org.springframework.core.codec.AbstractEncoder<UsernamePasswordMetadata>
-
- org.springframework.security.rsocket.metadata.SimpleAuthenticationEncoder
- 実装されているすべてのインターフェース:
org.springframework.core.codec.Encoder<UsernamePasswordMetadata>
public class SimpleAuthenticationEncoder extends org.springframework.core.codec.AbstractEncoder<UsernamePasswordMetadata>
単純な認証をエンコードします。- 導入:
- 5.3
コンストラクターの概要
コンストラクター コンストラクター 説明 SimpleAuthenticationEncoder()
メソッドのサマリー
すべてのメソッド インスタンスメソッド 具象メソッド 修飾子と型 メソッド 説明 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, java.util.Map<java.lang.String,java.lang.Object> 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, java.util.Map<java.lang.String,java.lang.Object> hints)クラス org.springframework.core.codec.AbstractEncoder から継承されたメソッド
canEncode, getEncodableMimeTypes, getLogger, setLogger
メソッドの詳細
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, java.util.Map<java.lang.String,java.lang.Object> 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, java.util.Map<java.lang.String,java.lang.Object> hints)