类 HerodotusAuthenticationFailureHandler
java.lang.Object
cn.herodotus.engine.oauth2.core.response.HerodotusAuthenticationFailureHandler
- 所有已实现的接口:
org.springframework.security.web.authentication.AuthenticationFailureHandler
public class HerodotusAuthenticationFailureHandler
extends Object
implements org.springframework.security.web.authentication.AuthenticationFailureHandler
Description: 认证失败处理器
- 作者:
- : gengwei.zheng
- Date:
- : 2022/2/19 20:48
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明voidonAuthenticationFailure(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, org.springframework.security.core.AuthenticationException exception)
-
构造器详细资料
-
HerodotusAuthenticationFailureHandler
public HerodotusAuthenticationFailureHandler()
-
-
方法详细资料
-
onAuthenticationFailure
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在接口中org.springframework.security.web.authentication.AuthenticationFailureHandler- 抛出:
IOExceptionjavax.servlet.ServletException
-