Class ServerHttpBasicAuthenticationConverter

    • 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