Class ServerHttpBasicAuthenticationConverter

java.lang.Object
org.springframework.security.web.server.ServerHttpBasicAuthenticationConverter
org.springframework.security.web.server.authentication.ServerHttpBasicAuthenticationConverter
All Implemented Interfaces:
Function<org.springframework.web.server.ServerWebExchange,reactor.core.publisher.Mono<Authentication>>, ServerAuthenticationConverter

public class ServerHttpBasicAuthenticationConverter extends ServerHttpBasicAuthenticationConverter implements ServerAuthenticationConverter
Converts from a ServerWebExchange to an Authentication that can be authenticated.
Since:
5.1