public class BroadleafAuthenticationFailureHandler
extends org.springframework.security.web.authentication.SimpleUrlAuthenticationFailureHandler
| Constructor and Description |
|---|
BroadleafAuthenticationFailureHandler() |
BroadleafAuthenticationFailureHandler(java.lang.String defaultFailureUrl) |
| Modifier and Type | Method and Description |
|---|---|
void |
onAuthenticationFailure(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.springframework.security.core.AuthenticationException exception) |
java.lang.String |
validateUrlParam(java.lang.String url) |
public BroadleafAuthenticationFailureHandler()
public BroadleafAuthenticationFailureHandler(java.lang.String defaultFailureUrl)
public void onAuthenticationFailure(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.springframework.security.core.AuthenticationException exception)
throws java.io.IOException,
javax.servlet.ServletException
onAuthenticationFailure in interface org.springframework.security.web.authentication.AuthenticationFailureHandleronAuthenticationFailure in class org.springframework.security.web.authentication.SimpleUrlAuthenticationFailureHandlerjava.io.IOExceptionjavax.servlet.ServletExceptionpublic java.lang.String validateUrlParam(java.lang.String url)
Copyright © 2018. All Rights Reserved.