索引

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 - enum class 中的枚举常量 cn.vorbote.simplejwt.choices.JwtAlgorithm
 
ES384 - enum class 中的枚举常量 cn.vorbote.simplejwt.choices.JwtAlgorithm
 
ES512 - enum class 中的枚举常量 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 - enum class 中的枚举常量 cn.vorbote.simplejwt.choices.JwtAlgorithm
 
HS384 - enum class 中的枚举常量 cn.vorbote.simplejwt.choices.JwtAlgorithm
 
HS512 - enum class 中的枚举常量 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中的Enum Class
This is the list of supported JWT Hash Algorithms.
JwtIgnore - cn.vorbote.simplejwt.annotations中的Annotation Interface
Jwt will not put the value which is marked by this annotation.

P

PS256 - enum class 中的枚举常量 cn.vorbote.simplejwt.choices.JwtAlgorithm
 
PS384 - enum class 中的枚举常量 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 - enum class 中的枚举常量 cn.vorbote.simplejwt.choices.JwtAlgorithm
 
RS384 - enum class 中的枚举常量 cn.vorbote.simplejwt.choices.JwtAlgorithm
 
RS512 - enum class 中的枚举常量 cn.vorbote.simplejwt.choices.JwtAlgorithm
 

S

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

V

valueOf(String) - enum class中的静态方法 cn.vorbote.simplejwt.choices.JwtAlgorithm
Returns the enum constant of this class with the specified name.
values() - enum class中的静态方法 cn.vorbote.simplejwt.choices.JwtAlgorithm
Returns an array containing the constants of this enum class, in the order they are declared.
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|所有程序包