Class 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
    • Constructor Detail

      • WebAuthnPasswordlessAuthenticatorFactory

        public WebAuthnPasswordlessAuthenticatorFactory()
    • Method Detail

      • create

        public org.keycloak.authentication.Authenticator create​(org.keycloak.models.KeycloakSession session)
        Specified by:
        create in interface org.keycloak.provider.ProviderFactory<org.keycloak.authentication.Authenticator>
        Overrides:
        create in class WebAuthnAuthenticatorFactory
      • getId

        public String getId()
        Specified by:
        getId in interface org.keycloak.provider.ProviderFactory<org.keycloak.authentication.Authenticator>
        Overrides:
        getId in class WebAuthnAuthenticatorFactory
      • isUserSetupAllowed

        public boolean isUserSetupAllowed()
        Specified by:
        isUserSetupAllowed in interface org.keycloak.authentication.ConfigurableAuthenticatorFactory
        Overrides:
        isUserSetupAllowed in class WebAuthnAuthenticatorFactory