Class DelegatingServerAuthenticationConverter

java.lang.Object
org.springframework.security.web.server.authentication.DelegatingServerAuthenticationConverter
All Implemented Interfaces:
ServerAuthenticationConverter

public final class DelegatingServerAuthenticationConverter extends Object implements ServerAuthenticationConverter
Since:
6.3
  • Constructor Details

  • Method Details

    • convert

      public reactor.core.publisher.Mono<Authentication> convert(org.springframework.web.server.ServerWebExchange exchange)
      Description copied from interface: ServerAuthenticationConverter
      Converts a ServerWebExchange to an Authentication
      Specified by:
      convert in interface ServerAuthenticationConverter
      Parameters:
      exchange - The ServerWebExchange
      Returns:
      A Mono representing an Authentication
    • setContinueOnError

      public void setContinueOnError(boolean continueOnError)
      Continue iterating when a delegate errors, defaults to false
      Parameters:
      continueOnError - whether to continue when a delegate errors
      Since:
      6.3