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