public class WebAuthnCredentialProviderFactory extends Object implements CredentialProviderFactory<WebAuthnCredentialProvider>, EnvironmentDependentProviderFactory
| Modifier and Type | Field and Description |
|---|---|
static String |
PROVIDER_ID |
| Constructor and Description |
|---|
WebAuthnCredentialProviderFactory() |
| Modifier and Type | Method and Description |
|---|---|
CredentialProvider |
create(KeycloakSession session) |
String |
getId()
This is the name of the provider and will be showed in the admin console as an option.
|
boolean |
isSupported() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitclose, init, postInitorderpublic static final String PROVIDER_ID
public CredentialProvider create(KeycloakSession session)
create in interface ProviderFactory<CredentialProvider>public String getId()
CredentialProviderFactorygetId in interface CredentialProviderFactory<WebAuthnCredentialProvider>getId in interface ProviderFactory<CredentialProvider>public boolean isSupported()
isSupported in interface EnvironmentDependentProviderFactorytrue if the provider is supported and should be available, false otherwiseCopyright © 2021 JBoss by Red Hat. All rights reserved.