public class BroadleafMultiTenantAdminLogoutSuccessHandler
extends org.springframework.security.web.authentication.AbstractAuthenticationTargetUrlRequestHandler
implements org.springframework.security.web.authentication.logout.LogoutSuccessHandler
| Modifier and Type | Field and Description |
|---|---|
protected String |
regularAdminLogin |
| Constructor and Description |
|---|
BroadleafMultiTenantAdminLogoutSuccessHandler() |
| Modifier and Type | Method and Description |
|---|---|
String |
getRegularAdminLogin() |
void |
onLogoutSuccess(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.springframework.security.core.Authentication authentication) |
void |
setRegularAdminLogin(String regularAdminLogin) |
determineTargetUrl, getDefaultTargetUrl, getRedirectStrategy, getTargetUrlParameter, handle, isAlwaysUseDefaultTargetUrl, setAlwaysUseDefaultTargetUrl, setDefaultTargetUrl, setRedirectStrategy, setTargetUrlParameter, setUseRefererprotected String regularAdminLogin
public BroadleafMultiTenantAdminLogoutSuccessHandler()
public void onLogoutSuccess(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.springframework.security.core.Authentication authentication)
throws IOException,
javax.servlet.ServletException
onLogoutSuccess in interface org.springframework.security.web.authentication.logout.LogoutSuccessHandlerIOExceptionjavax.servlet.ServletExceptionpublic String getRegularAdminLogin()
public void setRegularAdminLogin(String regularAdminLogin)
Copyright © 2020. All rights reserved.