Class UserLoginOutServiceImpl

java.lang.Object
cn.sinozg.applet.biz.system.service.impl.UserLoginOutServiceImpl
All Implemented Interfaces:
UserLoginOutService

@Service public class UserLoginOutServiceImpl extends Object implements UserLoginOutService
Since:
2024-01-05 20:19
Author:
xieyubin
  • Field Details

    • frameworkAuthService

      private cn.sinozg.applet.common.service.FrameworkAuthService frameworkAuthService
    • frameworkLoginLogService

      private FrameworkLoginLogService frameworkLoginLogService
    • authStorageService

      private cn.sinozg.applet.common.service.AuthStorageService authStorageService
  • Constructor Details

    • UserLoginOutServiceImpl

      public UserLoginOutServiceImpl()
  • Method Details

    • logout

      public void logout(String tokenId, String userId)
      Description copied from interface: UserLoginOutService
      登出 有token 则退出对应的用户 没有token 则退出当前用户
      Specified by:
      logout in interface UserLoginOutService
      Parameters:
      tokenId - token
      userId - 用户id