public class RegistrationPage extends Object implements FormAuthenticator, FormAuthenticatorFactory
| Modifier and Type | Field and Description |
|---|---|
static String |
FIELD_EMAIL |
static String |
FIELD_FIRST_NAME |
static String |
FIELD_LAST_NAME |
static String |
FIELD_PASSWORD |
static String |
FIELD_PASSWORD_CONFIRM |
static String |
FIELD_USERNAME |
static String |
PROVIDER_ID |
| Constructor and Description |
|---|
RegistrationPage() |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
FormAuthenticator |
create(KeycloakSession session) |
List<ProviderConfigProperty> |
getConfigProperties() |
String |
getDisplayType() |
String |
getHelpText() |
String |
getId() |
String |
getReferenceCategory() |
AuthenticationExecutionModel.Requirement[] |
getRequirementChoices() |
void |
init(Config.Scope config) |
boolean |
isConfigurable() |
boolean |
isUserSetupAllowed() |
void |
postInit(KeycloakSessionFactory factory) |
javax.ws.rs.core.Response |
render(FormContext context,
LoginFormsProvider form) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitorderpublic static final String FIELD_PASSWORD_CONFIRM
public static final String FIELD_PASSWORD
public static final String FIELD_EMAIL
public static final String FIELD_USERNAME
public static final String FIELD_LAST_NAME
public static final String FIELD_FIRST_NAME
public static final String PROVIDER_ID
public javax.ws.rs.core.Response render(FormContext context, LoginFormsProvider form)
render in interface FormAuthenticatorpublic void close()
close in interface Providerclose in interface ProviderFactory<FormAuthenticator>public String getDisplayType()
getDisplayType in interface ConfigurableAuthenticatorFactorypublic String getHelpText()
getHelpText in interface ConfiguredProviderpublic List<ProviderConfigProperty> getConfigProperties()
getConfigProperties in interface ConfiguredProviderpublic String getReferenceCategory()
getReferenceCategory in interface ConfigurableAuthenticatorFactorypublic boolean isConfigurable()
isConfigurable in interface ConfigurableAuthenticatorFactorypublic AuthenticationExecutionModel.Requirement[] getRequirementChoices()
getRequirementChoices in interface ConfigurableAuthenticatorFactorypublic FormAuthenticator create(KeycloakSession session)
create in interface ProviderFactory<FormAuthenticator>public void init(Config.Scope config)
init in interface ProviderFactory<FormAuthenticator>public boolean isUserSetupAllowed()
isUserSetupAllowed in interface ConfigurableAuthenticatorFactorypublic void postInit(KeycloakSessionFactory factory)
postInit in interface ProviderFactory<FormAuthenticator>public String getId()
getId in interface ProviderFactory<FormAuthenticator>Copyright © 2018 JBoss by Red Hat. All rights reserved.