クラス DelegatingServerAuthenticationEntryPoint
- java.lang.Object
-
- org.springframework.security.web.server.DelegatingServerAuthenticationEntryPoint
- 実装済みのインターフェース一覧:
ServerAuthenticationEntryPoint
public class DelegatingServerAuthenticationEntryPoint extends java.lang.Object implements ServerAuthenticationEntryPoint
ServerWebExchangeMatcherに基づいて複数のServerAuthenticationEntryPointに委譲するServerAuthenticationEntryPoint- 導入:
- 5.0
ネストされたクラスの概要
ネストされたクラス 修飾子と型 クラス 説明 static classDelegatingServerAuthenticationEntryPoint.DelegateEntry
コンストラクター概要
コンストラクター コンストラクター 説明 DelegatingServerAuthenticationEntryPoint(java.util.List<DelegatingServerAuthenticationEntryPoint.DelegateEntry> entryPoints)DelegatingServerAuthenticationEntryPoint(DelegatingServerAuthenticationEntryPoint.DelegateEntry... entryPoints)
方法の概要
すべてのメソッド インスタンスメソッド 具象メソッド 修飾子と型 メソッド 説明 reactor.core.publisher.Mono<java.lang.Void>commence(org.springframework.web.server.ServerWebExchange exchange, AuthenticationException ex)認証フローを開始しますvoidsetDefaultEntryPoint(ServerAuthenticationEntryPoint defaultEntryPoint)RequestMatcher が true を返さない場合に使用される EntryPoint
コンストラクターの詳細
DelegatingServerAuthenticationEntryPoint
public DelegatingServerAuthenticationEntryPoint(DelegatingServerAuthenticationEntryPoint.DelegateEntry... entryPoints)
DelegatingServerAuthenticationEntryPoint
public DelegatingServerAuthenticationEntryPoint(java.util.List<DelegatingServerAuthenticationEntryPoint.DelegateEntry> entryPoints)
メソッドの詳細
commence
public reactor.core.publisher.Mono<java.lang.Void> commence(org.springframework.web.server.ServerWebExchange exchange, AuthenticationException ex)インターフェースからコピーされた説明:ServerAuthenticationEntryPoint認証フローを開始します- 次で指定:
- インターフェース
ServerAuthenticationEntryPoint内のcommence - 戻り値:
- 認証のリクエストがいつ完了するかを示す
Mono<Void>
setDefaultEntryPoint
public void setDefaultEntryPoint(ServerAuthenticationEntryPoint defaultEntryPoint)
RequestMatcher が true を返さない場合に使用される EntryPoint