Class OAuth2TokenClaimNames
java.lang.Object
org.springframework.security.oauth2.server.authorization.token.OAuth2TokenClaimNames
The names of the "claims" that may be contained in an
OAuth2TokenClaimsSet and
are associated to an OAuth2Token.- Since:
- 0.2.3
- See Also:
-
OAuth2TokenClaimAccessorOAuth2TokenClaimsSetOAuth2Token
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Stringaud- the Audience claim identifies the recipient(s) that the OAuth 2.0 Token is intended forstatic final Stringexp- the Expiration time claim identifies the expiration time on or after which the OAuth 2.0 Token MUST NOT be accepted for processingstatic final Stringiat- The Issued at claim identifies the time at which the OAuth 2.0 Token was issuedstatic final Stringiss- the Issuer claim identifies the principal that issued the OAuth 2.0 Tokenstatic final Stringjti- The ID claim provides a unique identifier for the OAuth 2.0 Tokenstatic final Stringnbf- the Not Before claim identifies the time before which the OAuth 2.0 Token MUST NOT be accepted for processingstatic final Stringsub- the Subject claim identifies the principal that is the subject of the OAuth 2.0 Token -
Method Summary
-
Field Details
-
ISS
iss- the Issuer claim identifies the principal that issued the OAuth 2.0 Token- See Also:
-
SUB
sub- the Subject claim identifies the principal that is the subject of the OAuth 2.0 Token- See Also:
-
AUD
aud- the Audience claim identifies the recipient(s) that the OAuth 2.0 Token is intended for- See Also:
-
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- See Also:
-
NBF
nbf- the Not Before claim identifies the time before which the OAuth 2.0 Token MUST NOT be accepted for processing- See Also:
-
IAT
iat- The Issued at claim identifies the time at which the OAuth 2.0 Token was issued- See Also:
-
JTI
jti- The ID claim provides a unique identifier for the OAuth 2.0 Token- See Also:
-