类 HerodotusAuthenticationSuccessHandler

java.lang.Object
cn.herodotus.engine.oauth2.core.response.HerodotusAuthenticationSuccessHandler
所有已实现的接口:
org.springframework.security.web.authentication.AuthenticationSuccessHandler

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

Description: 自定义 Security 认证成功处理器

作者:
: gengwei.zheng
Date:
: 2022/2/25 16:53
  • 构造器详细资料

    • HerodotusAuthenticationSuccessHandler

      public HerodotusAuthenticationSuccessHandler()
  • 方法详细资料

    • onAuthenticationSuccess

      public void onAuthenticationSuccess(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, org.springframework.security.core.Authentication authentication) throws IOException, javax.servlet.ServletException
      指定者:
      onAuthenticationSuccess 在接口中 org.springframework.security.web.authentication.AuthenticationSuccessHandler
      抛出:
      IOException
      javax.servlet.ServletException