public class BackofficeAuthenticationFailureHandler
extends org.springframework.security.web.authentication.SimpleUrlAuthenticationFailureHandler
| Modifier and Type | Field and Description |
|---|---|
static String |
DEFAULT_FAILURE_URL |
| Constructor and Description |
|---|
BackofficeAuthenticationFailureHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
onAuthenticationFailure(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse,
org.springframework.security.core.AuthenticationException e) |
public static final String DEFAULT_FAILURE_URL
public BackofficeAuthenticationFailureHandler()
public 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.AuthenticationFailureHandleronAuthenticationFailure in class org.springframework.security.web.authentication.SimpleUrlAuthenticationFailureHandlerIOExceptionjavax.servlet.ServletExceptionCopyright © 2018. All rights reserved.