public class BasicAuthenticationPayloadExchangeConverter extends java.lang.Object implements PayloadExchangeAuthenticationConverter
PayloadExchange
to a
UsernamePasswordAuthenticationToken
by extracting
UsernamePasswordMetadata.BASIC_AUTHENTICATION_MIME_TYPE
from the metadata.Constructor and Description |
---|
BasicAuthenticationPayloadExchangeConverter() |
Modifier and Type | Method and Description |
---|---|
reactor.core.publisher.Mono<Authentication> |
convert(PayloadExchange exchange) |
public BasicAuthenticationPayloadExchangeConverter()
public reactor.core.publisher.Mono<Authentication> convert(PayloadExchange exchange)
convert
in interface PayloadExchangeAuthenticationConverter