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