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 Summary
Fields Modifier and Type Field 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 Summary
Constructors Constructor Description ClaimKeys()
-
-
-
Field Detail
-
COMPARTMENT_ID_CLAIM_KEY
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.- See Also:
- Constant Field Values
-
TENANT_ID_CLAIM_KEY
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.- See Also:
- Constant Field Values
-
-