public class AuthenticationFailureRethrowHandler extends Object implements org.springframework.security.web.authentication.AuthenticationFailureHandler
AuthenticationSuccessFailureFilter
.Constructor and Description |
---|
AuthenticationFailureRethrowHandler() |
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 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
IOException
javax.servlet.ServletException
Copyright © 2019 Communote team. All rights reserved.