Class DefaultAwsV4HttpSigner
java.lang.Object
software.amazon.awssdk.http.auth.aws.internal.signer.DefaultAwsV4HttpSigner
- All Implemented Interfaces:
AwsV4FamilyHttpSigner<AwsCredentialsIdentity>,AwsV4HttpSigner,HttpSigner<AwsCredentialsIdentity>
An implementation of a
AwsV4HttpSigner that uses properties to compose v4-signers in order to delegate signing of a
request and payload (if applicable) accordingly.-
Nested Class Summary
Nested classes/interfaces inherited from interface software.amazon.awssdk.http.auth.aws.signer.AwsV4FamilyHttpSigner
AwsV4FamilyHttpSigner.AuthLocation -
Field Summary
Fields inherited from interface software.amazon.awssdk.http.auth.aws.signer.AwsV4FamilyHttpSigner
AUTH_LOCATION, CHECKSUM_ALGORITHM, CHUNK_ENCODING_ENABLED, DOUBLE_URL_ENCODE, EXPIRATION_DURATION, NORMALIZE_PATH, PAYLOAD_SIGNING_ENABLED, SERVICE_SIGNING_NAMEFields inherited from interface software.amazon.awssdk.http.auth.aws.signer.AwsV4HttpSigner
REGION_NAMEFields inherited from interface software.amazon.awssdk.http.auth.spi.signer.HttpSigner
SIGNING_CLOCK -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionsign(SignRequest<? extends AwsCredentialsIdentity> request) signAsync(AsyncSignRequest<? extends AwsCredentialsIdentity> request) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface software.amazon.awssdk.http.auth.spi.signer.HttpSigner
doNotSign, sign, signAsync
-
Constructor Details
-
DefaultAwsV4HttpSigner
public DefaultAwsV4HttpSigner()
-
-
Method Details
-
sign
- Specified by:
signin interfaceHttpSigner<AwsCredentialsIdentity>
-
signAsync
public CompletableFuture<AsyncSignedRequest> signAsync(AsyncSignRequest<? extends AwsCredentialsIdentity> request) - Specified by:
signAsyncin interfaceHttpSigner<AwsCredentialsIdentity>
-