@Component public class AuthFailureHandler extends Object implements org.springframework.security.web.authentication.AuthenticationFailureHandler
| 构造器和说明 |
|---|
AuthFailureHandler() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
onAuthenticationFailure(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse,
org.springframework.security.core.AuthenticationException e) |
@IgnoreGeneralCrypto 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 在接口中 org.springframework.security.web.authentication.AuthenticationFailureHandlerIOExceptionjavax.servlet.ServletExceptionCopyright © 2022. All rights reserved.