Package com.oracle.bmc.auth
Class ResourcePrincipalAuthenticationDetailsProvider.ClaimKeys
- java.lang.Object
- 
- com.oracle.bmc.auth.ResourcePrincipalAuthenticationDetailsProvider.ClaimKeys
 
- 
- Enclosing class:
- ResourcePrincipalAuthenticationDetailsProvider
 
 public static class ResourcePrincipalAuthenticationDetailsProvider.ClaimKeys extends Object 
- 
- 
Field SummaryFields Modifier and Type Field Description static StringCOMPARTMENT_ID_CLAIM_KEYCOMPARTMENT_ID is the claim name that the RPST holds for the resource compartment.static StringTENANT_ID_CLAIM_KEYTENANT_ID_CLAIM_KEY is the claim name that the RPST holds for the resource tenancy.
 - 
Constructor SummaryConstructors Constructor Description ClaimKeys()
 
- 
- 
- 
Field Detail- 
COMPARTMENT_ID_CLAIM_KEYpublic 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.- See Also:
- Constant Field Values
 
 - 
TENANT_ID_CLAIM_KEYpublic 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.- See Also:
- Constant Field Values
 
 
- 
 
-