Class WebAuthnPasswordlessAuthenticatorFactory
- java.lang.Object
-
- org.keycloak.authentication.authenticators.browser.WebAuthnAuthenticatorFactory
-
- org.keycloak.authentication.authenticators.browser.WebAuthnPasswordlessAuthenticatorFactory
-
- All Implemented Interfaces:
org.keycloak.authentication.AuthenticatorFactory,org.keycloak.authentication.ConfigurableAuthenticatorFactory,org.keycloak.provider.ConfiguredProvider,org.keycloak.provider.EnvironmentDependentProviderFactory,org.keycloak.provider.ProviderFactory<org.keycloak.authentication.Authenticator>
public class WebAuthnPasswordlessAuthenticatorFactory extends WebAuthnAuthenticatorFactory
- Author:
- Marek Posolda
-
-
Field Summary
Fields Modifier and Type Field Description static StringPROVIDER_ID
-
Constructor Summary
Constructors Constructor Description WebAuthnPasswordlessAuthenticatorFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.keycloak.authentication.Authenticatorcreate(org.keycloak.models.KeycloakSession session)StringgetDisplayType()StringgetHelpText()StringgetId()StringgetReferenceCategory()booleanisUserSetupAllowed()-
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
-
-
-
-
Field Detail
-
PROVIDER_ID
public static final String PROVIDER_ID
- See Also:
- Constant Field Values
-
-
Method Detail
-
getReferenceCategory
public String getReferenceCategory()
- Specified by:
getReferenceCategoryin interfaceorg.keycloak.authentication.ConfigurableAuthenticatorFactory- Overrides:
getReferenceCategoryin classWebAuthnAuthenticatorFactory
-
getDisplayType
public String getDisplayType()
- Specified by:
getDisplayTypein interfaceorg.keycloak.authentication.ConfigurableAuthenticatorFactory- Overrides:
getDisplayTypein classWebAuthnAuthenticatorFactory
-
getHelpText
public String getHelpText()
- Specified by:
getHelpTextin interfaceorg.keycloak.provider.ConfiguredProvider- Overrides:
getHelpTextin classWebAuthnAuthenticatorFactory
-
create
public org.keycloak.authentication.Authenticator create(org.keycloak.models.KeycloakSession session)
- Specified by:
createin interfaceorg.keycloak.provider.ProviderFactory<org.keycloak.authentication.Authenticator>- Overrides:
createin classWebAuthnAuthenticatorFactory
-
getId
public String getId()
- Specified by:
getIdin interfaceorg.keycloak.provider.ProviderFactory<org.keycloak.authentication.Authenticator>- Overrides:
getIdin classWebAuthnAuthenticatorFactory
-
isUserSetupAllowed
public boolean isUserSetupAllowed()
- Specified by:
isUserSetupAllowedin interfaceorg.keycloak.authentication.ConfigurableAuthenticatorFactory- Overrides:
isUserSetupAllowedin classWebAuthnAuthenticatorFactory
-
-