public final class DefaultBearerAuthScheme extends Object implements BearerAuthScheme
BearerAuthScheme.SCHEME_ID| Constructor and Description |
|---|
DefaultBearerAuthScheme() |
| Modifier and Type | Method and Description |
|---|---|
static DefaultBearerAuthScheme |
create()
Returns an instance of the
DefaultBearerAuthScheme. |
IdentityProvider<TokenIdentity> |
identityProvider(IdentityProviders providers)
Retrieve the
TokenIdentity based IdentityProvider associated with this authentication scheme. |
String |
schemeId() |
BearerHttpSigner |
signer()
Retrieve the
BearerHttpSigner associated with this authentication scheme. |
public static DefaultBearerAuthScheme create()
DefaultBearerAuthScheme.create in interface BearerAuthSchemepublic String schemeId()
schemeId in interface AuthScheme<TokenIdentity>public IdentityProvider<TokenIdentity> identityProvider(IdentityProviders providers)
BearerAuthSchemeTokenIdentity based IdentityProvider associated with this authentication scheme.identityProvider in interface BearerAuthSchemeidentityProvider in interface AuthScheme<TokenIdentity>public BearerHttpSigner signer()
BearerAuthSchemeBearerHttpSigner associated with this authentication scheme.signer in interface BearerAuthSchemesigner in interface AuthScheme<TokenIdentity>Copyright © 2023. All rights reserved.