public interface BearerAuthScheme extends AuthScheme<TokenIdentity>
| Modifier and Type | Field and Description |
|---|---|
static String |
SCHEME_ID
The scheme ID for this interface.
|
| Modifier and Type | Method and Description |
|---|---|
static BearerAuthScheme |
create()
Get a default implementation of a
BearerAuthScheme |
IdentityProvider<TokenIdentity> |
identityProvider(IdentityProviders providers)
Retrieve the
TokenIdentity based IdentityProvider associated with this authentication scheme. |
BearerHttpSigner |
signer()
Retrieve the
BearerHttpSigner associated with this authentication scheme. |
schemeIdstatic final String SCHEME_ID
static BearerAuthScheme create()
BearerAuthSchemeIdentityProvider<TokenIdentity> identityProvider(IdentityProviders providers)
TokenIdentity based IdentityProvider associated with this authentication scheme.identityProvider in interface AuthScheme<TokenIdentity>BearerHttpSigner signer()
BearerHttpSigner associated with this authentication scheme.signer in interface AuthScheme<TokenIdentity>Copyright © 2023. All rights reserved.