Class CrtS3ExpressNoOpAuthScheme
java.lang.Object
software.amazon.awssdk.services.s3.internal.crt.CrtS3ExpressNoOpAuthScheme
- All Implemented Interfaces:
AuthScheme<S3ExpressSessionCredentials>
,S3ExpressAuthScheme
An implementation of
S3ExpressAuthScheme
that returns a noop IdentityProvider
.-
Field Summary
Fields inherited from interface software.amazon.awssdk.services.s3.s3express.S3ExpressAuthScheme
SCHEME_ID
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionidentityProvider
(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
-
CrtS3ExpressNoOpAuthScheme
public CrtS3ExpressNoOpAuthScheme()
-
-
Method Details
-
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
-