Interface AwsV4AuthScheme
- All Superinterfaces:
 AuthScheme<AwsCredentialsIdentity>
- All Known Implementing Classes:
 DefaultAwsV4AuthScheme
- 
Field Summary
Fields - 
Method Summary
Modifier and TypeMethodDescriptionstatic AwsV4AuthSchemecreate()Get a default implementation of aAwsV4AuthSchemeidentityProvider(IdentityProviders providers) Retrieve theAwsCredentialsIdentitybasedIdentityProviderassociated with this authentication scheme.signer()Retrieve theAwsV4HttpSignerassociated with this authentication scheme.Methods inherited from interface software.amazon.awssdk.http.auth.spi.scheme.AuthScheme
schemeId 
- 
Field Details
- 
SCHEME_ID
 
 - 
 - 
Method Details
- 
create
Get a default implementation of aAwsV4AuthScheme - 
identityProvider
Retrieve theAwsCredentialsIdentitybasedIdentityProviderassociated with this authentication scheme.- Specified by:
 identityProviderin interfaceAuthScheme<AwsCredentialsIdentity>
 - 
signer
AwsV4HttpSigner signer()Retrieve theAwsV4HttpSignerassociated with this authentication scheme.- Specified by:
 signerin interfaceAuthScheme<AwsCredentialsIdentity>
 
 -