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 DefaultAwsV4AuthSchemecreate()Returns an instance of theDefaultAwsV4AuthScheme.identityProvider(IdentityProviders providers) Retrieve theAwsCredentialsIdentitybasedIdentityProviderassociated with this authentication scheme.schemeId()Retrieve the scheme ID, a unique identifier for the authentication scheme.signer()Retrieve theAwsV4HttpSignerassociated with this authentication scheme. 
- 
Constructor Details
- 
DefaultAwsV4AuthScheme
public DefaultAwsV4AuthScheme() 
 - 
 - 
Method Details
- 
create
Returns an instance of theDefaultAwsV4AuthScheme. - 
schemeId
Description copied from interface:AuthSchemeRetrieve the scheme ID, a unique identifier for the authentication scheme.- Specified by:
 schemeIdin interfaceAuthScheme<AwsCredentialsIdentity>
 - 
identityProvider
Description copied from interface:AwsV4AuthSchemeRetrieve theAwsCredentialsIdentitybasedIdentityProviderassociated with this authentication scheme.- Specified by:
 identityProviderin interfaceAuthScheme<AwsCredentialsIdentity>- Specified by:
 identityProviderin interfaceAwsV4AuthScheme
 - 
signer
Description copied from interface:AwsV4AuthSchemeRetrieve theAwsV4HttpSignerassociated with this authentication scheme.- Specified by:
 signerin interfaceAuthScheme<AwsCredentialsIdentity>- Specified by:
 signerin interfaceAwsV4AuthScheme
 
 -