public static class ResourcePrincipalAuthenticationDetailsProvider.ClaimKeys extends Object
Modifier and Type | Field and Description |
---|---|
static String |
COMPARTMENT_ID_CLAIM_KEY
COMPARTMENT_ID is the claim name that the RPST holds for the resource compartment.
|
static String |
TENANT_ID_CLAIM_KEY
TENANT_ID_CLAIM_KEY is the claim name that the RPST holds for the resource tenancy.
|
Constructor and Description |
---|
ClaimKeys() |
public static final String COMPARTMENT_ID_CLAIM_KEY
COMPARTMENT_ID is the claim name that the RPST holds for the resource compartment. This
can be passed to ResourcePrincipalAuthenticationDetailsProvider.getStringClaim(java.lang.String)
to retrieve the resource’s compartment OCID.
public static final String TENANT_ID_CLAIM_KEY
TENANT_ID_CLAIM_KEY is the claim name that the RPST holds for the resource tenancy. This
can be passed to ResourcePrincipalAuthenticationDetailsProvider.getStringClaim(java.lang.String)
to retrieve the resource’s tenancy OCID.
Copyright © 2016–2024. All rights reserved.