Package org.nuxeo.ecm.jwt
Class JWTClaims
- java.lang.Object
-
- org.nuxeo.ecm.jwt.JWTClaims
-
public class JWTClaims extends Object
JSON Web Token (JWT) standard claims.- Since:
- 10.3
-
-
Field Summary
Fields Modifier and Type Field Description static String
CLAIM_ALGORITHM
static String
CLAIM_AUDIENCE
static String
CLAIM_CONTENT_TYPE
static String
CLAIM_EXPIRES_AT
static String
CLAIM_ISSUED_AT
static String
CLAIM_ISSUER
static String
CLAIM_JWT_ID
static String
CLAIM_KEY_ID
static String
CLAIM_NOT_BEFORE
static String
CLAIM_SUBJECT
static String
CLAIM_TYPE
-
-
-
Field Detail
-
CLAIM_ALGORITHM
public static final String CLAIM_ALGORITHM
- See Also:
- Constant Field Values
-
CLAIM_CONTENT_TYPE
public static final String CLAIM_CONTENT_TYPE
- See Also:
- Constant Field Values
-
CLAIM_KEY_ID
public static final String CLAIM_KEY_ID
- See Also:
- Constant Field Values
-
CLAIM_TYPE
public static final String CLAIM_TYPE
- See Also:
- Constant Field Values
-
CLAIM_AUDIENCE
public static final String CLAIM_AUDIENCE
- See Also:
- Constant Field Values
-
CLAIM_EXPIRES_AT
public static final String CLAIM_EXPIRES_AT
- See Also:
- Constant Field Values
-
CLAIM_ISSUED_AT
public static final String CLAIM_ISSUED_AT
- See Also:
- Constant Field Values
-
CLAIM_ISSUER
public static final String CLAIM_ISSUER
- See Also:
- Constant Field Values
-
CLAIM_JWT_ID
public static final String CLAIM_JWT_ID
- See Also:
- Constant Field Values
-
CLAIM_NOT_BEFORE
public static final String CLAIM_NOT_BEFORE
- See Also:
- Constant Field Values
-
CLAIM_SUBJECT
public static final String CLAIM_SUBJECT
- See Also:
- Constant Field Values
-
-