类 RedisServiceImpl
java.lang.Object
org.miowing.mioverify.service.impl.RedisServiceImpl
- 所有已实现的接口:
RedisService
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明booleancheckToken(String token) voidclearToken(String userId) voidremoveToken(String token) voidsaveSession(String serverId, String token) void
-
构造器详细资料
-
RedisServiceImpl
public RedisServiceImpl()
-
-
方法详细资料
-
saveToken
- 指定者:
saveToken在接口中RedisService
-
checkToken
- 指定者:
checkToken在接口中RedisService
-
removeToken
- 指定者:
removeToken在接口中RedisService
-
clearToken
- 指定者:
clearToken在接口中RedisService
-
saveSession
- 指定者:
saveSession在接口中RedisService
-