- getAud() - 类 中的方法net.eulerframework.common.util.jwt.BasicJwtClaims
-
- getAud() - 接口 中的方法net.eulerframework.common.util.jwt.JwtClaims
-
"aud" (Audience) Claim
The "aud" (audience) claim identifies the recipients that the JWT is
intended for.
- getExp() - 类 中的方法net.eulerframework.common.util.jwt.BasicJwtClaims
-
- getExp() - 接口 中的方法net.eulerframework.common.util.jwt.JwtClaims
-
"exp" (Expiration Time) Claim
NOTICE: The UNIX timestamp is only accurate to seconds
The "exp" (expiration time) claim identifies the expiration time on
or after which the JWT MUST NOT be accepted for processing.
- getIat() - 类 中的方法net.eulerframework.common.util.jwt.BasicJwtClaims
-
- getIat() - 接口 中的方法net.eulerframework.common.util.jwt.JwtClaims
-
"iat" (Issued At) Claim
NOTICE: The UNIX timestamp is only accurate to seconds
The "iat" (issued at) claim identifies the time at which the JWT was
issued.
- getIss() - 类 中的方法net.eulerframework.common.util.jwt.BasicJwtClaims
-
- getIss() - 接口 中的方法net.eulerframework.common.util.jwt.JwtClaims
-
"iss" (Issuer) Claim
The "iss" (issuer) claim identifies the principal that issued the
JWT.
- getJti() - 类 中的方法net.eulerframework.common.util.jwt.BasicJwtClaims
-
- getJti() - 接口 中的方法net.eulerframework.common.util.jwt.JwtClaims
-
"jti" (JWT ID) Claim
The "jti" (JWT ID) claim provides a unique identifier for the JWT.
- getNbf() - 类 中的方法net.eulerframework.common.util.jwt.BasicJwtClaims
-
- getNbf() - 接口 中的方法net.eulerframework.common.util.jwt.JwtClaims
-
"nbf" (Not Before) Claim
NOTICE: The UNIX timestamp is only accurate to seconds
The "nbf" (not before) claim identifies the time before which the JWT
MUST NOT be accepted for processing.
- getSub() - 类 中的方法net.eulerframework.common.util.jwt.BasicJwtClaims
-
- getSub() - 接口 中的方法net.eulerframework.common.util.jwt.JwtClaims
-
"sub" (Subject) Claim
The "sub" (subject) claim identifies the principal that is the
subject of the JWT.