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
    Constructor
    Description
    Deprecated.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    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.
     
    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, 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, 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:
      decodeToMono in interface org.springframework.core.codec.Decoder<UsernamePasswordMetadata>
      Overrides:
      decodeToMono in class org.springframework.core.codec.AbstractDecoder<UsernamePasswordMetadata>