クラス BearerTokenAuthenticationEncoder
java.lang.ObjectSE
org.springframework.core.codec.AbstractEncoder<BearerTokenMetadata>
org.springframework.security.rsocket.metadata.BearerTokenAuthenticationEncoder
- 実装済みのインターフェース一覧:
org.springframework.core.codec.Encoder<BearerTokenMetadata>
public class BearerTokenAuthenticationEncoder
extends org.springframework.core.codec.AbstractEncoder<BearerTokenMetadata>
ベアラ認証をエンコードします。
- 導入:
- 5.3
フィールド概要
クラス org.springframework.core.codec.AbstractEncoder から継承されたフィールド
loggerコンストラクター概要
コンストラクター方法の概要
修飾子と型メソッド説明reactor.core.publisher.Flux<org.springframework.core.io.buffer.DataBuffer> encode(org.reactivestreams.Publisher<? extends BearerTokenMetadata> inputStream, org.springframework.core.io.buffer.DataBufferFactory bufferFactory, org.springframework.core.ResolvableType elementType, @Nullable org.springframework.util.MimeType mimeType, @Nullable MapSE<StringSE, ObjectSE> hints) org.springframework.core.io.buffer.DataBufferencodeValue(BearerTokenMetadata credentials, org.springframework.core.io.buffer.DataBufferFactory bufferFactory, org.springframework.core.ResolvableType valueType, @Nullable org.springframework.util.MimeType mimeType, @Nullable MapSE<StringSE, ObjectSE> hints) クラス org.springframework.core.codec.AbstractEncoder から継承されたメソッド
canEncode, getEncodableMimeTypes, getLogger, setLoggerクラス ObjectSE から継承されたメソッド
clone, equalsSE, finalize, getClass, hashCode, notify, notifyAll, toString, wait, waitSE, waitSEインターフェース org.springframework.core.codec.Encoder から継承されたメソッド
getEncodableMimeTypes
コンストラクターの詳細
BearerTokenAuthenticationEncoder
public BearerTokenAuthenticationEncoder()
メソッドの詳細
encode
public reactor.core.publisher.Flux<org.springframework.core.io.buffer.DataBuffer> encode(org.reactivestreams.Publisher<? extends BearerTokenMetadata> inputStream, org.springframework.core.io.buffer.DataBufferFactory bufferFactory, org.springframework.core.ResolvableType elementType, @Nullable org.springframework.util.MimeType mimeType, @Nullable MapSE<StringSE, ObjectSE> hints) encodeValue
public org.springframework.core.io.buffer.DataBuffer encodeValue(BearerTokenMetadata credentials, org.springframework.core.io.buffer.DataBufferFactory bufferFactory, org.springframework.core.ResolvableType valueType, @Nullable org.springframework.util.MimeType mimeType, @Nullable MapSE<StringSE, ObjectSE> hints)