类 DefaultAuthenticationFailureHandler
java.lang.Object
com.iplatform.security.DefaultAuthenticationFailureHandler
- 所有已实现的接口:
org.springframework.security.web.authentication.AuthenticationFailureHandler
public class DefaultAuthenticationFailureHandler
extends Object
implements org.springframework.security.web.authentication.AuthenticationFailureHandler
-
字段概要
字段 -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明voidonAuthenticationFailure(jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response, org.springframework.security.core.AuthenticationException exception)
-
字段详细资料
-
logger
protected final transient org.slf4j.Logger logger
-
-
构造器详细资料
-
DefaultAuthenticationFailureHandler
public DefaultAuthenticationFailureHandler()
-
-
方法详细资料
-
onAuthenticationFailure
public void onAuthenticationFailure(jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response, org.springframework.security.core.AuthenticationException exception) throws IOException, jakarta.servlet.ServletException - 指定者:
onAuthenticationFailure在接口中org.springframework.security.web.authentication.AuthenticationFailureHandler- 抛出:
IOExceptionjakarta.servlet.ServletException
-