Index

A C E G H I J P R S V 
All Classes and Interfaces|All Packages

A

AccessKeyUtil - Class in cn.vorbote.simplejwt
JWT Token implementation, easy to use.
AccessKeyUtil(JwtAlgorithm, String, String) - Constructor for class cn.vorbote.simplejwt.AccessKeyUtil
 

C

cn.vorbote.simplejwt - package cn.vorbote.simplejwt
 
cn.vorbote.simplejwt.annotations - package cn.vorbote.simplejwt.annotations
 
cn.vorbote.simplejwt.choices - package cn.vorbote.simplejwt.choices
 
createToken(TimeSpan, String, String[], Map<String, Object>) - Method in class cn.vorbote.simplejwt.AccessKeyUtil
Create a new Token.
createTokenWithBean(TimeSpan, String, String[], Object) - Method in class cn.vorbote.simplejwt.AccessKeyUtil
Create a new token with all data(except null data) in the bean.

E

ES256 - Enum constant in enum class cn.vorbote.simplejwt.choices.JwtAlgorithm
 
ES384 - Enum constant in enum class cn.vorbote.simplejwt.choices.JwtAlgorithm
 
ES512 - Enum constant in enum class cn.vorbote.simplejwt.choices.JwtAlgorithm
 

G

getAlgorithm() - Method in class cn.vorbote.simplejwt.AccessKeyUtil
 
getBean(String, Class<T>) - Method in class cn.vorbote.simplejwt.AccessKeyUtil
Get the bean in the token.
getIssuer() - Method in class cn.vorbote.simplejwt.AccessKeyUtil
 
getSecret() - Method in class cn.vorbote.simplejwt.AccessKeyUtil
 

H

HS256 - Enum constant in enum class cn.vorbote.simplejwt.choices.JwtAlgorithm
 
HS384 - Enum constant in enum class cn.vorbote.simplejwt.choices.JwtAlgorithm
 
HS512 - Enum constant in enum class cn.vorbote.simplejwt.choices.JwtAlgorithm
 

I

info(String) - Method in class cn.vorbote.simplejwt.AccessKeyUtil
Decode the token, and you can easily get some info from this token.

J

JwtAlgorithm - Enum Class in cn.vorbote.simplejwt.choices
This is the list of supported JWT Hash Algorithms.
JwtIgnore - Annotation Interface in cn.vorbote.simplejwt.annotations
Jwt will not put the value which is marked by this annotation.

P

PS256 - Enum constant in enum class cn.vorbote.simplejwt.choices.JwtAlgorithm
 
PS384 - Enum constant in enum class cn.vorbote.simplejwt.choices.JwtAlgorithm
 

R

renew(String, int) - Method in class cn.vorbote.simplejwt.AccessKeyUtil
Deprecated.
renew(String, TimeSpan) - Method in class cn.vorbote.simplejwt.AccessKeyUtil
Renew the token.
renewWithBean(String, TimeSpan, Class<?>) - Method in class cn.vorbote.simplejwt.AccessKeyUtil
Renew this token with the data in the bean.
RS256 - Enum constant in enum class cn.vorbote.simplejwt.choices.JwtAlgorithm
 
RS384 - Enum constant in enum class cn.vorbote.simplejwt.choices.JwtAlgorithm
 
RS512 - Enum constant in enum class cn.vorbote.simplejwt.choices.JwtAlgorithm
 

S

setIssuer(String) - Method in class cn.vorbote.simplejwt.AccessKeyUtil
 
setSecret(String) - Method in class cn.vorbote.simplejwt.AccessKeyUtil
 

V

valueOf(String) - Static method in enum class cn.vorbote.simplejwt.choices.JwtAlgorithm
Returns the enum constant of this class with the specified name.
values() - Static method in 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) - Method in class 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|All Packages