Class BroadleafAdminLogoutSuccessHandler
java.lang.Object
org.springframework.security.web.authentication.AbstractAuthenticationTargetUrlRequestHandler
org.broadleafcommerce.openadmin.security.BroadleafAdminLogoutSuccessHandler
- All Implemented Interfaces:
org.springframework.security.web.authentication.logout.LogoutSuccessHandler
@Component("blAdminLogoutSuccessHandler")
public class BroadleafAdminLogoutSuccessHandler
extends org.springframework.security.web.authentication.AbstractAuthenticationTargetUrlRequestHandler
implements org.springframework.security.web.authentication.logout.LogoutSuccessHandler
Created by IntelliJ IDEA.
User: jfischer
Date: 10/20/11
Time: 3:43 PM
To change this template use File | Settings | File Templates.
-
Field Summary
Fields inherited from class org.springframework.security.web.authentication.AbstractAuthenticationTargetUrlRequestHandler
logger
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
onLogoutSuccess
(jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response, org.springframework.security.core.Authentication authentication) Methods inherited from class org.springframework.security.web.authentication.AbstractAuthenticationTargetUrlRequestHandler
determineTargetUrl, determineTargetUrl, getDefaultTargetUrl, getRedirectStrategy, getTargetUrlParameter, handle, isAlwaysUseDefaultTargetUrl, setAlwaysUseDefaultTargetUrl, setDefaultTargetUrl, setRedirectStrategy, setTargetUrlParameter, setUseReferer
-
Constructor Details
-
BroadleafAdminLogoutSuccessHandler
public BroadleafAdminLogoutSuccessHandler()
-
-
Method Details
-
onLogoutSuccess
public void onLogoutSuccess(jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response, org.springframework.security.core.Authentication authentication) throws IOException, jakarta.servlet.ServletException - Specified by:
onLogoutSuccess
in interfaceorg.springframework.security.web.authentication.logout.LogoutSuccessHandler
- Throws:
IOException
jakarta.servlet.ServletException
-