public class WebAuthnPasswordlessAuthenticatorFactory extends WebAuthnAuthenticatorFactory
| Modifier and Type | Field and Description |
|---|---|
static String |
PROVIDER_ID |
REQUIREMENT_CHOICES| Constructor and Description |
|---|
WebAuthnPasswordlessAuthenticatorFactory() |
| Modifier and Type | Method and Description |
|---|---|
Authenticator |
create(KeycloakSession session) |
String |
getDisplayType()
Friendly name for the authenticator
|
String |
getHelpText() |
String |
getId() |
String |
getReferenceCategory()
General authenticator type, i.e.
|
close, getConfigProperties, getRequirementChoices, init, isConfigurable, isSupported, isUserSetupAllowed, postInitclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitorderpublic static final String PROVIDER_ID
public WebAuthnPasswordlessAuthenticatorFactory()
public String getReferenceCategory()
ConfigurableAuthenticatorFactorygetReferenceCategory in interface ConfigurableAuthenticatorFactorygetReferenceCategory in class WebAuthnAuthenticatorFactorypublic String getDisplayType()
ConfigurableAuthenticatorFactorygetDisplayType in interface ConfigurableAuthenticatorFactorygetDisplayType in class WebAuthnAuthenticatorFactorypublic String getHelpText()
getHelpText in interface ConfiguredProvidergetHelpText in class WebAuthnAuthenticatorFactorypublic Authenticator create(KeycloakSession session)
create in interface ProviderFactory<Authenticator>create in class WebAuthnAuthenticatorFactorypublic String getId()
getId in interface ProviderFactory<Authenticator>getId in class WebAuthnAuthenticatorFactoryCopyright © 2021 JBoss by Red Hat. All rights reserved.