Class LoginAuthenticationFailureHandler
- java.lang.Object
-
- org.onebusaway.users.impl.authentication.LoginAuthenticationFailureHandler
-
- All Implemented Interfaces:
org.springframework.security.web.authentication.AuthenticationFailureHandler
public class LoginAuthenticationFailureHandler extends Object implements org.springframework.security.web.authentication.AuthenticationFailureHandler
-
-
Constructor Summary
Constructors Constructor Description LoginAuthenticationFailureHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected String
determineFailureUrl(javax.servlet.http.HttpServletRequest request, org.springframework.security.core.AuthenticationException failed)
String
getFailureUrl()
void
onAuthenticationFailure(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, org.springframework.security.core.AuthenticationException failed)
void
setFailureUrl(String failureUrl)
-
-
-
Method Detail
-
setFailureUrl
public void setFailureUrl(String failureUrl)
-
getFailureUrl
public String getFailureUrl()
-
determineFailureUrl
protected String determineFailureUrl(javax.servlet.http.HttpServletRequest request, org.springframework.security.core.AuthenticationException failed)
-
onAuthenticationFailure
public void onAuthenticationFailure(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, org.springframework.security.core.AuthenticationException failed) throws IOException, javax.servlet.ServletException
- Specified by:
onAuthenticationFailure
in interfaceorg.springframework.security.web.authentication.AuthenticationFailureHandler
- Throws:
IOException
javax.servlet.ServletException
-
-