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, postInit
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
order
public static final String PROVIDER_ID
public WebAuthnPasswordlessAuthenticatorFactory()
public String getReferenceCategory()
ConfigurableAuthenticatorFactory
getReferenceCategory
in interface ConfigurableAuthenticatorFactory
getReferenceCategory
in class WebAuthnAuthenticatorFactory
public String getDisplayType()
ConfigurableAuthenticatorFactory
getDisplayType
in interface ConfigurableAuthenticatorFactory
getDisplayType
in class WebAuthnAuthenticatorFactory
public String getHelpText()
getHelpText
in interface ConfiguredProvider
getHelpText
in class WebAuthnAuthenticatorFactory
public Authenticator create(KeycloakSession session)
create
in interface ProviderFactory<Authenticator>
create
in class WebAuthnAuthenticatorFactory
public String getId()
getId
in interface ProviderFactory<Authenticator>
getId
in class WebAuthnAuthenticatorFactory
Copyright © 2020 JBoss by Red Hat. All rights reserved.