Class BasicAuthenticationDecoder
java.lang.Object
org.springframework.core.codec.AbstractDecoder<UsernamePasswordMetadata>
org.springframework.security.rsocket.metadata.BasicAuthenticationDecoder
- All Implemented Interfaces:
org.springframework.core.codec.Decoder<UsernamePasswordMetadata>
@Deprecated
public class BasicAuthenticationDecoder
extends org.springframework.core.codec.AbstractDecoder<UsernamePasswordMetadata>
Deprecated.
Basic Authentication did not evolve into a standard. Use Simple
Authentication instead.
- Since:
- 5.2
-
Field Summary
Fields inherited from class org.springframework.core.codec.AbstractDecoder
logger
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionreactor.core.publisher.Flux<UsernamePasswordMetadata>
decode
(org.reactivestreams.Publisher<org.springframework.core.io.buffer.DataBuffer> input, org.springframework.core.ResolvableType elementType, @Nullable org.springframework.util.MimeType mimeType, @Nullable Map<String, Object> hints) Deprecated.reactor.core.publisher.Mono<UsernamePasswordMetadata>
decodeToMono
(org.reactivestreams.Publisher<org.springframework.core.io.buffer.DataBuffer> input, org.springframework.core.ResolvableType elementType, @Nullable org.springframework.util.MimeType mimeType, @Nullable Map<String, Object> hints) Deprecated.Methods inherited from class org.springframework.core.codec.AbstractDecoder
canDecode, getDecodableMimeTypes, getLogger, setLogger
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.springframework.core.codec.Decoder
decode, getDecodableMimeTypes
-
Constructor Details
-
BasicAuthenticationDecoder
public BasicAuthenticationDecoder()Deprecated.
-
-
Method Details
-
decode
public reactor.core.publisher.Flux<UsernamePasswordMetadata> decode(org.reactivestreams.Publisher<org.springframework.core.io.buffer.DataBuffer> input, org.springframework.core.ResolvableType elementType, @Nullable org.springframework.util.MimeType mimeType, @Nullable Map<String, Object> hints) Deprecated. -
decodeToMono
public reactor.core.publisher.Mono<UsernamePasswordMetadata> decodeToMono(org.reactivestreams.Publisher<org.springframework.core.io.buffer.DataBuffer> input, org.springframework.core.ResolvableType elementType, @Nullable org.springframework.util.MimeType mimeType, @Nullable Map<String, Object> hints) Deprecated.- Specified by:
decodeToMono
in interfaceorg.springframework.core.codec.Decoder<UsernamePasswordMetadata>
- Overrides:
decodeToMono
in classorg.springframework.core.codec.AbstractDecoder<UsernamePasswordMetadata>
-