public class HttpBasicAuthenticationConverter
extends java.lang.Object
implements java.util.function.Function<ServerWebExchange,<any>>
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
BASIC |
Constructor and Description |
---|
HttpBasicAuthenticationConverter() |
Modifier and Type | Method and Description |
---|---|
<any> |
apply(ServerWebExchange serverWebExchange) |
public static final java.lang.String BASIC