接口 UserLoginSuccessService

所有已知实现类:
UserLoginSuccessServiceImpl

public interface UserLoginSuccessService
用户登录成功服务
  • 方法概要

    修饰符和类型
    方法
    说明
    void
    onAuthenticationSuccess(String sessionId, org.springframework.security.core.Authentication authentication)
    权限认证成功
  • 方法详细资料

    • onAuthenticationSuccess

      void onAuthenticationSuccess(String sessionId, org.springframework.security.core.Authentication authentication) throws IOException, jakarta.servlet.ServletException
      权限认证成功
      参数:
      sessionId - 会话id
      authentication - 权限
      抛出:
      IOException - 异常信息
      jakarta.servlet.ServletException - 异常信息