Interface FormActionFactory

All Superinterfaces:
ConfigurableAuthenticatorFactory, org.keycloak.provider.ConfiguredProvider, org.keycloak.provider.ProviderFactory<FormAction>

public interface FormActionFactory extends org.keycloak.provider.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