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, org.springframework.util.MimeType mimeType, 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, org.springframework.util.MimeType mimeType, Map<String, Object> hints) Deprecated.Methods inherited from class org.springframework.core.codec.AbstractDecoder
canDecode, getDecodableMimeTypes, getLogger, setLoggerMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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, org.springframework.util.MimeType mimeType, 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, org.springframework.util.MimeType mimeType, Map<String, Object> hints) Deprecated.- Specified by:
 decodeToMonoin interfaceorg.springframework.core.codec.Decoder<UsernamePasswordMetadata>- Overrides:
 decodeToMonoin classorg.springframework.core.codec.AbstractDecoder<UsernamePasswordMetadata>
 
 -