Interface ConfigurableAuthenticatorFactory

All Superinterfaces:
ConfiguredProvider
All Known Subinterfaces:
AuthenticationFlowCallbackFactory, AuthenticatorFactory, ClientAuthenticatorFactory, FormActionFactory, FormAuthenticatorFactory

public interface ConfigurableAuthenticatorFactory extends ConfiguredProvider
Version:
$Revision: 1 $
Author:
Bill Burke
  • Field Details

  • Method Details

    • getDisplayType

      String getDisplayType()
      Friendly name for the authenticator
      Returns:
    • getReferenceCategory

      String getReferenceCategory()
      General authenticator type, i.e. totp, password, cert.
      Returns:
      null if not a referencable category
    • isConfigurable

      boolean isConfigurable()
      Is this authenticator configurable?
      Returns:
    • getRequirementChoices

      AuthenticationExecutionModel.Requirement[] getRequirementChoices()
      What requirement settings are allowed.
      Returns:
    • isUserSetupAllowed

      boolean isUserSetupAllowed()
      Does this authenticator have required actions that can set if the user does not have this authenticator set up?
      Returns: