public class DelegatingAuthenticationEntryPoint extends java.lang.Object implements AuthenticationEntryPoint
Modifier and Type | Class and Description |
---|---|
static class |
DelegatingAuthenticationEntryPoint.DelegateEntry |
Constructor and Description |
---|
DelegatingAuthenticationEntryPoint(DelegatingAuthenticationEntryPoint.DelegateEntry... entryPoints) |
DelegatingAuthenticationEntryPoint(java.util.List<DelegatingAuthenticationEntryPoint.DelegateEntry> entryPoints) |
Modifier and Type | Method and Description |
---|---|
reactor.core.publisher.Mono<java.lang.Void> |
commence(org.springframework.web.server.ServerWebExchange exchange,
AuthenticationException e) |
void |
setDefaultEntryPoint(AuthenticationEntryPoint defaultEntryPoint)
EntryPoint which is used when no RequestMatcher returned true
|
public DelegatingAuthenticationEntryPoint(DelegatingAuthenticationEntryPoint.DelegateEntry... entryPoints)
public DelegatingAuthenticationEntryPoint(java.util.List<DelegatingAuthenticationEntryPoint.DelegateEntry> entryPoints)
public reactor.core.publisher.Mono<java.lang.Void> commence(org.springframework.web.server.ServerWebExchange exchange, AuthenticationException e)
commence
in interface AuthenticationEntryPoint
public void setDefaultEntryPoint(AuthenticationEntryPoint defaultEntryPoint)