类 DefaultAuthenticationSuccessHandler
java.lang.Object
io.github.lishangbu.orange.oauth2.common.web.authentication.DefaultAuthenticationSuccessHandler
- 所有已实现的接口:
- org.springframework.security.web.authentication.AuthenticationSuccessHandler
public class DefaultAuthenticationSuccessHandler
extends Object
implements org.springframework.security.web.authentication.AuthenticationSuccessHandler
默认认证成功处理器
- 从以下版本开始:
- 2025/8/23
- 作者:
- lishangbu
- 
构造器概要构造器
- 
方法概要修饰符和类型方法说明voidonAuthenticationSuccess(jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response, org.springframework.security.core.Authentication authentication) 从类继承的方法 Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait从接口继承的方法 org.springframework.security.web.authentication.AuthenticationSuccessHandleronAuthenticationSuccess
- 
构造器详细资料- 
DefaultAuthenticationSuccessHandlerpublic DefaultAuthenticationSuccessHandler()
 
- 
- 
方法详细资料- 
onAuthenticationSuccesspublic void onAuthenticationSuccess(jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response, org.springframework.security.core.Authentication authentication) - 指定者:
- onAuthenticationSuccess在接口中- org.springframework.security.web.authentication.AuthenticationSuccessHandler
 
 
-