public static final class AccessTokenClaimKeys.TenantClaims extends Object
TenantPropertiesTokenEnhancer
Modifier and Type | Field and Description |
---|---|
static String |
APPLICATION_ACCESS
Used to add a user's application access flag as a claim.
|
static String |
APPLICATION_IDS
Used to add a user's application IDs as a claim.
|
static String |
GLOBAL
Used to add a user's global/not-global status as a claim.
|
static String |
TENANT_ACCESS
Used to add a user's tenant access flag as a claim.
|
static String |
TENANT_ID
Used to add a user's tenant ID as a claim.
|
public static final String GLOBAL
User.attributes
,
Constant Field Valuespublic static final String TENANT_ID
User.tenantId
,
Constant Field Valuespublic static final String APPLICATION_IDS
User.applicationIds
,
Constant Field Valuespublic static final String TENANT_ACCESS
User.tenantAccess
,
Constant Field Valuespublic static final String APPLICATION_ACCESS
User.applicationAccess
,
Constant Field ValuesCopyright © 2021. All rights reserved.