public class RealAuthenticationFailureHandler extends Object implements org.springframework.security.web.authentication.AuthenticationFailureHandler
| Constructor and Description |
|---|
RealAuthenticationFailureHandler(org.springframework.security.web.savedrequest.RequestCache requestCache) |
| Modifier and Type | Method and Description |
|---|---|
void |
onAuthenticationFailure(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.springframework.security.core.AuthenticationException authenticationException) |
public RealAuthenticationFailureHandler(org.springframework.security.web.savedrequest.RequestCache requestCache)
public void onAuthenticationFailure(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.springframework.security.core.AuthenticationException authenticationException)
throws IOException,
javax.servlet.ServletException
onAuthenticationFailure in interface org.springframework.security.web.authentication.AuthenticationFailureHandlerIOExceptionjavax.servlet.ServletExceptionCopyright © 2009–2016 SURFnet bv, The Netherlands. All rights reserved.