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() |
String |
getHelpText() |
String |
getId() |
String |
getReferenceCategory() |
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()
getReferenceCategory
in interface ConfigurableAuthenticatorFactory
getReferenceCategory
in class WebAuthnAuthenticatorFactory
public String getDisplayType()
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 © 2021 JBoss by Red Hat. All rights reserved.