public class ForwardAuthenticationFailureHandler extends java.lang.Object implements AuthenticationFailureHandler
Forward Authentication Failure Handler
Constructor and Description |
---|
ForwardAuthenticationFailureHandler(java.lang.String forwardUrl) |
Modifier and Type | Method and Description |
---|---|
void |
onAuthenticationFailure(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
AuthenticationException exception)
Called when an authentication attempt fails.
|
public ForwardAuthenticationFailureHandler(java.lang.String forwardUrl)
forwardUrl
- public void onAuthenticationFailure(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, AuthenticationException exception) throws java.io.IOException, javax.servlet.ServletException
AuthenticationFailureHandler
onAuthenticationFailure
in interface AuthenticationFailureHandler
request
- the request during which the authentication attempt occurred.response
- the response.exception
- the exception which was thrown to reject the authentication
request.java.io.IOException
javax.servlet.ServletException