Class DefaultS3ExpressAuthScheme
java.lang.Object
software.amazon.awssdk.services.s3.internal.s3express.DefaultS3ExpressAuthScheme
- All Implemented Interfaces:
AuthScheme<S3ExpressSessionCredentials>
,S3ExpressAuthScheme
-
Field Summary
Fields inherited from interface software.amazon.awssdk.services.s3.s3express.S3ExpressAuthScheme
SCHEME_ID
-
Method Summary
Modifier and TypeMethodDescriptionstatic DefaultS3ExpressAuthScheme
create()
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.
-
Method Details
-
create
-
schemeId
Description copied from interface:AuthScheme
Retrieve the scheme ID, a unique identifier for the authentication scheme.- Specified by:
schemeId
in interfaceAuthScheme<S3ExpressSessionCredentials>
-
identityProvider
Description copied from interface:S3ExpressAuthScheme
Retrieve theAwsCredentialsIdentity
basedIdentityProvider
associated with this authentication scheme.- Specified by:
identityProvider
in interfaceAuthScheme<S3ExpressSessionCredentials>
- Specified by:
identityProvider
in interfaceS3ExpressAuthScheme
-
signer
Description copied from interface:S3ExpressAuthScheme
Retrieve theAwsV4HttpSigner
associated with this authentication scheme.- Specified by:
signer
in interfaceAuthScheme<S3ExpressSessionCredentials>
- Specified by:
signer
in interfaceS3ExpressAuthScheme
-