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, setUseRefererpublic 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.LogoutSuccessHandleronLogoutSuccess in class org.springframework.security.web.authentication.logout.SimpleUrlLogoutSuccessHandlerIOExceptionjavax.servlet.ServletExceptionpublic static TemplateAuthenticationLogoutSuccessHandler templateLogoutSuccessHandler()
Copyright © 2017. All rights reserved.