类 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
  • 构造器详细资料

    • DefaultAuthenticationSuccessHandler

      public DefaultAuthenticationSuccessHandler()
  • 方法详细资料

    • onAuthenticationSuccess

      public 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