Package oracle.nosql.driver.iam
Class SignatureProvider.ResourcePrincipalClaimKeys
java.lang.Object
oracle.nosql.driver.iam.SignatureProvider.ResourcePrincipalClaimKeys
- Enclosing class:
- SignatureProvider
Claim keys in the resource principal session token(RPST).
 
They can be used to retrieve resource principal metadata such as its compartment and tenancy OCID.
- 
Field Details- 
COMPARTMENT_ID_CLAIM_KEYThe claim name that the RPST holds for the resource compartment. This can be passed toSignatureProvider.getResourcePrincipalClaim(String)to retrieve the resource's compartment OCID.- See Also:
 
- 
TENANT_ID_CLAIM_KEYThe claim name that the RPST holds for the resource tenancy. This can be passed toSignatureProvider.getResourcePrincipalClaim(String)to retrieve the resource's tenancy OCID.- See Also:
 
 
- 
- 
Constructor Details- 
ResourcePrincipalClaimKeyspublic ResourcePrincipalClaimKeys()
 
-