public final class OAuth2TokenClaimNames
extends java.lang.Object
OAuth2TokenClaimsSet
and are associated to an OAuth2Token.OAuth2TokenClaimAccessor,
OAuth2TokenClaimsSet,
OAuth2Token| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
AUD
aud - the Audience claim identifies the recipient(s) that the OAuth 2.0 Token is intended for |
static java.lang.String |
EXP
exp - the Expiration time claim identifies the expiration time on or after
which the OAuth 2.0 Token MUST NOT be accepted for processing |
static java.lang.String |
IAT
iat - The Issued at claim identifies the time at which the OAuth 2.0 Token was issued |
static java.lang.String |
ISS
iss - the Issuer claim identifies the principal that issued the OAuth 2.0 Token |
static java.lang.String |
JTI
jti - The ID claim provides a unique identifier for the OAuth 2.0 Token |
static java.lang.String |
NBF
nbf - the Not Before claim identifies the time before which the OAuth 2.0 Token
MUST NOT be accepted for processing |
static java.lang.String |
SUB
sub - the Subject claim identifies the principal that is the subject of the OAuth 2.0 Token |
public static final java.lang.String ISS
iss - the Issuer claim identifies the principal that issued the OAuth 2.0 Tokenpublic static final java.lang.String SUB
sub - the Subject claim identifies the principal that is the subject of the OAuth 2.0 Tokenpublic static final java.lang.String AUD
aud - the Audience claim identifies the recipient(s) that the OAuth 2.0 Token is intended forpublic static final java.lang.String EXP
exp - the Expiration time claim identifies the expiration time on or after
which the OAuth 2.0 Token MUST NOT be accepted for processingpublic static final java.lang.String NBF
nbf - the Not Before claim identifies the time before which the OAuth 2.0 Token
MUST NOT be accepted for processingpublic static final java.lang.String IAT
iat - The Issued at claim identifies the time at which the OAuth 2.0 Token was issuedpublic static final java.lang.String JTI
jti - The ID claim provides a unique identifier for the OAuth 2.0 Token