public class BroadleafAdminAuthenticationFailureHandler
extends org.springframework.security.web.authentication.SimpleUrlAuthenticationFailureHandler
| Constructor and Description | 
|---|
| BroadleafAdminAuthenticationFailureHandler() | 
| BroadleafAdminAuthenticationFailureHandler(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) | 
public BroadleafAdminAuthenticationFailureHandler()
public BroadleafAdminAuthenticationFailureHandler(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.AuthenticationFailureHandleronAuthenticationFailure in class org.springframework.security.web.authentication.SimpleUrlAuthenticationFailureHandlerIOExceptionjavax.servlet.ServletExceptionCopyright © 2020. All rights reserved.