类 OAuth2AccessTokenApiResultResponseAuthenticationSuccessHandler
java.lang.Object
io.github.lishangbu.orange.oauth2.authorizationserver.web.authentication.OAuth2AccessTokenApiResultResponseAuthenticationSuccessHandler
- 所有已实现的接口:
- org.springframework.security.web.authentication.AuthenticationSuccessHandler
public class OAuth2AccessTokenApiResultResponseAuthenticationSuccessHandler
extends Object
implements org.springframework.security.web.authentication.AuthenticationSuccessHandler
An implementation of an 
AuthenticationSuccessHandler used for handling an OAuth2AccessTokenAuthenticationToken and returning the Access
Token Response.- 从以下版本开始:
- 2025/8/25
- 作者:
- Dmitriy Dubson, 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
- 
构造器详细资料- 
OAuth2AccessTokenApiResultResponseAuthenticationSuccessHandlerpublic OAuth2AccessTokenApiResultResponseAuthenticationSuccessHandler()
 
- 
- 
方法详细资料- 
onAuthenticationSuccesspublic void onAuthenticationSuccess(jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response, org.springframework.security.core.Authentication authentication) throws IOException, jakarta.servlet.ServletException - 指定者:
- onAuthenticationSuccess在接口中- org.springframework.security.web.authentication.AuthenticationSuccessHandler
- 抛出:
- IOException
- jakarta.servlet.ServletException
 
 
-