public final class TokenConstants extends Object
Modifier and Type | Field and Description |
---|---|
static String |
ID_FIELD_DISTINGUISHED_NAME |
static String |
ID_FIELD_EMAIL_ADDRESS |
static String |
ID_FIELD_FULL_NAME |
static String |
ID_FIELD_GUID |
static String |
ID_FIELD_ID |
static String |
ID_FIELD_SHORT_NAME |
static String |
LICENSE_CLAIM
Name of the claim that contains the requested license in a JWT.
|
static String |
TECHNICAL_TOKEN_CLAIM
Name of the claim used as flag for tokens used for inter service communication.
|
static String |
TENANT_CLAIM
Name of the claim that contains the tenant in a JWT.
|
static String |
USER_CLAIM
Name of the claim that contains the user-name in a JWT.
|
static String |
USER_IDENTIFICATION_CLAIM
Name of the claim that contains the way a user is identified.
|
public static final String USER_CLAIM
public static final String LICENSE_CLAIM
public static final String TENANT_CLAIM
public static final String USER_IDENTIFICATION_CLAIM
public static final String TECHNICAL_TOKEN_CLAIM
public static final String ID_FIELD_SHORT_NAME
public static final String ID_FIELD_FULL_NAME
public static final String ID_FIELD_ID
public static final String ID_FIELD_DISTINGUISHED_NAME
public static final String ID_FIELD_GUID
public static final String ID_FIELD_EMAIL_ADDRESS
Copyright © 2020 Hyland Software Germany GmbH. All rights reserved.