@Author(author="Loy Fu",
website="http://www.17jee.com",
contact="qq\u7fa4 540553957")
public class EAuthenticationFailureHandler
extends java.lang.Object
implements org.springframework.security.web.authentication.AuthenticationFailureHandler
| 构造器和说明 |
|---|
EAuthenticationFailureHandler() |
| 限定符和类型 | 方法和说明 |
|---|---|
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 java.io.IOException,
javax.servlet.ServletException
onAuthenticationFailure 在接口中 org.springframework.security.web.authentication.AuthenticationFailureHandlerjava.io.IOExceptionjavax.servlet.ServletException