Package com.lexmark.saperion
Class TokenConstants
java.lang.Object
com.lexmark.saperion.TokenConstants
This class contains common constants needed to share information in tokens.
- Author:
- cmerkel
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
static final String
static final String
static final String
static final String
static final String
static final String
Name of the claim that contains the requested license in a JWT.static final String
Name of the claim used as flag for tokens used for inter service communication.static final String
Name of the claim that contains the tenant in a JWT.static final String
Name of the claim that contains the user-name in a JWT.static final String
Name of the claim that contains the way a user is identified. -
Method Summary
-
Field Details
-
USER_CLAIM
Name of the claim that contains the user-name in a JWT.- See Also:
-
LICENSE_CLAIM
Name of the claim that contains the requested license in a JWT.- See Also:
-
TENANT_CLAIM
Name of the claim that contains the tenant in a JWT.- See Also:
-
USER_IDENTIFICATION_CLAIM
Name of the claim that contains the way a user is identified.- See Also:
-
TECHNICAL_TOKEN_CLAIM
Name of the claim used as flag for tokens used for inter service communication.- See Also:
-
ID_FIELD_SHORT_NAME
- See Also:
-
ID_FIELD_FULL_NAME
- See Also:
-
ID_FIELD_ID
- See Also:
-
ID_FIELD_DISTINGUISHED_NAME
- See Also:
-
ID_FIELD_GUID
- See Also:
-
ID_FIELD_EMAIL_ADDRESS
- See Also:
-