public class ServerFormLoginAuthenticationConverter extends ServerFormLoginAuthenticationConverter implements ServerAuthenticationConverter
| Constructor and Description |
|---|
ServerFormLoginAuthenticationConverter() |
| Modifier and Type | Method and Description |
|---|---|
reactor.core.publisher.Mono<org.springframework.security.core.Authentication> |
convert(org.springframework.web.server.ServerWebExchange exchange)
Converts a
ServerWebExchange to an Authentication |
apply, setPasswordParameter, setUsernameParameterpublic ServerFormLoginAuthenticationConverter()
public reactor.core.publisher.Mono<org.springframework.security.core.Authentication> convert(org.springframework.web.server.ServerWebExchange exchange)
ServerAuthenticationConverterServerWebExchange to an Authenticationconvert in interface ServerAuthenticationConverterexchange - The ServerWebExchangeMono representing an Authentication