Class BasicAuthenticationPayloadExchangeConverter

java.lang.Object
org.springframework.security.rsocket.authentication.BasicAuthenticationPayloadExchangeConverter
All Implemented Interfaces:
PayloadExchangeAuthenticationConverter

@Deprecated public class BasicAuthenticationPayloadExchangeConverter extends Object implements PayloadExchangeAuthenticationConverter
Deprecated.
Converts from the PayloadExchange to a UsernamePasswordAuthenticationToken by extracting UsernamePasswordMetadata.BASIC_AUTHENTICATION_MIME_TYPE from the metadata.
Since:
5.2
  • Constructor Details

    • BasicAuthenticationPayloadExchangeConverter

      public BasicAuthenticationPayloadExchangeConverter()
      Deprecated.
  • Method Details