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 Type
    Method
    Description
    reactor.core.publisher.Mono<org.springframework.security.core.Authentication>
     
  • Method Details

    • convert

      reactor.core.publisher.Mono<org.springframework.security.core.Authentication> convert(PayloadExchange exchange)