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, wait
close, init, postInit
order
public static final String PROVIDER_ID
public CredentialProvider create(KeycloakSession session)
create
in interface ProviderFactory<CredentialProvider>
public String getId()
CredentialProviderFactory
getId
in interface CredentialProviderFactory<WebAuthnCredentialProvider>
getId
in interface ProviderFactory<CredentialProvider>
public boolean isSupported()
isSupported
in interface EnvironmentDependentProviderFactory
true
if the provider is supported and should be available, false
otherwiseCopyright © 2020 JBoss by Red Hat. All rights reserved.