索引
All Classes and Interfaces|常量字段值|所有程序包|序列化表格
A
- AuthInfo - top.tangyh.basic.jwt.model中的类
-
AuthInfo
- AuthInfo() - 类的构造器 top.tangyh.basic.jwt.model.AuthInfo
B
- BASE64_SECURITY - 类中的静态变量 top.tangyh.basic.jwt.utils.JwtUtil
-
将 签名(JWT_SIGN_KEY) 编译成BASE64编码
- base64Decoder(String) - 类中的静态方法 top.tangyh.basic.jwt.utils.JwtUtil
-
使用 Base64 解码
C
- createAuthInfo(JwtUserInfo, Long) - 类中的方法 top.tangyh.basic.jwt.TokenUtil
-
创建认证token
- createJwt(Map<String, String>, long) - 类中的静态方法 top.tangyh.basic.jwt.utils.JwtUtil
-
创建令牌
E
- extractClient(String) - 类中的静态方法 top.tangyh.basic.jwt.utils.JwtUtil
-
解析请求头中存储的 client 信息 clientId:clientSec 解码
G
- getAuthInfo(String) - 类中的方法 top.tangyh.basic.jwt.TokenUtil
-
解析token
- getClaims(String, long) - 类中的静态方法 top.tangyh.basic.jwt.utils.JwtUtil
-
获取Claims
- getClient(String) - 类中的静态方法 top.tangyh.basic.jwt.utils.JwtUtil
-
authorization: Basic clientId:clientSec 解析请求头中存储的 client 信息
- getToken(String) - 类中的静态方法 top.tangyh.basic.jwt.utils.JwtUtil
- getTokenUtil(JwtProperties) - 类中的方法 top.tangyh.basic.jwt.JwtConfiguration
J
- JwtConfiguration - top.tangyh.basic.jwt中的类
-
认证服务端配置
- JwtConfiguration() - 类的构造器 top.tangyh.basic.jwt.JwtConfiguration
- JwtProperties - top.tangyh.basic.jwt.properties中的类
-
认证服务端 属性
- JwtProperties() - 类的构造器 top.tangyh.basic.jwt.properties.JwtProperties
- JwtUserInfo - top.tangyh.basic.jwt.model中的类
-
jwt 存储的 内容
- JwtUserInfo() - 类的构造器 top.tangyh.basic.jwt.model.JwtUserInfo
- JwtUtil - top.tangyh.basic.jwt.utils中的类
-
Secure工具类
P
- parseJwt(String, long) - 类中的静态方法 top.tangyh.basic.jwt.utils.JwtUtil
-
解析jwt
- parseRefreshToken(String) - 类中的方法 top.tangyh.basic.jwt.TokenUtil
-
解析刷新token
- PREFIX - 类中的静态变量 top.tangyh.basic.jwt.properties.JwtProperties
T
- Token - top.tangyh.basic.jwt.model中的类
- Token() - 类的构造器 top.tangyh.basic.jwt.model.Token
- TokenUtil - top.tangyh.basic.jwt中的类
-
认证工具类
- TokenUtil(JwtProperties) - 类的构造器 top.tangyh.basic.jwt.TokenUtil
- top.tangyh.basic.jwt - 程序包 top.tangyh.basic.jwt
- top.tangyh.basic.jwt.model - 程序包 top.tangyh.basic.jwt.model
- top.tangyh.basic.jwt.properties - 程序包 top.tangyh.basic.jwt.properties
- top.tangyh.basic.jwt.utils - 程序包 top.tangyh.basic.jwt.utils
All Classes and Interfaces|常量字段值|所有程序包|序列化表格