Interface PayloadExchangeAuthenticationConverter
- All Known Implementing Classes:
AuthenticationPayloadExchangeConverter
,BasicAuthenticationPayloadExchangeConverter
,BearerPayloadExchangeConverter
public interface PayloadExchangeAuthenticationConverter
Converts from a
PayloadExchange
to an Authentication
- Since:
- 5.2
-
Method Summary
Modifier and TypeMethodDescriptionreactor.core.publisher.Mono<org.springframework.security.core.Authentication>
convert
(PayloadExchange exchange)
-
Method Details
-
convert
reactor.core.publisher.Mono<org.springframework.security.core.Authentication> convert(PayloadExchange exchange)
-