跳过导航链接
A B C D E G H I J K L N P R S T U V 

A

ABNORMAL_LIST - 异常错误 中的静态变量cn.dev33.satoken.exception.NotLoginException
代表异常token的标志集合
addCookie(HttpServletResponse, String, String, String, int) - 接口 中的方法cn.dev33.satoken.cookie.SaTokenCookie
添加Cookie
addCookie(HttpServletResponse, String, String, String, int) - 类 中的方法cn.dev33.satoken.cookie.SaTokenCookieDefaultImpl
添加cookie
addCookie(HttpServletResponse, String, String, String, int) - 类 中的静态方法cn.dev33.satoken.cookie.SaTokenCookieUtil
添加cookie
addTokenSign(TokenSign) - 类 中的方法cn.dev33.satoken.session.SaSession
添加一个token签名
attributeKeys() - 类 中的方法cn.dev33.satoken.session.SaSession
返回当前session会话所有key

B

BE_REPLACED - 异常错误 中的静态变量cn.dev33.satoken.exception.NotLoginException
表示token已被顶下线
BE_REPLACED_MESSAGE - 异常错误 中的静态变量cn.dev33.satoken.exception.NotLoginException
 

C

checkActivityTimeout(String) - 类 中的方法cn.dev33.satoken.stp.StpLogic
检查指定token 是否已经[临时过期],如果已经过期则抛出异常
checkActivityTimeout() - 类 中的方法cn.dev33.satoken.stp.StpLogic
检查当前token 是否已经[临时过期],如果已经过期则抛出异常
checkActivityTimeout() - 类 中的静态方法cn.dev33.satoken.stp.StpUtil
检查当前token 是否已经[临时过期],如果已经过期则抛出异常
checkLogin() - 类 中的方法cn.dev33.satoken.stp.StpLogic
检验当前会话是否已经登录,如未登录,则抛出异常
checkLogin() - 类 中的静态方法cn.dev33.satoken.stp.StpUtil
检验当前会话是否已经登录,如未登录,则抛出异常
checkPermission(String) - 类 中的方法cn.dev33.satoken.stp.StpLogic
当前账号是否含有指定权限, 没有就抛出异常
checkPermission(String) - 类 中的静态方法cn.dev33.satoken.stp.StpUtil
当前账号是否含有指定权限, 没有就抛出异常
checkPermissionAnd(String...) - 类 中的方法cn.dev33.satoken.stp.StpLogic
当前账号是否含有指定权限, [指定多个,必须全都有]
checkPermissionAnd(String...) - 类 中的静态方法cn.dev33.satoken.stp.StpUtil
当前账号是否含有指定权限, [指定多个,必须全都有]
checkPermissionOr(String...) - 类 中的方法cn.dev33.satoken.stp.StpLogic
当前账号是否含有指定权限, [指定多个,有一个就可以通过]
checkPermissionOr(String...) - 类 中的静态方法cn.dev33.satoken.stp.StpUtil
当前账号是否含有指定权限, [指定多个,有一个就可以通过]
checkRole(String) - 类 中的方法cn.dev33.satoken.stp.StpLogic
当前账号是否含有指定角色标识,没有就抛出异常
checkRole(String) - 类 中的静态方法cn.dev33.satoken.stp.StpUtil
当前账号是否含有指定角色标识,没有就抛出异常
checkRoleAnd(String...) - 类 中的方法cn.dev33.satoken.stp.StpLogic
当前账号是否含有指定角色标识, [指定多个,必须全都有]
checkRoleAnd(String...) - 类 中的静态方法cn.dev33.satoken.stp.StpUtil
当前账号是否含有指定角色标识, [指定多个,必须全都有]
checkRoleOr(String...) - 类 中的方法cn.dev33.satoken.stp.StpLogic
当前账号是否含有指定角色标识, [指定多个,有一个就可以通过]
checkRoleOr(String...) - 类 中的静态方法cn.dev33.satoken.stp.StpUtil
当前账号是否含有指定角色标识, [指定多个,有一个就可以通过]
clearAttribute() - 类 中的方法cn.dev33.satoken.session.SaSession
清空所有值
clearLastActivity(String) - 类 中的方法cn.dev33.satoken.stp.StpLogic
清除指定token的 [最后操作时间]
cn.dev33.satoken - 程序包 cn.dev33.satoken
 
cn.dev33.satoken.action - 程序包 cn.dev33.satoken.action
 
cn.dev33.satoken.annotation - 程序包 cn.dev33.satoken.annotation
 
cn.dev33.satoken.config - 程序包 cn.dev33.satoken.config
 
cn.dev33.satoken.cookie - 程序包 cn.dev33.satoken.cookie
 
cn.dev33.satoken.dao - 程序包 cn.dev33.satoken.dao
 
cn.dev33.satoken.exception - 程序包 cn.dev33.satoken.exception
 
cn.dev33.satoken.servlet - 程序包 cn.dev33.satoken.servlet
 
cn.dev33.satoken.session - 程序包 cn.dev33.satoken.session
 
cn.dev33.satoken.stp - 程序包 cn.dev33.satoken.stp
 
cn.dev33.satoken.util - 程序包 cn.dev33.satoken.util
 
configPath - 类 中的静态变量cn.dev33.satoken.config.SaTokenConfigFactory
默认配置文件地址
containsAttribute(String) - 类 中的方法cn.dev33.satoken.session.SaSession
是否含有指定key
createConfig() - 类 中的静态方法cn.dev33.satoken.config.SaTokenConfigFactory
根据指定路径获取配置信息
createToken(Object, String) - 接口 中的方法cn.dev33.satoken.action.SaTokenAction
生成一个token
createToken(Object, String) - 类 中的方法cn.dev33.satoken.action.SaTokenActionDefaultImpl
生成一个token
createTokenValue(Object) - 类 中的方法cn.dev33.satoken.stp.StpLogic
随机生成一个tokenValue

D

dataMap - 类 中的变量cn.dev33.satoken.dao.SaTokenDaoDefaultImpl
所有数据集合
DEFAULT_LOGIN_DEVICE - 类 中的静态变量cn.dev33.satoken.util.SaTokenConsts
在登录时,默认使用的设备名称
DEFAULT_MESSAGE - 异常错误 中的静态变量cn.dev33.satoken.exception.NotLoginException
默认的提示语
delCookie(HttpServletRequest, HttpServletResponse, String) - 接口 中的方法cn.dev33.satoken.cookie.SaTokenCookie
删除Cookie
delCookie(HttpServletRequest, HttpServletResponse, String) - 类 中的方法cn.dev33.satoken.cookie.SaTokenCookieDefaultImpl
删除cookie
delCookie(HttpServletRequest, HttpServletResponse, String) - 类 中的静态方法cn.dev33.satoken.cookie.SaTokenCookieUtil
删除Cookie
deleteKey(String) - 接口 中的方法cn.dev33.satoken.dao.SaTokenDao
删除一个指定的key
deleteKey(String) - 类 中的方法cn.dev33.satoken.dao.SaTokenDaoDefaultImpl
 
deleteSession(String) - 接口 中的方法cn.dev33.satoken.dao.SaTokenDao
删除一个指定的session
deleteSession(String) - 类 中的方法cn.dev33.satoken.dao.SaTokenDaoDefaultImpl
 
deleteSessionById(String) - 类 中的静态方法cn.dev33.satoken.session.SaSessionCustomUtil
删除指定key的session

E

endRefreshTimer() - 类 中的方法cn.dev33.satoken.dao.SaTokenDaoDefaultImpl
结束定时任务
expireMap - 类 中的变量cn.dev33.satoken.dao.SaTokenDaoDefaultImpl
过期时间集合 (单位: 毫秒) , 记录所有key的到期时间 [注意不是剩余存活时间]

G

getActivityTimeout() - 类 中的方法cn.dev33.satoken.config.SaTokenConfig
 
getAllowConcurrentLogin() - 类 中的方法cn.dev33.satoken.config.SaTokenConfig
 
getAttribute(String) - 类 中的方法cn.dev33.satoken.session.SaSession
取出一个值
getAttribute(String, Object) - 类 中的方法cn.dev33.satoken.session.SaSession
取值,并指定取不到值时的默认值
getCode() - 异常错误 中的方法cn.dev33.satoken.exception.NotPermissionException
 
getConfig() - 类 中的静态方法cn.dev33.satoken.SaTokenManager
 
getConfig() - 类 中的方法cn.dev33.satoken.stp.StpLogic
返回配置对象
getCookie(HttpServletRequest, String) - 接口 中的方法cn.dev33.satoken.cookie.SaTokenCookie
在request对象中获取指定Cookie
getCookie(HttpServletRequest, String) - 类 中的方法cn.dev33.satoken.cookie.SaTokenCookieDefaultImpl
获取指定cookie
getCookie(HttpServletRequest, String) - 类 中的静态方法cn.dev33.satoken.cookie.SaTokenCookieUtil
在request对象中获取指定Cookie
getCreateTime() - 类 中的方法cn.dev33.satoken.session.SaSession
返回当前会话创建时间
getDataMap() - 类 中的方法cn.dev33.satoken.session.SaSession
获取数据集合(如果更新map里的值,请调用session.update()方法避免数据过时 )
getDataRefreshPeriod() - 类 中的方法cn.dev33.satoken.config.SaTokenConfig
 
getDevice() - 类 中的方法cn.dev33.satoken.session.TokenSign
 
getId() - 类 中的方法cn.dev33.satoken.session.SaSession
获取此会话id
getIsLogin() - 类 中的方法cn.dev33.satoken.stp.SaTokenInfo
 
getIsReadBody() - 类 中的方法cn.dev33.satoken.config.SaTokenConfig
 
getIsReadCookie() - 类 中的方法cn.dev33.satoken.config.SaTokenConfig
 
getIsReadHead() - 类 中的方法cn.dev33.satoken.config.SaTokenConfig
 
getIsShare() - 类 中的方法cn.dev33.satoken.config.SaTokenConfig
 
getIsV() - 类 中的方法cn.dev33.satoken.config.SaTokenConfig
 
getKeyLastActivityTime(String) - 类 中的方法cn.dev33.satoken.stp.StpLogic
获取key: 指定token的最后操作时间 持久化
getKeySession(Object) - 类 中的方法cn.dev33.satoken.stp.StpLogic
获取key: session 持久化
getKeyTokenName() - 类 中的方法cn.dev33.satoken.stp.StpLogic
获取key:客户端 tokenName
getKeyTokenSession(String) - 类 中的方法cn.dev33.satoken.stp.StpLogic
获取key: tokenValue的专属session
getKeyTokenValue(String) - 类 中的方法cn.dev33.satoken.stp.StpLogic
获取key: tokenValue 持久化 token-id
getLoginDevice() - 类 中的方法cn.dev33.satoken.stp.SaTokenInfo
 
getLoginDevice() - 类 中的方法cn.dev33.satoken.stp.StpLogic
返回当前token的登录设备
getLoginDevice() - 类 中的静态方法cn.dev33.satoken.stp.StpUtil
返回当前token的登录设备
getLoginId() - 类 中的方法cn.dev33.satoken.stp.SaTokenInfo
 
getLoginId() - 类 中的方法cn.dev33.satoken.stp.StpLogic
获取当前会话账号id, 如果未登录,则抛出异常
getLoginId(T) - 类 中的方法cn.dev33.satoken.stp.StpLogic
获取当前会话登录id, 如果未登录,则返回默认值
getLoginId() - 类 中的静态方法cn.dev33.satoken.stp.StpUtil
获取当前会话账号id, 如果未登录,则抛出异常
getLoginId(T) - 类 中的静态方法cn.dev33.satoken.stp.StpUtil
获取当前会话登录id, 如果未登录,则返回默认值
getLoginIdAsInt() - 类 中的方法cn.dev33.satoken.stp.StpLogic
获取当前会话登录id, 并转换为int
getLoginIdAsInt() - 类 中的静态方法cn.dev33.satoken.stp.StpUtil
获取当前会话登录id, 并转换为int
getLoginIdAsLong() - 类 中的方法cn.dev33.satoken.stp.StpLogic
获取当前会话登录id, 并转换为long
getLoginIdAsLong() - 类 中的静态方法cn.dev33.satoken.stp.StpUtil
获取当前会话登录id, 并转换为long
getLoginIdAsString() - 类 中的方法cn.dev33.satoken.stp.StpLogic
获取当前会话登录id, 并转换为String
getLoginIdAsString() - 类 中的静态方法cn.dev33.satoken.stp.StpUtil
获取当前会话登录id, 并转换为String
getLoginIdByToken(String) - 类 中的方法cn.dev33.satoken.stp.StpLogic
获取指定token对应的登录id,如果未登录,则返回 null
getLoginIdByToken(String) - 类 中的静态方法cn.dev33.satoken.stp.StpUtil
获取指定token对应的登录id,如果未登录,则返回 null
getLoginIdDefaultNull() - 类 中的方法cn.dev33.satoken.stp.StpLogic
获取当前会话登录id, 如果未登录,则返回null
getLoginIdDefaultNull() - 类 中的静态方法cn.dev33.satoken.stp.StpUtil
获取当前会话登录id, 如果未登录,则返回null
getLoginKey() - 异常错误 中的方法cn.dev33.satoken.exception.NotLoginException
获得loginKey
getLoginKey() - 异常错误 中的方法cn.dev33.satoken.exception.NotPermissionException
获得loginKey
getLoginKey() - 异常错误 中的方法cn.dev33.satoken.exception.NotRoleException
获得loginKey
getLoginKey() - 类 中的方法cn.dev33.satoken.stp.SaTokenInfo
 
getLoginKey() - 类 中的方法cn.dev33.satoken.stp.StpLogic
获取当前StpLogin的loginKey
getLoginKey() - 类 中的静态方法cn.dev33.satoken.stp.StpUtil
获取当前StpLogin的loginKey
getMarking28() - 类 中的静态方法cn.dev33.satoken.util.SaTokenInsideUtil
以当前时间戳和随机int数字拼接一个随机字符串
getPermissionList(Object, String) - 接口 中的方法cn.dev33.satoken.stp.StpInterface
返回指定loginId所拥有的权限码集合
getPermissionList(Object, String) - 类 中的方法cn.dev33.satoken.stp.StpInterfaceDefaultImpl
 
getRandomString(int) - 类 中的静态方法cn.dev33.satoken.util.SaTokenInsideUtil
生成指定长度的随机字符串
getRequest() - 接口 中的方法cn.dev33.satoken.servlet.SaTokenServlet
获取当前请求的 Request 对象
getRequest() - 类 中的方法cn.dev33.satoken.servlet.SaTokenServletDefaultImpl
获取当前请求的Request对象
getResponse() - 接口 中的方法cn.dev33.satoken.servlet.SaTokenServlet
获取当前请求的 Response 对象
getResponse() - 类 中的方法cn.dev33.satoken.servlet.SaTokenServletDefaultImpl
获取当前请求的Response对象
getRole() - 异常错误 中的方法cn.dev33.satoken.exception.NotRoleException
 
getRoleList(Object, String) - 接口 中的方法cn.dev33.satoken.stp.StpInterface
返回指定loginId所拥有的角色标识集合
getRoleList(Object, String) - 类 中的方法cn.dev33.satoken.stp.StpInterfaceDefaultImpl
 
getSaTokenAction() - 类 中的静态方法cn.dev33.satoken.SaTokenManager
 
getSaTokenCookie() - 类 中的静态方法cn.dev33.satoken.SaTokenManager
 
getSaTokenDao() - 类 中的静态方法cn.dev33.satoken.SaTokenManager
 
getSaTokenServlet() - 类 中的静态方法cn.dev33.satoken.SaTokenManager
 
getSession(String) - 接口 中的方法cn.dev33.satoken.dao.SaTokenDao
根据指定key的Session,如果没有,则返回空
getSession(String) - 类 中的方法cn.dev33.satoken.dao.SaTokenDaoDefaultImpl
 
getSession(boolean) - 类 中的方法cn.dev33.satoken.stp.StpLogic
获取当前会话的session, 如果session尚未创建,isCreate=是否新建并返回
getSession() - 类 中的方法cn.dev33.satoken.stp.StpLogic
获取当前会话的session,如果session尚未创建,则新建并返回
getSession(boolean) - 类 中的静态方法cn.dev33.satoken.stp.StpUtil
获取当前会话的session, 如果session尚未创建,isCreate=是否新建并返回
getSession() - 类 中的静态方法cn.dev33.satoken.stp.StpUtil
获取当前会话的session,如果session尚未创建,则新建并返回
getSessionById(String, boolean) - 类 中的静态方法cn.dev33.satoken.session.SaSessionCustomUtil
获取指定key的session
getSessionById(String) - 类 中的静态方法cn.dev33.satoken.session.SaSessionCustomUtil
获取指定key的session, 如果没有则新建并返回
getSessionByLoginId(Object, boolean) - 类 中的方法cn.dev33.satoken.stp.StpLogic
获取指定loginId的session, 如果session尚未创建,isCreate=是否新建并返回
getSessionByLoginId(Object) - 类 中的方法cn.dev33.satoken.stp.StpLogic
获取指定loginId的session,如果session尚未创建,则新建并返回
getSessionByLoginId(Object, boolean) - 类 中的静态方法cn.dev33.satoken.stp.StpUtil
获取指定loginId的session, 如果session尚未创建,isCreate=是否新建并返回
getSessionByLoginId(Object) - 类 中的静态方法cn.dev33.satoken.stp.StpUtil
获取指定loginId的session,如果session尚未创建,则新建并返回
getSessionBySessionId(String, boolean) - 类 中的方法cn.dev33.satoken.stp.StpLogic
获取指定key的session, 如果session尚未创建,isCreate=是否新建并返回
getSessionBySessionId(String) - 类 中的方法cn.dev33.satoken.stp.StpLogic
获取指定key的session, 如果session尚未创建,则返回null
getSessionBySessionId(String) - 类 中的静态方法cn.dev33.satoken.stp.StpUtil
获取指定key的session, 如果session尚未创建,则返回null
getSessionKey(String) - 类 中的静态方法cn.dev33.satoken.session.SaSessionCustomUtil
组织一下自定义session的id
getSessionTimeout(String) - 接口 中的方法cn.dev33.satoken.dao.SaTokenDao
获取指定SaSession的剩余存活时间 (单位: 秒)
getSessionTimeout(String) - 类 中的方法cn.dev33.satoken.dao.SaTokenDaoDefaultImpl
 
getSessionTimeout() - 类 中的方法cn.dev33.satoken.stp.SaTokenInfo
 
getSessionTimeout() - 类 中的方法cn.dev33.satoken.stp.StpLogic
获取当前登录者的Session剩余有效时间 (单位: 秒)
getSessionTimeout() - 类 中的静态方法cn.dev33.satoken.stp.StpUtil
获取当前登录者的Session剩余有效时间 (单位: 秒)
getSessionTimeoutByLoginId(Object) - 类 中的方法cn.dev33.satoken.stp.StpLogic
获取指定loginId的Session剩余有效时间 (单位: 秒)
getStpInterface() - 类 中的静态方法cn.dev33.satoken.SaTokenManager
 
getTimeout() - 类 中的方法cn.dev33.satoken.config.SaTokenConfig
 
getTimeout(String) - 接口 中的方法cn.dev33.satoken.dao.SaTokenDao
获取指定key的剩余存活时间 (单位: 秒)
getTimeout(String) - 类 中的方法cn.dev33.satoken.dao.SaTokenDaoDefaultImpl
 
getTokenActivityTimeout() - 类 中的方法cn.dev33.satoken.stp.SaTokenInfo
 
getTokenActivityTimeout() - 类 中的方法cn.dev33.satoken.stp.StpLogic
获取当前token[临时过期]剩余有效时间 (单位: 秒)
getTokenActivityTimeout() - 类 中的静态方法cn.dev33.satoken.stp.StpUtil
获取当前token[临时过期]剩余有效时间 (单位: 秒)
getTokenActivityTimeoutByToken(String) - 类 中的方法cn.dev33.satoken.stp.StpLogic
获取指定token[临时过期]剩余有效时间 (单位: 秒)
getTokenInfo() - 类 中的方法cn.dev33.satoken.stp.StpLogic
获取当前会话的token信息
getTokenInfo() - 类 中的静态方法cn.dev33.satoken.stp.StpUtil
获取当前会话的token信息
getTokenName() - 类 中的方法cn.dev33.satoken.config.SaTokenConfig
 
getTokenName() - 类 中的方法cn.dev33.satoken.stp.SaTokenInfo
 
getTokenName() - 类 中的方法cn.dev33.satoken.stp.StpLogic
返回token名称
getTokenName() - 类 中的静态方法cn.dev33.satoken.stp.StpUtil
返回token名称
getTokenSession(boolean) - 类 中的方法cn.dev33.satoken.stp.StpLogic
获取当前token的专属-session,如果session尚未创建,isCreate代表是否新建并返回
getTokenSession() - 类 中的方法cn.dev33.satoken.stp.StpLogic
获取当前token的专属-session,如果session尚未创建,则新建并返回
getTokenSession() - 类 中的静态方法cn.dev33.satoken.stp.StpUtil
获取当前token的专属-session,如果session尚未创建,则新建并返回
getTokenSessionByToken(String, boolean) - 类 中的方法cn.dev33.satoken.stp.StpLogic
获取指定token的专属session,如果session尚未创建,isCreate代表是否新建并返回
getTokenSessionByToken(String) - 类 中的方法cn.dev33.satoken.stp.StpLogic
获取指定token的专属session,如果session尚未创建,则新建并返回
getTokenSessionByToken(String) - 类 中的静态方法cn.dev33.satoken.stp.StpUtil
获取指定token的专属session,如果session尚未创建,则新建并返回
getTokenSessionCheckLogin() - 类 中的方法cn.dev33.satoken.config.SaTokenConfig
 
getTokenSessionTimeout() - 类 中的方法cn.dev33.satoken.stp.SaTokenInfo
 
getTokenSessionTimeout() - 类 中的方法cn.dev33.satoken.stp.StpLogic
获取当前token的专属Session剩余有效时间 (单位: 秒)
getTokenSessionTimeout() - 类 中的静态方法cn.dev33.satoken.stp.StpUtil
获取当前token的专属Session剩余有效时间 (单位: 秒)
getTokenSessionTimeoutByTokenValue(String) - 类 中的方法cn.dev33.satoken.stp.StpLogic
获取指定token的专属Session剩余有效时间 (单位: 秒)
getTokenSign(String) - 类 中的方法cn.dev33.satoken.session.SaSession
查找一个token签名
getTokenSignList() - 类 中的方法cn.dev33.satoken.session.SaSession
返回token签名列表
getTokenStyle() - 类 中的方法cn.dev33.satoken.config.SaTokenConfig
 
getTokenTimeout() - 类 中的方法cn.dev33.satoken.stp.SaTokenInfo
 
getTokenTimeout() - 类 中的方法cn.dev33.satoken.stp.StpLogic
获取当前登录者的token剩余有效时间 (单位: 秒)
getTokenTimeout() - 类 中的静态方法cn.dev33.satoken.stp.StpUtil
获取当前登录者的token剩余有效时间 (单位: 秒)
getTokenTimeoutByLoginId(Object) - 类 中的方法cn.dev33.satoken.stp.StpLogic
获取指定loginId的token剩余有效时间 (单位: 秒)
getTokenValue() - 类 中的方法cn.dev33.satoken.stp.SaTokenInfo
 
getTokenValue() - 类 中的方法cn.dev33.satoken.stp.StpLogic
获取当前tokenValue
getTokenValue() - 类 中的静态方法cn.dev33.satoken.stp.StpUtil
获取当前tokenValue
getTokenValueByLoginId(Object) - 类 中的方法cn.dev33.satoken.stp.StpLogic
获取指定loginId的tokenValue 在配置为允许并发登录时,此方法只会返回队列的最后一个token, 如果你需要返回此账号id的所有token,请调用 getTokenValueListByLoginId
getTokenValueByLoginId(Object, String) - 类 中的方法cn.dev33.satoken.stp.StpLogic
获取指定loginId指定设备端的tokenValue 在配置为允许并发登录时,此方法只会返回队列的最后一个token, 如果你需要返回此账号id的所有token,请调用 getTokenValueListByLoginId
getTokenValueByLoginId(Object) - 类 中的静态方法cn.dev33.satoken.stp.StpUtil
获取指定loginId的tokenValue 在配置为允许并发登录时,此方法只会返回队列的最后一个token, 如果你需要返回此账号id的所有token,请调用 getTokenValueListByLoginId
getTokenValueByLoginId(Object, String) - 类 中的静态方法cn.dev33.satoken.stp.StpUtil
获取指定loginId指定设备端的tokenValue 在配置为允许并发登录时,此方法只会返回队列的最后一个token, 如果你需要返回此账号id的所有token,请调用 getTokenValueListByLoginId
getTokenValueListByLoginId(Object) - 类 中的方法cn.dev33.satoken.stp.StpLogic
获取指定loginId的tokenValue集合
getTokenValueListByLoginId(Object, String) - 类 中的方法cn.dev33.satoken.stp.StpLogic
获取指定loginId指定设备端的tokenValue 集合
getTokenValueListByLoginId(Object) - 类 中的静态方法cn.dev33.satoken.stp.StpUtil
获取指定loginId的tokenValue集合
getTokenValueListByLoginId(Object, String) - 类 中的静态方法cn.dev33.satoken.stp.StpUtil
获取指定loginId指定设备端的tokenValue集合
getType() - 异常错误 中的方法cn.dev33.satoken.exception.NotLoginException
获取异常类型
getValue(String) - 接口 中的方法cn.dev33.satoken.dao.SaTokenDao
根据key获取value,如果没有,则返回空
getValue(String) - 类 中的方法cn.dev33.satoken.dao.SaTokenDaoDefaultImpl
 
getValue() - 类 中的方法cn.dev33.satoken.session.TokenSign
 
GITHUB_URL - 类 中的静态变量cn.dev33.satoken.util.SaTokenConsts
sa-token 开源地址

H

hasPermission(Object, String) - 类 中的方法cn.dev33.satoken.stp.StpLogic
指定账号id是否含有指定权限
hasPermission(String) - 类 中的方法cn.dev33.satoken.stp.StpLogic
当前账号id是否含有指定权限
hasPermission(Object, String) - 类 中的静态方法cn.dev33.satoken.stp.StpUtil
指定账号id是否含有指定权限
hasPermission(String) - 类 中的静态方法cn.dev33.satoken.stp.StpUtil
当前账号id是否含有指定权限
hasRole(Object, String) - 类 中的方法cn.dev33.satoken.stp.StpLogic
指定账号id是否含有角色标识
hasRole(String) - 类 中的方法cn.dev33.satoken.stp.StpLogic
当前账号id是否含有指定角色标识
hasRole(Object, String) - 类 中的静态方法cn.dev33.satoken.stp.StpUtil
指定账号id是否含有角色标识
hasRole(String) - 类 中的静态方法cn.dev33.satoken.stp.StpUtil
当前账号id是否含有指定角色标识

I

initConfig() - 类 中的静态方法cn.dev33.satoken.SaTokenManager
 
initRefreshTimer() - 类 中的方法cn.dev33.satoken.dao.SaTokenDaoDefaultImpl
初始化定时任务
initSaTokenAction() - 类 中的静态方法cn.dev33.satoken.SaTokenManager
 
initSaTokenCookie() - 类 中的静态方法cn.dev33.satoken.SaTokenManager
 
initSaTokenDao() - 类 中的静态方法cn.dev33.satoken.SaTokenManager
 
initSaTokenServlet() - 类 中的静态方法cn.dev33.satoken.SaTokenManager
 
initStpInterface() - 类 中的静态方法cn.dev33.satoken.SaTokenManager
 
INVALID_TOKEN - 异常错误 中的静态变量cn.dev33.satoken.exception.NotLoginException
表示token无效
INVALID_TOKEN_MESSAGE - 异常错误 中的静态变量cn.dev33.satoken.exception.NotLoginException
 
isExists(String) - 类 中的方法cn.dev33.satoken.session.SaSessionCustomUtil
指定key的session是否存在
isLogin - 类 中的变量cn.dev33.satoken.stp.SaTokenInfo
当前是否已经登录
isLogin() - 类 中的方法cn.dev33.satoken.stp.StpLogic
获取当前会话是否已经登录
isLogin() - 类 中的静态方法cn.dev33.satoken.stp.StpUtil
获取当前会话是否已经登录

J

JUST_CREATED_SAVE_KEY - 类 中的静态变量cn.dev33.satoken.util.SaTokenConsts
如果token为本次请求新创建的,则以此字符串为key存储在当前request中 JUST_CREATED_SAVE_KEY

K

KICK_OUT - 异常错误 中的静态变量cn.dev33.satoken.exception.NotLoginException
表示token已被踢下线
KICK_OUT_MESSAGE - 异常错误 中的静态变量cn.dev33.satoken.exception.NotLoginException
 

L

loginDevice - 类 中的变量cn.dev33.satoken.stp.SaTokenInfo
当前登录设备
loginId - 类 中的变量cn.dev33.satoken.stp.SaTokenInfo
当前loginId,未登录时为null
loginKey - 类 中的变量cn.dev33.satoken.stp.SaTokenInfo
当前loginKey
loginKey - 类 中的变量cn.dev33.satoken.stp.StpLogic
持久化的key前缀,多账号认证体系时以此值区分,比如:login、user、admin
logout() - 类 中的方法cn.dev33.satoken.session.SaSession
注销会话(注销后,此session会话将不再存储服务器上)
logout() - 类 中的方法cn.dev33.satoken.stp.StpLogic
当前会话注销登录
logout() - 类 中的静态方法cn.dev33.satoken.stp.StpUtil
当前会话注销登录
logoutByLoginId(Object) - 类 中的方法cn.dev33.satoken.stp.StpLogic
指定loginId的会话注销登录(踢人下线) 当对方再次访问系统时,会抛出NotLoginException异常,场景值=-2
logoutByLoginId(Object, String) - 类 中的方法cn.dev33.satoken.stp.StpLogic
指定loginId指定设备的会话注销登录(踢人下线) 当对方再次访问系统时,会抛出NotLoginException异常,场景值=-2
logoutByLoginId(Object) - 类 中的静态方法cn.dev33.satoken.stp.StpUtil
指定loginId的会话注销登录(踢人下线) 当对方再次访问系统时,会抛出NotLoginException异常,场景值=-2
logoutByLoginId(Object, String) - 类 中的静态方法cn.dev33.satoken.stp.StpUtil
指定loginId指定设备的会话注销登录(踢人下线) 当对方再次访问系统时,会抛出NotLoginException异常,场景值=-2
logoutByTokenSignCountToZero() - 类 中的方法cn.dev33.satoken.session.SaSession
如果这个token的tokenSign数量为零,则直接注销会话
logoutByTokenValue(String) - 类 中的方法cn.dev33.satoken.stp.StpLogic
指定token的会话注销登录
logoutByTokenValue(String) - 类 中的静态方法cn.dev33.satoken.stp.StpUtil
指定token的会话注销登录

N

NEVER_EXPIRE - 接口 中的静态变量cn.dev33.satoken.dao.SaTokenDao
常量,表示一个key永不过期 (在一个key被标注为永远不过期时返回此值)
newInstance(String, String) - 异常错误 中的静态方法cn.dev33.satoken.exception.NotLoginException
静态方法构建一个NotLoginException
NOT_TOKEN - 异常错误 中的静态变量cn.dev33.satoken.exception.NotLoginException
表示未提供token
NOT_TOKEN_MESSAGE - 异常错误 中的静态变量cn.dev33.satoken.exception.NotLoginException
 
NOT_VALUE_EXPIRE - 接口 中的静态变量cn.dev33.satoken.dao.SaTokenDao
常量,表示系统中不存在这个缓存 (在对不存在的key获取剩余存活时间时返回此值)
NotLoginException - cn.dev33.satoken.exception中的异常错误
一个异常:代表用户没有登录
NotLoginException(String, String, String) - 异常错误 的构造器cn.dev33.satoken.exception.NotLoginException
构造方法创建一个
NotPermissionException - cn.dev33.satoken.exception中的异常错误
没有指定权限码,抛出的异常
NotPermissionException(String) - 异常错误 的构造器cn.dev33.satoken.exception.NotPermissionException
 
NotPermissionException(String, String) - 异常错误 的构造器cn.dev33.satoken.exception.NotPermissionException
 
NotRoleException - cn.dev33.satoken.exception中的异常错误
没有指定角色标识,抛出的异常
NotRoleException(String) - 异常错误 的构造器cn.dev33.satoken.exception.NotRoleException
 
NotRoleException(String, String) - 异常错误 的构造器cn.dev33.satoken.exception.NotRoleException
 

P

printSaToken() - 类 中的静态方法cn.dev33.satoken.util.SaTokenInsideUtil
打印 sa-token 版本字符画

R

refreshDataMap() - 类 中的方法cn.dev33.satoken.dao.SaTokenDaoDefaultImpl
清理所有已经过期的key
refreshTimer - 类 中的变量cn.dev33.satoken.dao.SaTokenDaoDefaultImpl
定时任务对象
removeAttribute(String) - 类 中的方法cn.dev33.satoken.session.SaSession
移除一个值
removeTokenSign(String) - 类 中的方法cn.dev33.satoken.session.SaSession
移除一个token签名
run() - 接口 中的方法cn.dev33.satoken.util.SaTaskUtil.FunctionRunClass
 

S

SaCheckLogin - cn.dev33.satoken.annotation中的注释类型
标注一个路由方法,当前会话必须已登录才能通过 可标注在类上,其效果等同于标注在此类的所有方法上
SaCheckPermission - cn.dev33.satoken.annotation中的注释类型
标注一个路由方法,当前会话必须具有指定权限才可以通过 可标注在类上,其效果等同于标注在此类的所有方法上
SaCheckRole - cn.dev33.satoken.annotation中的注释类型
标注一个路由方法,当前会话必须具有指定角色标识才可以通过 可标注在类上,其效果等同于标注在此类的所有方法上
SaMode - cn.dev33.satoken.annotation中的枚举
指定注解鉴权的验证模式
SaSession - cn.dev33.satoken.session中的类
session会话
SaSession() - 类 的构造器cn.dev33.satoken.session.SaSession
构建一个 session对象
SaSession(String) - 类 的构造器cn.dev33.satoken.session.SaSession
构建一个 session对象
SaSessionCustomUtil - cn.dev33.satoken.session中的类
自定义sa-session工具类
SaSessionCustomUtil() - 类 的构造器cn.dev33.satoken.session.SaSessionCustomUtil
 
SaTaskUtil - cn.dev33.satoken.util中的类
任务调度Util
SaTaskUtil() - 类 的构造器cn.dev33.satoken.util.SaTaskUtil
 
SaTaskUtil.FunctionRunClass - cn.dev33.satoken.util中的接口
封装一个内部类,便于操作
SaTokenAction - cn.dev33.satoken.action中的接口
sa-token内置操作接口
saTokenAction - 类 中的静态变量cn.dev33.satoken.SaTokenManager
框架行为 Bean
SaTokenActionDefaultImpl - cn.dev33.satoken.action中的类
对 SaTokenAction 接口的默认实现
SaTokenActionDefaultImpl() - 类 的构造器cn.dev33.satoken.action.SaTokenActionDefaultImpl
 
SaTokenConfig - cn.dev33.satoken.config中的类
sa-token 配置类Model
SaTokenConfig() - 类 的构造器cn.dev33.satoken.config.SaTokenConfig
 
SaTokenConfigFactory - cn.dev33.satoken.config中的类
sa-token配置文件创建工厂类
SaTokenConfigFactory() - 类 的构造器cn.dev33.satoken.config.SaTokenConfigFactory
 
SaTokenConsts - cn.dev33.satoken.util中的类
定义sa-token的所有常量
SaTokenConsts() - 类 的构造器cn.dev33.satoken.util.SaTokenConsts
 
SaTokenCookie - cn.dev33.satoken.cookie中的接口
sa-token 对cookie的相关操作 接口类
saTokenCookie - 类 中的静态变量cn.dev33.satoken.SaTokenManager
Cookie操作 Bean
SaTokenCookieDefaultImpl - cn.dev33.satoken.cookie中的类
sa-token 对cookie的相关操作 接口实现类
SaTokenCookieDefaultImpl() - 类 的构造器cn.dev33.satoken.cookie.SaTokenCookieDefaultImpl
 
SaTokenCookieUtil - cn.dev33.satoken.cookie中的类
Cookie操作工具类
SaTokenCookieUtil() - 类 的构造器cn.dev33.satoken.cookie.SaTokenCookieUtil
 
SaTokenDao - cn.dev33.satoken.dao中的接口
sa-token持久层的接口
saTokenDao - 类 中的静态变量cn.dev33.satoken.SaTokenManager
持久化 Bean
SaTokenDaoDefaultImpl - cn.dev33.satoken.dao中的类
sa-token持久层默认的实现类 , 基于内存Map
SaTokenDaoDefaultImpl() - 类 的构造器cn.dev33.satoken.dao.SaTokenDaoDefaultImpl
构造函数
SaTokenException - cn.dev33.satoken.exception中的异常错误
sa-token框架内部逻辑发生错误抛出的异常
SaTokenException(String) - 异常错误 的构造器cn.dev33.satoken.exception.SaTokenException
构建一个异常
SaTokenInfo - cn.dev33.satoken.stp中的类
用来描述一个token常用信息的类
SaTokenInfo() - 类 的构造器cn.dev33.satoken.stp.SaTokenInfo
 
SaTokenInsideUtil - cn.dev33.satoken.util中的类
sa-token 内部代码工具类
SaTokenInsideUtil() - 类 的构造器cn.dev33.satoken.util.SaTokenInsideUtil
 
SaTokenManager - cn.dev33.satoken中的类
管理sa-token所有接口对象
SaTokenManager() - 类 的构造器cn.dev33.satoken.SaTokenManager
 
saTokenServlet - 类 中的静态变量cn.dev33.satoken.SaTokenManager
Servlet操作 Bean
SaTokenServlet - cn.dev33.satoken.servlet中的接口
Servlet相关操作
SaTokenServletDefaultImpl - cn.dev33.satoken.servlet中的类
sa-token 对SaTokenServlet接口默认实现类
SaTokenServletDefaultImpl() - 类 的构造器cn.dev33.satoken.servlet.SaTokenServletDefaultImpl
 
saveSession(SaSession, long) - 接口 中的方法cn.dev33.satoken.dao.SaTokenDao
将指定Session持久化
saveSession(SaSession, long) - 类 中的方法cn.dev33.satoken.dao.SaTokenDaoDefaultImpl
 
searchData(String, String, int, int) - 接口 中的方法cn.dev33.satoken.dao.SaTokenDao
搜索数据
searchData(String, String, int, int) - 类 中的方法cn.dev33.satoken.dao.SaTokenDaoDefaultImpl
 
searchList(Collection<String>, String, String, int, int) - 类 中的静态方法cn.dev33.satoken.util.SaTokenInsideUtil
从集合里查询数据
searchList(List<String>, int, int) - 类 中的静态方法cn.dev33.satoken.util.SaTokenInsideUtil
从集合里查询数据
searchSessionId(String, int, int) - 类 中的方法cn.dev33.satoken.stp.StpLogic
根据条件查询SessionId
searchSessionId(String, int, int) - 类 中的静态方法cn.dev33.satoken.stp.StpUtil
根据条件查询SessionId
searchTokenSessionId(String, int, int) - 类 中的方法cn.dev33.satoken.stp.StpLogic
根据条件查询token专属Session的Id
searchTokenSessionId(String, int, int) - 类 中的静态方法cn.dev33.satoken.stp.StpUtil
根据条件查询token专属Session的Id
searchTokenValue(String, int, int) - 类 中的方法cn.dev33.satoken.stp.StpLogic
根据条件查询token
searchTokenValue(String, int, int) - 类 中的静态方法cn.dev33.satoken.stp.StpUtil
根据条件查询token
sessionKey - 类 中的静态变量cn.dev33.satoken.session.SaSessionCustomUtil
添加上指定前缀,防止恶意伪造session
sessionTimeout - 类 中的变量cn.dev33.satoken.stp.SaTokenInfo
session剩余有效时间 (单位: 秒)
setActivityTimeout(long) - 类 中的方法cn.dev33.satoken.config.SaTokenConfig
 
setAllowConcurrentLogin(Boolean) - 类 中的方法cn.dev33.satoken.config.SaTokenConfig
 
setAttribute(String, Object) - 类 中的方法cn.dev33.satoken.session.SaSession
写入一个值
setConfig(SaTokenConfig) - 类 中的静态方法cn.dev33.satoken.SaTokenManager
 
setDataRefreshPeriod(int) - 类 中的方法cn.dev33.satoken.config.SaTokenConfig
 
setInterval(SaTaskUtil.FunctionRunClass, int, int) - 类 中的静态方法cn.dev33.satoken.util.SaTaskUtil
延时delay毫秒,每隔period毫秒执行一个函数
setIsLogin(Boolean) - 类 中的方法cn.dev33.satoken.stp.SaTokenInfo
 
setIsReadBody(Boolean) - 类 中的方法cn.dev33.satoken.config.SaTokenConfig
 
setIsReadCookie(Boolean) - 类 中的方法cn.dev33.satoken.config.SaTokenConfig
 
setIsReadHead(Boolean) - 类 中的方法cn.dev33.satoken.config.SaTokenConfig
 
setIsShare(Boolean) - 类 中的方法cn.dev33.satoken.config.SaTokenConfig
 
setIsV(Boolean) - 类 中的方法cn.dev33.satoken.config.SaTokenConfig
 
setLastActivityToNow(String) - 类 中的方法cn.dev33.satoken.stp.StpLogic
写入指定token的 [最后操作时间] 为当前时间戳
setLoginDevice(String) - 类 中的方法cn.dev33.satoken.stp.SaTokenInfo
 
setLoginId(Object) - 类 中的方法cn.dev33.satoken.stp.SaTokenInfo
 
setLoginId(Object) - 类 中的方法cn.dev33.satoken.stp.StpLogic
在当前会话上登录id
setLoginId(Object, String) - 类 中的方法cn.dev33.satoken.stp.StpLogic
在当前会话上登录id
setLoginId(Object) - 类 中的静态方法cn.dev33.satoken.stp.StpUtil
在当前会话上登录id
setLoginId(Object, String) - 类 中的静态方法cn.dev33.satoken.stp.StpUtil
在当前会话上登录id
setLoginKey(String) - 类 中的方法cn.dev33.satoken.stp.SaTokenInfo
 
setSaTokenAction(SaTokenAction) - 类 中的静态方法cn.dev33.satoken.SaTokenManager
 
setSaTokenCookie(SaTokenCookie) - 类 中的静态方法cn.dev33.satoken.SaTokenManager
 
setSaTokenDao(SaTokenDao) - 类 中的静态方法cn.dev33.satoken.SaTokenManager
 
setSaTokenServlet(SaTokenServlet) - 类 中的静态方法cn.dev33.satoken.SaTokenManager
 
setSessionTimeout(long) - 类 中的方法cn.dev33.satoken.stp.SaTokenInfo
 
setStpInterface(StpInterface) - 类 中的静态方法cn.dev33.satoken.SaTokenManager
 
setTimeout(long) - 类 中的方法cn.dev33.satoken.config.SaTokenConfig
 
setTimeout(SaTaskUtil.FunctionRunClass, int) - 类 中的静态方法cn.dev33.satoken.util.SaTaskUtil
延时指定毫秒执行一个函数
setTokenActivityTimeout(long) - 类 中的方法cn.dev33.satoken.stp.SaTokenInfo
 
setTokenName(String) - 类 中的方法cn.dev33.satoken.config.SaTokenConfig
 
setTokenName(String) - 类 中的方法cn.dev33.satoken.stp.SaTokenInfo
 
setTokenSessionCheckLogin(Boolean) - 类 中的方法cn.dev33.satoken.config.SaTokenConfig
 
setTokenSessionTimeout(long) - 类 中的方法cn.dev33.satoken.stp.SaTokenInfo
 
setTokenStyle(String) - 类 中的方法cn.dev33.satoken.config.SaTokenConfig
 
setTokenTimeout(long) - 类 中的方法cn.dev33.satoken.stp.SaTokenInfo
 
setTokenValue(String) - 类 中的方法cn.dev33.satoken.stp.SaTokenInfo
 
setValue(String, String, long) - 接口 中的方法cn.dev33.satoken.dao.SaTokenDao
写入指定key-value键值对,并设定过期时间 (单位: 秒)
setValue(String, String, long) - 类 中的方法cn.dev33.satoken.dao.SaTokenDaoDefaultImpl
 
stpInterface - 类 中的静态变量cn.dev33.satoken.SaTokenManager
权限认证 Bean
StpInterface - cn.dev33.satoken.stp中的接口
开放权限验证接口,方便重写
StpInterfaceDefaultImpl - cn.dev33.satoken.stp中的类
对StpInterface接口默认的实现类
StpInterfaceDefaultImpl() - 类 的构造器cn.dev33.satoken.stp.StpInterfaceDefaultImpl
 
StpLogic - cn.dev33.satoken.stp中的类
sa-token 权限验证,逻辑实现类 (stp = sa-token-permission 的缩写 )
StpLogic(String) - 类 的构造器cn.dev33.satoken.stp.StpLogic
初始化StpLogic, 并制定loginKey
stpLogic - 类 中的静态变量cn.dev33.satoken.stp.StpUtil
底层的 StpLogic 对象
StpUtil - cn.dev33.satoken.stp中的类
一个默认的实现
StpUtil() - 类 的构造器cn.dev33.satoken.stp.StpUtil
 

T

TOKEN_ACTIVITY_TIMEOUT_CHECKED_KEY - 类 中的静态变量cn.dev33.satoken.util.SaTokenConsts
如果本次请求已经验证过[无操作过期], 则以此值存储在当前request中 TOKEN_ACTIVITY_TIMEOUT_CHECKED_KEY
TOKEN_TIMEOUT - 异常错误 中的静态变量cn.dev33.satoken.exception.NotLoginException
表示token已过期
TOKEN_TIMEOUT_MESSAGE - 异常错误 中的静态变量cn.dev33.satoken.exception.NotLoginException
 
tokenActivityTimeout - 类 中的变量cn.dev33.satoken.stp.SaTokenInfo
token剩余无操作有效时间
tokenName - 类 中的变量cn.dev33.satoken.stp.SaTokenInfo
token名称
tokenSessionTimeout - 类 中的变量cn.dev33.satoken.stp.SaTokenInfo
token专属session剩余有效时间 (单位: 秒)
TokenSign - cn.dev33.satoken.session中的类
挂在到SaSession上的token签名
TokenSign() - 类 的构造器cn.dev33.satoken.session.TokenSign
构建一个
TokenSign(String, String) - 类 的构造器cn.dev33.satoken.session.TokenSign
构建一个
tokenTimeout - 类 中的变量cn.dev33.satoken.stp.SaTokenInfo
token剩余有效期 (单位: 秒)
tokenValue - 类 中的变量cn.dev33.satoken.stp.SaTokenInfo
token值
toString() - 类 中的方法cn.dev33.satoken.config.SaTokenConfig
 
toString() - 类 中的方法cn.dev33.satoken.session.TokenSign
 
toString() - 类 中的方法cn.dev33.satoken.stp.SaTokenInfo
 

U

update() - 类 中的方法cn.dev33.satoken.session.SaSession
将这个session从持久库更新一下
updateCookie(HttpServletRequest, HttpServletResponse, String, String) - 接口 中的方法cn.dev33.satoken.cookie.SaTokenCookie
修改Cookie的value值
updateCookie(HttpServletRequest, HttpServletResponse, String, String) - 类 中的方法cn.dev33.satoken.cookie.SaTokenCookieDefaultImpl
修改cookie的value值
updateCookie(HttpServletRequest, HttpServletResponse, String, String) - 类 中的静态方法cn.dev33.satoken.cookie.SaTokenCookieUtil
修改cookie的value值
updateLastActivityToNow(String) - 类 中的方法cn.dev33.satoken.stp.StpLogic
续签指定token:(将 [最后操作时间] 更新为当前时间戳)
updateLastActivityToNow() - 类 中的方法cn.dev33.satoken.stp.StpLogic
续签当前token:(将 [最后操作时间] 更新为当前时间戳) 请注意: 即时token已经 [临时过期] 也可续签成功, 如果此场景下需要提示续签失败,可在此之前调用 checkActivityTimeout() 强制检查是否过期即可
updateLastActivityToNow() - 类 中的静态方法cn.dev33.satoken.stp.StpUtil
续签当前token:(将 [最后操作时间] 更新为当前时间戳) 请注意: 即时token已经 [临时过期] 也可续签成功, 如果此场景下需要提示续签失败,可在此之前调用 checkActivityTimeout() 强制检查是否过期即可
updateSession(SaSession) - 接口 中的方法cn.dev33.satoken.dao.SaTokenDao
更新指定session
updateSession(SaSession) - 类 中的方法cn.dev33.satoken.dao.SaTokenDaoDefaultImpl
 
updateSessionTimeout(String, long) - 接口 中的方法cn.dev33.satoken.dao.SaTokenDao
修改指定SaSession的剩余存活时间 (单位: 秒)
updateSessionTimeout(String, long) - 类 中的方法cn.dev33.satoken.dao.SaTokenDaoDefaultImpl
 
updateTimeout(String, long) - 接口 中的方法cn.dev33.satoken.dao.SaTokenDao
修改指定key的剩余存活时间 (单位: 秒)
updateTimeout(String, long) - 类 中的方法cn.dev33.satoken.dao.SaTokenDaoDefaultImpl
 
updateValue(String, String) - 接口 中的方法cn.dev33.satoken.dao.SaTokenDao
修改指定key-value键值对 (过期时间取原来的值)
updateValue(String, String) - 类 中的方法cn.dev33.satoken.dao.SaTokenDaoDefaultImpl
 

V

valueOf(String) - 枚举 中的静态方法cn.dev33.satoken.annotation.SaMode
返回带有指定名称的该类型的枚举常量。
values() - 枚举 中的静态方法cn.dev33.satoken.annotation.SaMode
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
VERSION_NO - 类 中的静态变量cn.dev33.satoken.util.SaTokenConsts
sa-token 版本号
A B C D E G H I J K L N P R S T U V 
跳过导航链接

Copyright © 2021. All Rights Reserved.