public class ServerHttpBasicAuthenticationConverter extends java.lang.Object implements java.util.function.Function<org.springframework.web.server.ServerWebExchange,reactor.core.publisher.Mono<Authentication>>
ServerWebExchange
to an Authentication
that can be authenticated.Modifier and Type | Field and Description |
---|---|
static java.lang.String |
BASIC |
Constructor and Description |
---|
ServerHttpBasicAuthenticationConverter() |
Modifier and Type | Method and Description |
---|---|
reactor.core.publisher.Mono<Authentication> |
apply(org.springframework.web.server.ServerWebExchange exchange) |
public static final java.lang.String BASIC
public ServerHttpBasicAuthenticationConverter()
public reactor.core.publisher.Mono<Authentication> apply(org.springframework.web.server.ServerWebExchange exchange)
apply
in interface java.util.function.Function<org.springframework.web.server.ServerWebExchange,reactor.core.publisher.Mono<Authentication>>