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 interfaceAn anonymous identity used by the no-auth auth scheme. - 
Field Summary
Fields - 
Method Summary
Modifier and TypeMethodDescriptionstatic NoAuthAuthSchemecreate()identityProvider(IdentityProviders providers) Retrieve theNoAuthAuthScheme.AnonymousIdentitybasedIdentityProviderassociated with this authentication scheme.signer()Retrieve theHttpSignerassociated with this authentication scheme.Methods inherited from interface software.amazon.awssdk.http.auth.spi.scheme.AuthScheme
schemeId 
- 
Field Details
- 
SCHEME_ID
The scheme ID for the no-auth auth scheme.- See Also:
 
 
 - 
 - 
Method Details
- 
create
 - 
identityProvider
Retrieve theNoAuthAuthScheme.AnonymousIdentitybasedIdentityProviderassociated with this authentication scheme.- Specified by:
 identityProviderin interfaceAuthScheme<NoAuthAuthScheme.AnonymousIdentity>
 - 
signer
HttpSigner<NoAuthAuthScheme.AnonymousIdentity> signer()Retrieve theHttpSignerassociated with this authentication scheme.- Specified by:
 signerin interfaceAuthScheme<NoAuthAuthScheme.AnonymousIdentity>
 
 -