Interface PayloadExchangeAuthenticationConverter
-
- All Known Implementing Classes:
AuthenticationPayloadExchangeConverter
,BasicAuthenticationPayloadExchangeConverter
,BearerPayloadExchangeConverter
public interface PayloadExchangeAuthenticationConverter
Converts from aPayloadExchange
to anAuthentication
- Since:
- 5.2
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description reactor.core.publisher.Mono<Authentication>
convert(PayloadExchange exchange)
-
-
-
Method Detail
-
convert
reactor.core.publisher.Mono<Authentication> convert(PayloadExchange exchange)
-
-