ServerHttpBasicAuthenticationConverter
instead.@Deprecated 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
Deprecated.
|
Constructor and Description |
---|
ServerHttpBasicAuthenticationConverter()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
reactor.core.publisher.Mono<Authentication> |
apply(org.springframework.web.server.ServerWebExchange exchange)
Deprecated.
|
public static final java.lang.String BASIC
public ServerHttpBasicAuthenticationConverter()
@Deprecated 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>>