インターフェース ServerAuthenticationFailureHandler

すべての既知の実装クラス:
RedirectServerAuthenticationFailureHandlerServerAuthenticationEntryPointFailureHandler

public interface ServerAuthenticationFailureHandler
認証の失敗を処理します
導入:
5.0
  • メソッドの詳細

    • onAuthenticationFailure

      reactor.core.publisher.Mono<VoidSE> onAuthenticationFailure(WebFilterExchange webFilterExchange, AuthenticationException exception)
      認証の試行が失敗したときに呼び出されます
      パラメーター:
      webFilterExchange - 交換
      exception - 認証が失敗した理由
      戻り値:
      完了通知 (成功またはエラー)