public static interface JsonConstants.JWT
http://self-issued.info/docs/draft-ietf-oauth-json-web-token.html
Modifier and Type | Field and Description |
---|---|
static String |
CLAIM_AUDIENCE
The aud (audience) claim identifies the recipients that the JWT is intended for.
|
static String |
CLAIM_EXPIRATION
The exp (expiration time) claim identifies the expiration time on or after which the JWT MUST NOT be accepted for
processing.
|
static String |
CLAIM_ID
The jti (JWT ID) claim provides a unique identifier for the JWT.
|
static String |
CLAIM_ISSUED_AT
The iat (issued at) claim identifies the time at which the JWT was issued.
|
static String |
CLAIM_ISSUER
The iss (issuer) claim identifies the principal that issued the JWT.
|
static String |
CLAIM_NOT_BEFORE
The nbf (not before) claim identifies the time before which the JWT MUST NOT be accepted for processing.
|
static String |
CLAIM_SUBJECT
The sub (subject) claim identifies the principal that is the subject of the JWT.
|
static final String CLAIM_ISSUER
static final String CLAIM_SUBJECT
static final String CLAIM_AUDIENCE
static final String CLAIM_EXPIRATION
static final String CLAIM_NOT_BEFORE
static final String CLAIM_ISSUED_AT
static final String CLAIM_ID
Copyright © 2015. All rights reserved.