Package org.keycloak.authentication
Interface FormActionFactory
- All Superinterfaces:
 ConfigurableAuthenticatorFactory,ConfiguredProvider,ProviderFactory<FormAction>
- All Known Implementing Classes:
 AbstractRegistrationRecaptcha,RegistrationPassword,RegistrationRecaptcha,RegistrationRecaptchaEnterprise,RegistrationTermsAndConditions,RegistrationUserCreation
public interface FormActionFactory
extends ProviderFactory<FormAction>, ConfigurableAuthenticatorFactory
Factory for instantiating FormAction objects.  This is a singleton and created when Keycloak boots.
 You must specify a file
 META-INF/services/org.keycloak.authentication.FormActionFactory in the jar that this class is contained in
 This file must have the fully qualified class name of all your FormActionFactory classes
- Version:
 - $Revision: 1 $
 - Author:
 - Bill Burke
 
- 
Field Summary
Fields inherited from interface org.keycloak.authentication.ConfigurableAuthenticatorFactory
REQUIREMENT_CHOICES - 
Method Summary
Methods inherited from interface org.keycloak.authentication.ConfigurableAuthenticatorFactory
getDisplayType, getReferenceCategory, getRequirementChoices, isConfigurable, isUserSetupAllowedMethods inherited from interface org.keycloak.provider.ConfiguredProvider
getConfig, getConfigProperties, getHelpTextMethods inherited from interface org.keycloak.provider.ProviderFactory
close, create, dependsOn, getConfigMetadata, getId, init, order, postInit