Class UsernameFormFactory
java.lang.Object
org.keycloak.authentication.authenticators.browser.UsernameFormFactory
- All Implemented Interfaces:
AuthenticatorFactory,ConfigurableAuthenticatorFactory,ConfiguredProvider,ProviderFactory<Authenticator>
- Version:
- $Revision: 1 $
- Author:
- Bill Burke
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Stringstatic final AuthenticationExecutionModel.Requirement[]static final UsernameForm -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclose()create(KeycloakSession session) getId()voidinit(Config.Scope config) booleanbooleanvoidpostInit(KeycloakSessionFactory factory) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.keycloak.provider.ConfiguredProvider
getConfigMethods inherited from interface org.keycloak.provider.ProviderFactory
getConfigMetadata, order
-
Field Details
-
PROVIDER_ID
- See Also:
-
SINGLETON
-
REQUIREMENT_CHOICES
-
-
Constructor Details
-
UsernameFormFactory
public UsernameFormFactory()
-
-
Method Details
-
create
- Specified by:
createin interfaceProviderFactory<Authenticator>
-
init
- Specified by:
initin interfaceProviderFactory<Authenticator>
-
postInit
- Specified by:
postInitin interfaceProviderFactory<Authenticator>
-
close
public void close()- Specified by:
closein interfaceProviderFactory<Authenticator>
-
getId
- Specified by:
getIdin interfaceProviderFactory<Authenticator>
-
getReferenceCategory
- Specified by:
getReferenceCategoryin interfaceConfigurableAuthenticatorFactory
-
isConfigurable
public boolean isConfigurable()- Specified by:
isConfigurablein interfaceConfigurableAuthenticatorFactory
-
getRequirementChoices
- Specified by:
getRequirementChoicesin interfaceConfigurableAuthenticatorFactory
-
getDisplayType
- Specified by:
getDisplayTypein interfaceConfigurableAuthenticatorFactory
-
getHelpText
- Specified by:
getHelpTextin interfaceConfiguredProvider
-
getConfigProperties
- Specified by:
getConfigPropertiesin interfaceConfiguredProvider
-
isUserSetupAllowed
public boolean isUserSetupAllowed()- Specified by:
isUserSetupAllowedin interfaceConfigurableAuthenticatorFactory
-