インターフェース ServerAuthenticationEntryPoint
- すべての既知の実装クラス:
BearerTokenServerAuthenticationEntryPoint、DelegatingServerAuthenticationEntryPoint、HttpBasicServerAuthenticationEntryPoint、HttpStatusServerEntryPoint、RedirectServerAuthenticationEntryPoint
- 関数インターフェース:
- これは関数インターフェースであるため、ラムダ式またはメソッド参照の割り当てターゲットとして使用できます。
認証をリクエストするために使用
- 導入:
- 5.0
メソッドのサマリー
修飾子と型メソッド説明reactor.core.publisher.Mono<VoidSE>commence(org.springframework.web.server.ServerWebExchange exchange, AuthenticationException ex) 認証フローを開始します
メソッドの詳細
commence
reactor.core.publisher.Mono<VoidSE> commence(org.springframework.web.server.ServerWebExchange exchange, AuthenticationException ex) 認証フローを開始します- パラメーター:
exchange-ex-- 戻り値:
- 認証のリクエストがいつ完了するかを示す
Mono<Void>