public class ServerFormLoginAuthenticationConverter extends ServerFormLoginAuthenticationConverter implements ServerAuthenticationConverter
Constructor and Description |
---|
ServerFormLoginAuthenticationConverter() |
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, setPasswordParameter, setUsernameParameter
public ServerFormLoginAuthenticationConverter()
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