Class RegistrationPage
java.lang.Object
org.keycloak.authentication.forms.RegistrationPage
- All Implemented Interfaces:
ConfigurableAuthenticatorFactory,FormAuthenticator,FormAuthenticatorFactory,ConfiguredProvider,Provider,ProviderFactory<FormAuthenticator>
- Version:
- $Revision: 1 $
- Author:
- Bill Burke
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclose()create(KeycloakSession session) getId()voidinit(Config.Scope config) booleanbooleanvoidpostInit(KeycloakSessionFactory factory) jakarta.ws.rs.core.Responserender(FormContext context, LoginFormsProvider form) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.keycloak.authentication.ConfigurableAuthenticatorFactory
getOptionalReferenceCategoriesMethods inherited from interface org.keycloak.provider.ConfiguredProvider
getConfigMethods inherited from interface org.keycloak.provider.ProviderFactory
dependsOn, getConfigMetadata, order
-
Field Details
-
FIELD_PASSWORD_CONFIRM
- See Also:
-
FIELD_PASSWORD
- See Also:
-
FIELD_EMAIL
- See Also:
-
FIELD_USERNAME
- See Also:
-
FIELD_LAST_NAME
- See Also:
-
FIELD_FIRST_NAME
- See Also:
-
FIELD_RECAPTCHA_RESPONSE
- See Also:
-
PROVIDER_ID
- See Also:
-
-
Constructor Details
-
RegistrationPage
public RegistrationPage()
-
-
Method Details
-
render
- Specified by:
renderin interfaceFormAuthenticator
-
close
public void close()- Specified by:
closein interfaceProvider- Specified by:
closein interfaceProviderFactory<FormAuthenticator>
-
getDisplayType
- Specified by:
getDisplayTypein interfaceConfigurableAuthenticatorFactory
-
getHelpText
- Specified by:
getHelpTextin interfaceConfiguredProvider
-
getConfigProperties
- Specified by:
getConfigPropertiesin interfaceConfiguredProvider
-
getReferenceCategory
- Specified by:
getReferenceCategoryin interfaceConfigurableAuthenticatorFactory
-
isConfigurable
public boolean isConfigurable()- Specified by:
isConfigurablein interfaceConfigurableAuthenticatorFactory
-
getRequirementChoices
- Specified by:
getRequirementChoicesin interfaceConfigurableAuthenticatorFactory
-
create
- Specified by:
createin interfaceProviderFactory<FormAuthenticator>
-
init
- Specified by:
initin interfaceProviderFactory<FormAuthenticator>
-
isUserSetupAllowed
public boolean isUserSetupAllowed()- Specified by:
isUserSetupAllowedin interfaceConfigurableAuthenticatorFactory
-
postInit
- Specified by:
postInitin interfaceProviderFactory<FormAuthenticator>
-
getId
- Specified by:
getIdin interfaceProviderFactory<FormAuthenticator>
-