public class ServerHttpBasicAuthenticationConverter extends ServerHttpBasicAuthenticationConverter implements ServerAuthenticationConverter
ServerWebExchange
to an Authentication
that can be authenticated.BASIC
Constructor and Description |
---|
ServerHttpBasicAuthenticationConverter() |
Modifier and Type | Method and Description |
---|---|
reactor.core.publisher.Mono<Authentication> |
convert(org.springframework.web.server.ServerWebExchange exchange)
Converts a
ServerWebExchange to an Authentication |
apply
public ServerHttpBasicAuthenticationConverter()
public reactor.core.publisher.Mono<Authentication> convert(org.springframework.web.server.ServerWebExchange exchange)
ServerAuthenticationConverter
ServerWebExchange
to an Authentication
convert
in interface ServerAuthenticationConverter
exchange
- The ServerWebExchange
Mono
representing an Authentication