索引

C D G K N P S 
All Classes and Interfaces|常量字段值|所有程序包

C

cn.dev33.satoken.temp.jwt - 程序包 cn.dev33.satoken.temp.jwt
 
cn.dev33.satoken.temp.jwt.error - 程序包 cn.dev33.satoken.temp.jwt.error
 
CODE_30301 - 类中的静态变量 cn.dev33.satoken.temp.jwt.error.SaTempJwtErrorCode
jwt 模式没有提供秘钥
CODE_30302 - 类中的静态变量 cn.dev33.satoken.temp.jwt.error.SaTempJwtErrorCode
jwt 模式不可以删除 Token
CODE_30303 - 类中的静态变量 cn.dev33.satoken.temp.jwt.error.SaTempJwtErrorCode
Token已超时
createToken(String, Object, long) - 类中的方法 cn.dev33.satoken.temp.jwt.SaTempForJwt
根据value创建一个token
createToken(String, Object, long, String) - 类中的静态方法 cn.dev33.satoken.temp.jwt.SaJwtUtil
根据指定值创建 jwt-token

D

deleteToken(String, String) - 类中的方法 cn.dev33.satoken.temp.jwt.SaTempForJwt
删除一个token

G

getJwtSecretKey() - 类中的方法 cn.dev33.satoken.temp.jwt.SaTempForJwt
获取jwt秘钥
getTimeout(String, String) - 类中的方法 cn.dev33.satoken.temp.jwt.SaTempForJwt
返回指定token的剩余有效期,单位:秒
getTimeout(String, String, String) - 类中的静态方法 cn.dev33.satoken.temp.jwt.SaJwtUtil
从一个 jwt-token 解析出载荷, 并取出其剩余有效期
getValue(String, String, String) - 类中的静态方法 cn.dev33.satoken.temp.jwt.SaJwtUtil
从一个 jwt-token 解析出载荷, 并取出数据

K

KEY_EFF - 类中的静态变量 cn.dev33.satoken.temp.jwt.SaJwtUtil
key: 有效期 (时间戳)
KEY_VALUE - 类中的静态变量 cn.dev33.satoken.temp.jwt.SaJwtUtil
key: value 前缀

N

NEVER_EXPIRE - 类中的静态变量 cn.dev33.satoken.temp.jwt.SaJwtUtil
当有效期被设为此值时,代表永不过期

P

parseToken(String, String) - 类中的静态方法 cn.dev33.satoken.temp.jwt.SaJwtUtil
从一个 jwt-token 解析出载荷
parseToken(String, String) - 类中的方法 cn.dev33.satoken.temp.jwt.SaTempForJwt
解析token获取value

S

SaJwtUtil - cn.dev33.satoken.temp.jwt中的类
jwt操作工具类
SaJwtUtil() - 类的构造器 cn.dev33.satoken.temp.jwt.SaJwtUtil
 
SaTempForJwt - cn.dev33.satoken.temp.jwt中的类
Sa-Token 临时令牌验证模块接口 JWT实现类
SaTempForJwt() - 类的构造器 cn.dev33.satoken.temp.jwt.SaTempForJwt
 
SaTempJwtErrorCode - cn.dev33.satoken.temp.jwt.error中的类
定义 sa-token-temp-jwt 所有异常细分状态码
SaTempJwtErrorCode() - 类的构造器 cn.dev33.satoken.temp.jwt.error.SaTempJwtErrorCode
 
C D G K N P S 
All Classes and Interfaces|常量字段值|所有程序包