@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 ex)
Initiates the authentication flow 
 | 
reactor.core.publisher.Mono<java.lang.Void> commence(org.springframework.web.server.ServerWebExchange exchange,
                                                     AuthenticationException ex)
exchange - ex - Mono<Void> to indicate when the request for authentication is
 complete