索引

A C E G H I J P R S V 
All Classes and Interfaces|所有程序包

A

AccessKeyUtil - cn.vorbote.simplejwt中的类
JWT Token implementation, easy to use.
AccessKeyUtil(JwtAlgorithm, String, String) - 类的构造器 cn.vorbote.simplejwt.AccessKeyUtil
 

C

cn.vorbote.simplejwt - 程序包 cn.vorbote.simplejwt
 
cn.vorbote.simplejwt.annotations - 程序包 cn.vorbote.simplejwt.annotations
 
cn.vorbote.simplejwt.choices - 程序包 cn.vorbote.simplejwt.choices
 
createToken(TimeSpan, String, String[], Map<String, Object>) - 类中的方法 cn.vorbote.simplejwt.AccessKeyUtil
Create a new Token.
createTokenWithBean(TimeSpan, String, String[], Object) - 类中的方法 cn.vorbote.simplejwt.AccessKeyUtil
Create a new token with all data(except null data) in the bean.

E

ES256 - 枚举 中的枚举常量 cn.vorbote.simplejwt.choices.JwtAlgorithm
 
ES384 - 枚举 中的枚举常量 cn.vorbote.simplejwt.choices.JwtAlgorithm
 
ES512 - 枚举 中的枚举常量 cn.vorbote.simplejwt.choices.JwtAlgorithm
 

G

getAlgorithm() - 类中的方法 cn.vorbote.simplejwt.AccessKeyUtil
 
getBean(String, Class<T>) - 类中的方法 cn.vorbote.simplejwt.AccessKeyUtil
Get the bean in the token.
getIssuer() - 类中的方法 cn.vorbote.simplejwt.AccessKeyUtil
 
getSecret() - 类中的方法 cn.vorbote.simplejwt.AccessKeyUtil
 

H

HS256 - 枚举 中的枚举常量 cn.vorbote.simplejwt.choices.JwtAlgorithm
 
HS384 - 枚举 中的枚举常量 cn.vorbote.simplejwt.choices.JwtAlgorithm
 
HS512 - 枚举 中的枚举常量 cn.vorbote.simplejwt.choices.JwtAlgorithm
 

I

info(String) - 类中的方法 cn.vorbote.simplejwt.AccessKeyUtil
Decode the token, and you can easily get some info from this token.

J

JwtAlgorithm - cn.vorbote.simplejwt.choices中的枚举
This is the list of supported JWT Hash Algorithms.
JwtIgnore - cn.vorbote.simplejwt.annotations中的注释类型
Jwt will not put the value which is marked by this annotation.

P

PS256 - 枚举 中的枚举常量 cn.vorbote.simplejwt.choices.JwtAlgorithm
 
PS384 - 枚举 中的枚举常量 cn.vorbote.simplejwt.choices.JwtAlgorithm
 

R

renew(String, int) - 类中的方法 cn.vorbote.simplejwt.AccessKeyUtil
已过时。
renew(String, TimeSpan) - 类中的方法 cn.vorbote.simplejwt.AccessKeyUtil
Renew the token.
renewWithBean(String, TimeSpan, Class<?>) - 类中的方法 cn.vorbote.simplejwt.AccessKeyUtil
Renew this token with the data in the bean.
RS256 - 枚举 中的枚举常量 cn.vorbote.simplejwt.choices.JwtAlgorithm
 
RS384 - 枚举 中的枚举常量 cn.vorbote.simplejwt.choices.JwtAlgorithm
 
RS512 - 枚举 中的枚举常量 cn.vorbote.simplejwt.choices.JwtAlgorithm
 

S

setIssuer(String) - 类中的方法 cn.vorbote.simplejwt.AccessKeyUtil
 
setSecret(String) - 类中的方法 cn.vorbote.simplejwt.AccessKeyUtil
 

V

valueOf(String) - 枚举中的静态方法 cn.vorbote.simplejwt.choices.JwtAlgorithm
返回带有指定名称的该类型的枚举常量。 字符串必须与用于声明该类型的枚举常量的 标识符完全匹配。(不允许有多余 的空格字符。)
values() - 枚举中的静态方法 cn.vorbote.simplejwt.choices.JwtAlgorithm
按照声明该枚举类型的常量的顺序, 返回一个包含这些常量的数组。
verify(String) - 类中的方法 cn.vorbote.simplejwt.AccessKeyUtil
Check whether the token is valid.
A C E G H I J P R S V 
All Classes and Interfaces|所有程序包