public class LoginLogoutSecurityHandlers extends Object implements org.springframework.security.web.authentication.AuthenticationSuccessHandler, org.springframework.security.web.authentication.AuthenticationFailureHandler, org.springframework.security.web.authentication.logout.LogoutSuccessHandler
| Constructor and Description |
|---|
LoginLogoutSecurityHandlers() |
| Modifier and Type | Method and Description |
|---|---|
void |
onAuthenticationFailure(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse,
org.springframework.security.core.AuthenticationException e) |
void |
onAuthenticationSuccess(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse,
org.springframework.security.core.Authentication authentication) |
void |
onLogoutSuccess(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse,
org.springframework.security.core.Authentication authentication) |
public void onAuthenticationSuccess(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse,
org.springframework.security.core.Authentication authentication)
throws IOException,
javax.servlet.ServletException
onAuthenticationSuccess in interface org.springframework.security.web.authentication.AuthenticationSuccessHandlerIOExceptionjavax.servlet.ServletExceptionpublic void onAuthenticationFailure(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse,
org.springframework.security.core.AuthenticationException e)
throws IOException,
javax.servlet.ServletException
onAuthenticationFailure in interface org.springframework.security.web.authentication.AuthenticationFailureHandlerIOExceptionjavax.servlet.ServletExceptionpublic void onLogoutSuccess(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse,
org.springframework.security.core.Authentication authentication)
throws IOException,
javax.servlet.ServletException
onLogoutSuccess in interface org.springframework.security.web.authentication.logout.LogoutSuccessHandlerIOExceptionjavax.servlet.ServletExceptionCopyright © 2016. All Rights Reserved.