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 Summary
Fields Modifier and Type Field Description static StringPROVIDER_ID-
Fields inherited from interface org.keycloak.authentication.ConfigurableAuthenticatorFactory
REQUIREMENT_CHOICES
-
-
Constructor Summary
Constructors Constructor Description WebAuthnPasswordlessAuthenticatorFactory()
-
Method Summary
All 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.WebAuthnAuthenticatorFactory
close, getConfigProperties, getRequirementChoices, init, isConfigurable, isSupported, postInit
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.keycloak.provider.ConfiguredProvider
getConfig
-
Methods inherited from interface org.keycloak.provider.EnvironmentDependentProviderFactory
isSupported
-
Methods inherited from interface org.keycloak.provider.ProviderFactory
getConfigMetadata, order
-
-
-
-
Field Detail
-
PROVIDER_ID
public static final String PROVIDER_ID
- See Also:
- Constant Field Values
-
-
Method Detail
-
getReferenceCategory
public String getReferenceCategory()
Description copied from interface:ConfigurableAuthenticatorFactoryGeneral authenticator type, i.e. totp, password, cert.- Specified by:
getReferenceCategoryin interfaceConfigurableAuthenticatorFactory- Overrides:
getReferenceCategoryin classWebAuthnAuthenticatorFactory- Returns:
- null if not a referencable category
-
getDisplayType
public String getDisplayType()
Description copied from interface:ConfigurableAuthenticatorFactoryFriendly name for the authenticator- Specified by:
getDisplayTypein interfaceConfigurableAuthenticatorFactory- Overrides:
getDisplayTypein classWebAuthnAuthenticatorFactory- Returns:
-
getHelpText
public String getHelpText()
- Specified by:
getHelpTextin interfaceConfiguredProvider- Overrides:
getHelpTextin classWebAuthnAuthenticatorFactory
-
create
public Authenticator create(KeycloakSession session)
- Specified by:
createin interfaceProviderFactory<Authenticator>- Overrides:
createin classWebAuthnAuthenticatorFactory
-
getId
public String getId()
- Specified by:
getIdin interfaceProviderFactory<Authenticator>- Overrides:
getIdin classWebAuthnAuthenticatorFactory
-
isUserSetupAllowed
public 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 interfaceConfigurableAuthenticatorFactory- Overrides:
isUserSetupAllowedin classWebAuthnAuthenticatorFactory- Returns:
-
-