クラス SimpleUrlLogoutSuccessHandler

java.lang.ObjectSE
org.springframework.security.web.authentication.AbstractAuthenticationTargetUrlRequestHandler
org.springframework.security.web.authentication.logout.SimpleUrlLogoutSuccessHandler
実装されているすべてのインターフェース:
LogoutSuccessHandler
既知の直属サブクラス
OidcClientInitiatedLogoutSuccessHandler

public class SimpleUrlLogoutSuccessHandler extends AbstractAuthenticationTargetUrlRequestHandler implements LogoutSuccessHandler
AbstractAuthenticationTargetUrlRequestHandler 基本クラスロジックに委譲することにより、ログアウト時のナビゲーションを処理します。
導入:
3.0
  • コンストラクターの詳細

    • SimpleUrlLogoutSuccessHandler

      public SimpleUrlLogoutSuccessHandler()
  • メソッドの詳細

    • onLogoutSuccess

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