クラス DelegatingLogoutSuccessHandler

java.lang.ObjectSE
org.springframework.security.web.authentication.logout.DelegatingLogoutSuccessHandler
実装されたすべてのインターフェース:
LogoutSuccessHandler

public class DelegatingLogoutSuccessHandler extends ObjectSE implements LogoutSuccessHandler
一致したリクエストマッチャーに基づくログアウトハンドラーへのデリゲート
導入:
4.1
  • コンストラクターの詳細

  • メソッドの詳細

    • onLogoutSuccess

      public void onLogoutSuccess(jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response, Authentication authentication) throws IOExceptionSE, jakarta.servlet.ServletException
      次で指定:
      インターフェース LogoutSuccessHandleronLogoutSuccess 
      例外:
      IOExceptionSE
      jakarta.servlet.ServletException
    • setDefaultLogoutSuccessHandler

      public void setDefaultLogoutSuccessHandler(LogoutSuccessHandler defaultLogoutSuccessHandler)
      他に利用可能なハンドラーがない場合、デフォルトの LogoutSuccessHandler を設定します
      パラメーター:
      defaultLogoutSuccessHandler - 設定する defaultLogoutSuccessHandler