public interface NoAuthAuthScheme extends AuthScheme<NoAuthAuthScheme.AnonymousIdentity>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
NoAuthAuthScheme.AnonymousIdentity
An anonymous identity used by the no-auth auth scheme.
|
| Modifier and Type | Field and Description |
|---|---|
static String |
SCHEME_ID
The scheme ID for the no-auth auth scheme.
|
| Modifier and Type | Method and Description |
|---|---|
static NoAuthAuthScheme |
create() |
IdentityProvider<NoAuthAuthScheme.AnonymousIdentity> |
identityProvider(IdentityProviders providers)
Retrieve the
NoAuthAuthScheme.AnonymousIdentity based IdentityProvider associated with this authentication scheme. |
HttpSigner<NoAuthAuthScheme.AnonymousIdentity> |
signer()
Retrieve the
HttpSigner associated with this authentication scheme. |
schemeIdstatic final String SCHEME_ID
static NoAuthAuthScheme create()
IdentityProvider<NoAuthAuthScheme.AnonymousIdentity> identityProvider(IdentityProviders providers)
NoAuthAuthScheme.AnonymousIdentity based IdentityProvider associated with this authentication scheme.identityProvider in interface AuthScheme<NoAuthAuthScheme.AnonymousIdentity>HttpSigner<NoAuthAuthScheme.AnonymousIdentity> signer()
HttpSigner associated with this authentication scheme.signer in interface AuthScheme<NoAuthAuthScheme.AnonymousIdentity>Copyright © 2023. All rights reserved.