Class DefaultAwsV4AuthScheme
java.lang.Object
software.amazon.awssdk.http.auth.aws.internal.scheme.DefaultAwsV4AuthScheme
- All Implemented Interfaces:
AwsV4AuthScheme
,AuthScheme<AwsCredentialsIdentity>
A default implementation of
AwsV4AuthScheme
.-
Field Summary
Fields inherited from interface software.amazon.awssdk.http.auth.aws.scheme.AwsV4AuthScheme
SCHEME_ID
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic DefaultAwsV4AuthScheme
create()
Returns an instance of theDefaultAwsV4AuthScheme
.identityProvider
(IdentityProviders providers) Retrieve theAwsCredentialsIdentity
basedIdentityProvider
associated with this authentication scheme.schemeId()
Retrieve the scheme ID, a unique identifier for the authentication scheme.signer()
Retrieve theAwsV4HttpSigner
associated with this authentication scheme.
-
Constructor Details
-
DefaultAwsV4AuthScheme
public DefaultAwsV4AuthScheme()
-
-
Method Details
-
create
Returns an instance of theDefaultAwsV4AuthScheme
. -
schemeId
Description copied from interface:AuthScheme
Retrieve the scheme ID, a unique identifier for the authentication scheme.- Specified by:
schemeId
in interfaceAuthScheme<AwsCredentialsIdentity>
-
identityProvider
Description copied from interface:AwsV4AuthScheme
Retrieve theAwsCredentialsIdentity
basedIdentityProvider
associated with this authentication scheme.- Specified by:
identityProvider
in interfaceAuthScheme<AwsCredentialsIdentity>
- Specified by:
identityProvider
in interfaceAwsV4AuthScheme
-
signer
Description copied from interface:AwsV4AuthScheme
Retrieve theAwsV4HttpSigner
associated with this authentication scheme.- Specified by:
signer
in interfaceAuthScheme<AwsCredentialsIdentity>
- Specified by:
signer
in interfaceAwsV4AuthScheme
-