类 OidcClientRegistrationResponseHandler

java.lang.Object
cn.herodotus.stirrup.oauth2.management.response.OidcClientRegistrationResponseHandler
所有已实现的接口:
org.springframework.security.web.authentication.AuthenticationSuccessHandler

public class OidcClientRegistrationResponseHandler extends Object implements org.springframework.security.web.authentication.AuthenticationSuccessHandler

Description: 客户端自动注册成功后续逻辑处理器

作者:
: gengwei.zheng
Date:
: 2023/5/23 17:37
  • 构造器详细资料

    • OidcClientRegistrationResponseHandler

      public OidcClientRegistrationResponseHandler(OAuth2DeviceService deviceService)
  • 方法详细资料

    • 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