Class RegistrationPage
- java.lang.Object
-
- org.keycloak.authentication.forms.RegistrationPage
-
- All Implemented Interfaces:
org.keycloak.authentication.ConfigurableAuthenticatorFactory,org.keycloak.authentication.FormAuthenticator,org.keycloak.authentication.FormAuthenticatorFactory,org.keycloak.provider.ConfiguredProvider,org.keycloak.provider.Provider,org.keycloak.provider.ProviderFactory<org.keycloak.authentication.FormAuthenticator>
public class RegistrationPage extends Object implements org.keycloak.authentication.FormAuthenticator, org.keycloak.authentication.FormAuthenticatorFactory
- Version:
- $Revision: 1 $
- Author:
- Bill Burke
-
-
Field Summary
Fields Modifier and Type Field Description static StringFIELD_EMAILstatic StringFIELD_FIRST_NAMEstatic StringFIELD_LAST_NAMEstatic StringFIELD_PASSWORDstatic StringFIELD_PASSWORD_CONFIRMstatic StringFIELD_USERNAMEstatic StringPROVIDER_ID
-
Constructor Summary
Constructors Constructor Description RegistrationPage()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclose()org.keycloak.authentication.FormAuthenticatorcreate(org.keycloak.models.KeycloakSession session)List<org.keycloak.provider.ProviderConfigProperty>getConfigProperties()StringgetDisplayType()StringgetHelpText()StringgetId()StringgetReferenceCategory()org.keycloak.models.AuthenticationExecutionModel.Requirement[]getRequirementChoices()voidinit(org.keycloak.Config.Scope config)booleanisConfigurable()booleanisUserSetupAllowed()voidpostInit(org.keycloak.models.KeycloakSessionFactory factory)javax.ws.rs.core.Responserender(org.keycloak.authentication.FormContext context, org.keycloak.forms.login.LoginFormsProvider form)
-
-
-
Field Detail
-
FIELD_PASSWORD_CONFIRM
public static final String FIELD_PASSWORD_CONFIRM
- See Also:
- Constant Field Values
-
FIELD_PASSWORD
public static final String FIELD_PASSWORD
- See Also:
- Constant Field Values
-
FIELD_EMAIL
public static final String FIELD_EMAIL
- See Also:
- Constant Field Values
-
FIELD_USERNAME
public static final String FIELD_USERNAME
- See Also:
- Constant Field Values
-
FIELD_LAST_NAME
public static final String FIELD_LAST_NAME
- See Also:
- Constant Field Values
-
FIELD_FIRST_NAME
public static final String FIELD_FIRST_NAME
- See Also:
- Constant Field Values
-
PROVIDER_ID
public static final String PROVIDER_ID
- See Also:
- Constant Field Values
-
-
Method Detail
-
render
public javax.ws.rs.core.Response render(org.keycloak.authentication.FormContext context, org.keycloak.forms.login.LoginFormsProvider form)- Specified by:
renderin interfaceorg.keycloak.authentication.FormAuthenticator
-
close
public void close()
- Specified by:
closein interfaceorg.keycloak.provider.Provider- Specified by:
closein interfaceorg.keycloak.provider.ProviderFactory<org.keycloak.authentication.FormAuthenticator>
-
getDisplayType
public String getDisplayType()
- Specified by:
getDisplayTypein interfaceorg.keycloak.authentication.ConfigurableAuthenticatorFactory
-
getHelpText
public String getHelpText()
- Specified by:
getHelpTextin interfaceorg.keycloak.provider.ConfiguredProvider
-
getConfigProperties
public List<org.keycloak.provider.ProviderConfigProperty> getConfigProperties()
- Specified by:
getConfigPropertiesin interfaceorg.keycloak.provider.ConfiguredProvider
-
getReferenceCategory
public String getReferenceCategory()
- Specified by:
getReferenceCategoryin interfaceorg.keycloak.authentication.ConfigurableAuthenticatorFactory
-
isConfigurable
public boolean isConfigurable()
- Specified by:
isConfigurablein interfaceorg.keycloak.authentication.ConfigurableAuthenticatorFactory
-
getRequirementChoices
public org.keycloak.models.AuthenticationExecutionModel.Requirement[] getRequirementChoices()
- Specified by:
getRequirementChoicesin interfaceorg.keycloak.authentication.ConfigurableAuthenticatorFactory
-
create
public org.keycloak.authentication.FormAuthenticator create(org.keycloak.models.KeycloakSession session)
- Specified by:
createin interfaceorg.keycloak.provider.ProviderFactory<org.keycloak.authentication.FormAuthenticator>
-
init
public void init(org.keycloak.Config.Scope config)
- Specified by:
initin interfaceorg.keycloak.provider.ProviderFactory<org.keycloak.authentication.FormAuthenticator>
-
isUserSetupAllowed
public boolean isUserSetupAllowed()
- Specified by:
isUserSetupAllowedin interfaceorg.keycloak.authentication.ConfigurableAuthenticatorFactory
-
postInit
public void postInit(org.keycloak.models.KeycloakSessionFactory factory)
- Specified by:
postInitin interfaceorg.keycloak.provider.ProviderFactory<org.keycloak.authentication.FormAuthenticator>
-
getId
public String getId()
- Specified by:
getIdin interfaceorg.keycloak.provider.ProviderFactory<org.keycloak.authentication.FormAuthenticator>
-
-