类 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
另请参阅:
  • AuthenticationSuccessHandler
  • OAuth2AccessTokenResponseHttpMessageConverter
  • 构造器详细资料

    • OAuth2AccessTokenApiResultResponseAuthenticationSuccessHandler

      public OAuth2AccessTokenApiResultResponseAuthenticationSuccessHandler()
  • 方法详细资料

    • onAuthenticationSuccess

      public 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