@FunctionalInterface
public interface ServerAuthenticationEntryPoint
Modifier and Type | Method and Description |
---|---|
reactor.core.publisher.Mono<java.lang.Void> |
commence(org.springframework.web.server.ServerWebExchange exchange,
AuthenticationException e)
Initiates the authentication flow
|
reactor.core.publisher.Mono<java.lang.Void> commence(org.springframework.web.server.ServerWebExchange exchange, AuthenticationException e)
exchange
- e
- Mono<Void>
to indicate when the request for authentication is complete