Class WebAuthnPasswordlessAuthenticatorFactory
- java.lang.Object
- 
- org.keycloak.authentication.authenticators.browser.WebAuthnAuthenticatorFactory
- 
- org.keycloak.authentication.authenticators.browser.WebAuthnPasswordlessAuthenticatorFactory
 
 
- 
- All Implemented Interfaces:
- AuthenticatorFactory,- ConfigurableAuthenticatorFactory,- ConfiguredProvider,- EnvironmentDependentProviderFactory,- ProviderFactory<Authenticator>
 
 public class WebAuthnPasswordlessAuthenticatorFactory extends WebAuthnAuthenticatorFactory - Author:
- Marek Posolda
 
- 
- 
Field SummaryFields Modifier and Type Field Description static StringPROVIDER_ID- 
Fields inherited from interface org.keycloak.authentication.ConfigurableAuthenticatorFactoryREQUIREMENT_CHOICES
 
- 
 - 
Constructor SummaryConstructors Constructor Description WebAuthnPasswordlessAuthenticatorFactory()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description Authenticatorcreate(KeycloakSession session)StringgetDisplayType()Friendly name for the authenticatorStringgetHelpText()StringgetId()StringgetReferenceCategory()General authenticator type, i.e.booleanisUserSetupAllowed()Does this authenticator have required actions that can set if the user does not have this authenticator set up?- 
Methods inherited from class org.keycloak.authentication.authenticators.browser.WebAuthnAuthenticatorFactoryclose, getConfigProperties, getRequirementChoices, init, isConfigurable, isSupported, postInit
 - 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface org.keycloak.provider.ConfiguredProvidergetConfig
 - 
Methods inherited from interface org.keycloak.provider.EnvironmentDependentProviderFactoryisSupported
 - 
Methods inherited from interface org.keycloak.provider.ProviderFactorygetConfigMetadata, order
 
- 
 
- 
- 
- 
Field Detail- 
PROVIDER_IDpublic static final String PROVIDER_ID - See Also:
- Constant Field Values
 
 
- 
 - 
Method Detail- 
getReferenceCategorypublic String getReferenceCategory() Description copied from interface:ConfigurableAuthenticatorFactoryGeneral authenticator type, i.e. totp, password, cert.- Specified by:
- getReferenceCategoryin interface- ConfigurableAuthenticatorFactory
- Overrides:
- getReferenceCategoryin class- WebAuthnAuthenticatorFactory
- Returns:
- null if not a referencable category
 
 - 
getDisplayTypepublic String getDisplayType() Description copied from interface:ConfigurableAuthenticatorFactoryFriendly name for the authenticator- Specified by:
- getDisplayTypein interface- ConfigurableAuthenticatorFactory
- Overrides:
- getDisplayTypein class- WebAuthnAuthenticatorFactory
- Returns:
 
 - 
getHelpTextpublic String getHelpText() - Specified by:
- getHelpTextin interface- ConfiguredProvider
- Overrides:
- getHelpTextin class- WebAuthnAuthenticatorFactory
 
 - 
createpublic Authenticator create(KeycloakSession session) - Specified by:
- createin interface- ProviderFactory<Authenticator>
- Overrides:
- createin class- WebAuthnAuthenticatorFactory
 
 - 
getIdpublic String getId() - Specified by:
- getIdin interface- ProviderFactory<Authenticator>
- Overrides:
- getIdin class- WebAuthnAuthenticatorFactory
 
 - 
isUserSetupAllowedpublic boolean isUserSetupAllowed() Description copied from interface:ConfigurableAuthenticatorFactoryDoes this authenticator have required actions that can set if the user does not have this authenticator set up?- Specified by:
- isUserSetupAllowedin interface- ConfigurableAuthenticatorFactory
- Overrides:
- isUserSetupAllowedin class- WebAuthnAuthenticatorFactory
- Returns:
 
 
- 
 
-