public class BroadleafAuthenticationFailureHandler
extends org.springframework.security.web.authentication.SimpleUrlAuthenticationFailureHandler
Constructor and Description |
---|
BroadleafAuthenticationFailureHandler() |
BroadleafAuthenticationFailureHandler(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) |
void |
setExceptionMappings(Map<String,String> failureUrlMap) |
String |
validateUrlParam(String url) |
public BroadleafAuthenticationFailureHandler()
public BroadleafAuthenticationFailureHandler(String defaultFailureUrl)
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.AuthenticationFailureHandler
onAuthenticationFailure
in class org.springframework.security.web.authentication.SimpleUrlAuthenticationFailureHandler
IOException
javax.servlet.ServletException
Copyright © 2022. All rights reserved.