| Modifier and Type | Method and Description |
|---|---|
LoginSysUserVo |
LoginRedisService.getLoginSysUserVo(String username) |
| Modifier and Type | Method and Description |
|---|---|
void |
LoginRedisService.cacheLoginInfo(JwtToken jwtToken,
LoginSysUserVo loginSysUserVo)
缓存登陆信息
|
| Modifier and Type | Method and Description |
|---|---|
LoginSysUserVo |
LoginRedisServiceImpl.getLoginSysUserVo(String username) |
| Modifier and Type | Method and Description |
|---|---|
void |
LoginRedisServiceImpl.cacheLoginInfo(JwtToken jwtToken,
LoginSysUserVo loginSysUserVo)
key-value: 有过期时间-->token过期时间
1.
|
| Modifier and Type | Class and Description |
|---|---|
class |
LoginSysUserRedisVo
登录用户Redis对象,后台使用
|
| Modifier and Type | Method and Description |
|---|---|
LoginSysUserVo |
SysUserConvert.sysUserToLoginSysUserVo(SysUser sysUser)
系统用户实体对象转换成登陆用户VO对象
|
| Modifier and Type | Method and Description |
|---|---|
LoginSysUserRedisVo |
SysUserConvert.loginSysUserVoToLoginSysUserRedisVo(LoginSysUserVo loginSysUserVo)
LoginSysUserVo对象转换成LoginSysUserRedisVo
|
Copyright © 2019. All rights reserved.