@Deprecated public final class AwsSignerExecutionAttribute extends SdkExecutionAttribute
ExecutionInterceptors and
Signers.| Modifier and Type | Field and Description |
|---|---|
static ExecutionAttribute<AwsCredentials> |
AWS_CREDENTIALS
Deprecated.
This is a protected class that is internal to the SDK, so you shouldn't be using it. If you are using it
from execution interceptors, you should instead be overriding the credential provider via the
SdkRequest's
overrideConfiguration.credentialsProvider. If you're using it to call the SDK's signers, you should migrate to a
subtype of HttpSigner. |
static ExecutionAttribute<Instant> |
PRESIGNER_EXPIRATION
Deprecated.
This is a protected class that is internal to the SDK, so you shouldn't be using it. If you are using it
from execution interceptors, you should instead be overriding the expiration via the
AuthSchemeProvider that is
configured on the SDK client builder. If you're using it to call the SDK's signers, you should migrate to a subtype of
HttpSigner. |
static ExecutionAttribute<String> |
SERVICE_SIGNING_NAME
Deprecated.
This is a protected class that is internal to the SDK, so you shouldn't be using it. If you are using it
from execution interceptors, you should instead be overriding the signing region name via the
AuthSchemeProvider
that is configured on the SDK client builder. If you're using it to call the SDK's signers, you should migrate to a
subtype of HttpSigner. |
static ExecutionAttribute<Boolean> |
SIGNER_DOUBLE_URL_ENCODE
Deprecated.
This is a protected class that is internal to the SDK, so you shouldn't be using it. If you are using it
from execution interceptors, you should instead be overriding the double-url-encode setting via the
AuthSchemeProvider that is configured on the SDK client builder. If you're using it to call the SDK's signers, you
should migrate to a subtype of HttpSigner. |
static ExecutionAttribute<Boolean> |
SIGNER_NORMALIZE_PATH
Deprecated.
This is a protected class that is internal to the SDK, so you shouldn't be using it. If you are using it
from execution interceptors, you should instead be overriding the normalize-path setting via the
AuthSchemeProvider that is configured on the SDK client builder. If you're using it to call the SDK's signers, you
should migrate to a subtype of HttpSigner. |
static ExecutionAttribute<Clock> |
SIGNING_CLOCK
Deprecated.
This is a protected class that is internal to the SDK, so you shouldn't be using it. If you are using it
from execution interceptors, you should instead be overriding the clock setting via the
AuthSchemeProvider that is configured on the SDK client builder. If you're using it to call the SDK's signers, you
should migrate to a subtype of HttpSigner. |
static ExecutionAttribute<Region> |
SIGNING_REGION
Deprecated.
This is a protected class that is internal to the SDK, so you shouldn't be using it. If you are using it
from execution interceptors, you should instead be overriding the signing region via the
AuthSchemeProvider that
is configured on the SDK client builder. If you're using it to call the SDK's signers, you should migrate to a
subtype of HttpSigner. |
static ExecutionAttribute<RegionScope> |
SIGNING_REGION_SCOPE
Deprecated.
This is a protected class that is internal to the SDK, so you shouldn't be using it. If you are using it
from execution interceptors, you should instead be overriding the signing region scope via the
AuthSchemeProvider
that is configured on the SDK client builder. If you're using it to call the SDK's signers, you should migrate to a
subtype of HttpSigner. |
API_CALL_ATTEMPT_METRIC_COLLECTOR, API_CALL_METRIC_COLLECTOR, CLIENT_ENDPOINT, CLIENT_TYPE, ENDPOINT_OVERRIDDEN, HTTP_CHECKSUM_VALIDATION_ALGORITHM, HTTP_RESPONSE_CHECKSUM_VALIDATION, OPERATION_NAME, PROFILE_FILE, PROFILE_FILE_SUPPLIER, PROFILE_NAME, RESOLVED_CHECKSUM_SPECS, SERVICE_CONFIG, SERVICE_NAME, SIGNER_OVERRIDDEN, TIME_OFFSET@Deprecated public static final ExecutionAttribute<AwsCredentials> AWS_CREDENTIALS
SdkRequest's
overrideConfiguration.credentialsProvider. If you're using it to call the SDK's signers, you should migrate to a
subtype of HttpSigner.@Deprecated public static final ExecutionAttribute<Region> SIGNING_REGION
AuthSchemeProvider that
is configured on the SDK client builder. If you're using it to call the SDK's signers, you should migrate to a
subtype of HttpSigner.Region that is used for signing a request. This is not always same as the region configured on the client
for global services like IAM.@Deprecated public static final ExecutionAttribute<RegionScope> SIGNING_REGION_SCOPE
AuthSchemeProvider
that is configured on the SDK client builder. If you're using it to call the SDK's signers, you should migrate to a
subtype of HttpSigner.Region that is used for signing a request. This is not always same as the region configured on the client
for global services like IAM.@Deprecated public static final ExecutionAttribute<String> SERVICE_SIGNING_NAME
AuthSchemeProvider
that is configured on the SDK client builder. If you're using it to call the SDK's signers, you should migrate to a
subtype of HttpSigner.@Deprecated public static final ExecutionAttribute<Boolean> SIGNER_DOUBLE_URL_ENCODE
AuthSchemeProvider that is configured on the SDK client builder. If you're using it to call the SDK's signers, you
should migrate to a subtype of HttpSigner.@Deprecated public static final ExecutionAttribute<Boolean> SIGNER_NORMALIZE_PATH
AuthSchemeProvider that is configured on the SDK client builder. If you're using it to call the SDK's signers, you
should migrate to a subtype of HttpSigner.@Deprecated public static final ExecutionAttribute<Clock> SIGNING_CLOCK
AuthSchemeProvider that is configured on the SDK client builder. If you're using it to call the SDK's signers, you
should migrate to a subtype of HttpSigner.Aws4SignerParams.Builder#signingClockOverride(Clock)@Deprecated public static final ExecutionAttribute<Instant> PRESIGNER_EXPIRATION
AuthSchemeProvider that is
configured on the SDK client builder. If you're using it to call the SDK's signers, you should migrate to a subtype of
HttpSigner.Copyright © 2023. All rights reserved.