public class CredentialsExpiredErrorHandler
extends org.springframework.security.web.authentication.SimpleUrlAuthenticationFailureHandler
| Constructor and Description |
|---|
CredentialsExpiredErrorHandler() |
| Modifier and Type | Method and Description |
|---|---|
String |
getPasswordChangeUrl() |
void |
onAuthenticationFailure(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.springframework.security.core.AuthenticationException exception) |
void |
setExpiredUserName(String expiredUserName) |
void |
setPasswordChangeUrl(String passwordChangeUrl) |
public String getPasswordChangeUrl()
public void onAuthenticationFailure(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.springframework.security.core.AuthenticationException exception)
throws IOException,
javax.servlet.ServletException
onAuthenticationFailure in interface org.springframework.security.web.authentication.AuthenticationFailureHandleronAuthenticationFailure in class org.springframework.security.web.authentication.SimpleUrlAuthenticationFailureHandlerIOExceptionjavax.servlet.ServletExceptionpublic void setExpiredUserName(String expiredUserName)
public void setPasswordChangeUrl(String passwordChangeUrl)
Copyright 2012-2013 Veniamin Isaias. All rights reserved.