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