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 SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionreactor.core.publisher.Mono<Authentication>convert(PayloadExchange exchange) Deprecated.
- 
Constructor Details- 
BasicAuthenticationPayloadExchangeConverterpublic BasicAuthenticationPayloadExchangeConverter()Deprecated.
 
- 
- 
Method Details- 
convertDeprecated.- Specified by:
- convertin interface- PayloadExchangeAuthenticationConverter
 
 
- 
AuthenticationPayloadExchangeConverterinstead