public class TemplateAuthenticationLogoutSuccessHandler
extends org.springframework.security.web.authentication.logout.SimpleUrlLogoutSuccessHandler
Constructor and Description |
---|
TemplateAuthenticationLogoutSuccessHandler() |
Modifier and Type | Method and Description |
---|---|
void |
onLogoutSuccess(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.springframework.security.core.Authentication authentication) |
static TemplateAuthenticationLogoutSuccessHandler |
templateLogoutSuccessHandler() |
determineTargetUrl, getDefaultTargetUrl, getRedirectStrategy, getTargetUrlParameter, handle, isAlwaysUseDefaultTargetUrl, setAlwaysUseDefaultTargetUrl, setDefaultTargetUrl, setRedirectStrategy, setTargetUrlParameter, setUseReferer
public TemplateAuthenticationLogoutSuccessHandler()
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.LogoutSuccessHandler
onLogoutSuccess
in class org.springframework.security.web.authentication.logout.SimpleUrlLogoutSuccessHandler
IOException
javax.servlet.ServletException
public static TemplateAuthenticationLogoutSuccessHandler templateLogoutSuccessHandler()
Copyright © 2017. All rights reserved.