Class PasskeysConditionalUIAuthenticatorFactory

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>

@Deprecated(since="26.3", forRemoval=true) public class PasskeysConditionalUIAuthenticatorFactory extends WebAuthnPasswordlessAuthenticatorFactory implements org.keycloak.provider.EnvironmentDependentProviderFactory
Deprecated, for removal: This API element is subject to removal in a future version.
Factory is deprecated as passkeys are now integrated with the default username authenticators. It will be removed in future versions when the passkeys feature become supported.
Author:
Takashi Norimatsu
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
    Deprecated, for removal: This API element is subject to removal in a future version.
     

    Fields inherited from interface org.keycloak.authentication.ConfigurableAuthenticatorFactory

    REQUIREMENT_CHOICES
  • Constructor Summary

    Constructors
    Constructor
    Description
    Deprecated, for removal: This API element is subject to removal in a future version.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.keycloak.authentication.Authenticator
    create(org.keycloak.models.KeycloakSession session)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    void
    init(org.keycloak.Config.Scope config)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    boolean
    isSupported(org.keycloak.Config.Scope config)
    Deprecated, for removal: This API element is subject to removal in a future version.
     

    Methods inherited from class org.keycloak.authentication.authenticators.browser.WebAuthnPasswordlessAuthenticatorFactory

    getReferenceCategory, isUserSetupAllowed

    Methods inherited from class org.keycloak.authentication.authenticators.browser.WebAuthnAuthenticatorFactory

    close, getConfigProperties, getRequirementChoices, isConfigurable, 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.authentication.ConfigurableAuthenticatorFactory

    getOptionalReferenceCategories

    Methods inherited from interface org.keycloak.provider.ConfiguredProvider

    getConfig

    Methods inherited from interface org.keycloak.provider.ProviderFactory

    dependsOn, getConfigMetadata, order
  • Field Details

    • PROVIDER_ID

      public static final String PROVIDER_ID
      Deprecated, for removal: This API element is subject to removal in a future version.
      See Also:
  • Constructor Details

    • PasskeysConditionalUIAuthenticatorFactory

      public PasskeysConditionalUIAuthenticatorFactory()
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Method Details

    • getDisplayType

      public String getDisplayType()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Specified by:
      getDisplayType in interface org.keycloak.authentication.ConfigurableAuthenticatorFactory
      Overrides:
      getDisplayType in class WebAuthnPasswordlessAuthenticatorFactory
    • getHelpText

      public String getHelpText()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Specified by:
      getHelpText in interface org.keycloak.provider.ConfiguredProvider
      Overrides:
      getHelpText in class WebAuthnPasswordlessAuthenticatorFactory
    • create

      public org.keycloak.authentication.Authenticator create(org.keycloak.models.KeycloakSession session)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Specified by:
      create in interface org.keycloak.provider.ProviderFactory<org.keycloak.authentication.Authenticator>
      Overrides:
      create in class WebAuthnPasswordlessAuthenticatorFactory
    • init

      public void init(org.keycloak.Config.Scope config)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Specified by:
      init in interface org.keycloak.provider.ProviderFactory<org.keycloak.authentication.Authenticator>
      Overrides:
      init in class WebAuthnAuthenticatorFactory
    • isSupported

      public boolean isSupported(org.keycloak.Config.Scope config)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Specified by:
      isSupported in interface org.keycloak.provider.EnvironmentDependentProviderFactory
      Overrides:
      isSupported in class WebAuthnAuthenticatorFactory
    • getId

      public String getId()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Specified by:
      getId in interface org.keycloak.provider.ProviderFactory<org.keycloak.authentication.Authenticator>
      Overrides:
      getId in class WebAuthnPasswordlessAuthenticatorFactory