public class DelegatingServerAuthenticationEntryPoint extends java.lang.Object implements ServerAuthenticationEntryPoint
ServerWebExchangeMatcher に基づいて複数の ServerAuthenticationEntryPoint に委譲する ServerAuthenticationEntryPoint| 修飾子と型 | クラスと説明 |
|---|---|
static class | DelegatingServerAuthenticationEntryPoint.DelegateEntry |
| コンストラクターと説明 |
|---|
DelegatingServerAuthenticationEntryPoint(DelegatingServerAuthenticationEntryPoint.DelegateEntry... entryPoints) |
DelegatingServerAuthenticationEntryPoint(java.util.List<DelegatingServerAuthenticationEntryPoint.DelegateEntry> entryPoints) |
| 修飾子と型 | メソッドと説明 |
|---|---|
reactor.core.publisher.Mono<java.lang.Void> | commence(org.springframework.web.server.ServerWebExchange exchange, AuthenticationException e) 認証フローを開始します |
void | setDefaultEntryPoint(ServerAuthenticationEntryPoint defaultEntryPoint)RequestMatcher が true を返さない場合に使用される EntryPoint |
public DelegatingServerAuthenticationEntryPoint(DelegatingServerAuthenticationEntryPoint.DelegateEntry... entryPoints)
public DelegatingServerAuthenticationEntryPoint(java.util.List<DelegatingServerAuthenticationEntryPoint.DelegateEntry> entryPoints)
public reactor.core.publisher.Mono<java.lang.Void> commence(org.springframework.web.server.ServerWebExchange exchange,
AuthenticationException e)ServerAuthenticationEntryPointServerAuthenticationEntryPoint 内の commence Mono<Void> public void setDefaultEntryPoint(ServerAuthenticationEntryPoint defaultEntryPoint)