Class AwsIdentityAttestationCreator
- java.lang.Object
-
- net.snowflake.client.core.auth.wif.AwsIdentityAttestationCreator
-
@SnowflakeJdbcInternalApi public class AwsIdentityAttestationCreator extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static StringAPI_VERSIONstatic StringGET_CALLER_IDENTITY_ACTION
-
Constructor Summary
Constructors Constructor Description AwsIdentityAttestationCreator(AwsAttestationService attestationService)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description WorkloadIdentityAttestationcreateAttestation()
-
-
-
Field Detail
-
API_VERSION
public static final String API_VERSION
- See Also:
- Constant Field Values
-
GET_CALLER_IDENTITY_ACTION
public static final String GET_CALLER_IDENTITY_ACTION
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
AwsIdentityAttestationCreator
public AwsIdentityAttestationCreator(AwsAttestationService attestationService)
-
-
Method Detail
-
createAttestation
public WorkloadIdentityAttestation createAttestation() throws SFException
- Throws:
SFException
-
-