Interface NoAuthAuthScheme
- All Superinterfaces:
AuthScheme<NoAuthAuthScheme.AnonymousIdentity>
- All Known Implementing Classes:
DefaultNoAuthAuthScheme
An auth scheme that represents no authentication.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interface
An anonymous identity used by the no-auth auth scheme. -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic NoAuthAuthScheme
create()
identityProvider
(IdentityProviders providers) Retrieve theNoAuthAuthScheme.AnonymousIdentity
basedIdentityProvider
associated with this authentication scheme.signer()
Retrieve theHttpSigner
associated with this authentication scheme.Methods inherited from interface software.amazon.awssdk.http.auth.spi.scheme.AuthScheme
schemeId
-
Field Details
-
SCHEME_ID
-
-
Method Details
-
create
-
identityProvider
Retrieve theNoAuthAuthScheme.AnonymousIdentity
basedIdentityProvider
associated with this authentication scheme.- Specified by:
identityProvider
in interfaceAuthScheme<NoAuthAuthScheme.AnonymousIdentity>
-
signer
HttpSigner<NoAuthAuthScheme.AnonymousIdentity> signer()Retrieve theHttpSigner
associated with this authentication scheme.- Specified by:
signer
in interfaceAuthScheme<NoAuthAuthScheme.AnonymousIdentity>
-