Class UserLoginOutServiceImpl
java.lang.Object
cn.sinozg.applet.biz.system.service.impl.UserLoginOutServiceImpl
- All Implemented Interfaces:
UserLoginOutService
- Since:
- 2024-01-05 20:19
- Author:
- xieyubin
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate cn.sinozg.applet.common.service.AuthStorageServiceprivate cn.sinozg.applet.common.service.FrameworkAuthServiceprivate FrameworkLoginLogService -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
frameworkAuthService
private cn.sinozg.applet.common.service.FrameworkAuthService frameworkAuthService -
frameworkLoginLogService
-
authStorageService
private cn.sinozg.applet.common.service.AuthStorageService authStorageService
-
-
Constructor Details
-
UserLoginOutServiceImpl
public UserLoginOutServiceImpl()
-
-
Method Details
-
logout
Description copied from interface:UserLoginOutService登出 有token 则退出对应的用户 没有token 则退出当前用户- Specified by:
logoutin interfaceUserLoginOutService- Parameters:
tokenId- tokenuserId- 用户id
-