Class ServerHttpBasicAuthenticationConverter

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      reactor.core.publisher.Mono<org.springframework.security.core.Authentication> convert​(org.springframework.web.server.ServerWebExchange exchange)
      Converts a ServerWebExchange to an Authentication
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface java.util.function.Function

        andThen, compose
    • Constructor Detail

      • ServerHttpBasicAuthenticationConverter

        public ServerHttpBasicAuthenticationConverter()
    • Method Detail

      • convert

        public reactor.core.publisher.Mono<org.springframework.security.core.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