Class ExternalUserRegistrationService
java.lang.Object
org.gluu.service.custom.script.ExternalScriptService
org.gluu.oxtrust.service.external.ExternalUserRegistrationService
- All Implemented Interfaces:
Serializable
@ApplicationScoped
@Named
public class ExternalUserRegistrationService
extends org.gluu.service.custom.script.ExternalScriptService
Provides factory methods needed to create external user registration extension
- Author:
- Yuriy Movchan Date: 01/16/2015
- See Also:
-
Field Summary
Fields inherited from class org.gluu.service.custom.script.ExternalScriptService
customScriptConfigurations, customScriptConfigurationsNameMap, customScriptManager, customScriptType, defaultExternalCustomScript, loaded, log -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanexecuteExternalConfirmRegistrationMethod(org.gluu.model.custom.script.conf.CustomScriptConfiguration customScriptConfiguration, GluuCustomPerson user, Map<String, String[]> requestParameters) booleanexecuteExternalConfirmRegistrationMethods(GluuCustomPerson user, Map<String, String[]> requestParameters) booleanexecuteExternalInitRegistrationMethod(org.gluu.model.custom.script.conf.CustomScriptConfiguration customScriptConfiguration, GluuCustomPerson user, Map<String, String[]> requestParameters) booleanexecuteExternalInitRegistrationMethods(GluuCustomPerson user, Map<String, String[]> requestParameters) booleanexecuteExternalPostRegistrationMethod(org.gluu.model.custom.script.conf.CustomScriptConfiguration customScriptConfiguration, GluuCustomPerson user, Map<String, String[]> requestParameters) booleanexecuteExternalPostRegistrationMethods(GluuCustomPerson user, Map<String, String[]> requestParameters) booleanexecuteExternalPreRegistrationMethod(org.gluu.model.custom.script.conf.CustomScriptConfiguration customScriptConfiguration, GluuCustomPerson user, Map<String, String[]> requestParameters) booleanexecuteExternalPreRegistrationMethods(GluuCustomPerson user, Map<String, String[]> requestParameters) Methods inherited from class org.gluu.service.custom.script.ExternalScriptService
addExternalConfigurations, clearScriptError, configure, determineDefaultCustomScriptConfiguration, executeExternalGetApiVersion, getCustomScriptConfigurationByName, getCustomScriptConfigurations, getCustomScriptConfigurationsByDns, getCustomScriptType, getDefaultExternalCustomScript, init, isEnabled, isLoaded, reload, reloadExternal, saveScriptError
-
Constructor Details
-
ExternalUserRegistrationService
public ExternalUserRegistrationService()
-
-
Method Details
-
executeExternalInitRegistrationMethod
public boolean executeExternalInitRegistrationMethod(org.gluu.model.custom.script.conf.CustomScriptConfiguration customScriptConfiguration, GluuCustomPerson user, Map<String, String[]> requestParameters) -
executeExternalPreRegistrationMethod
public boolean executeExternalPreRegistrationMethod(org.gluu.model.custom.script.conf.CustomScriptConfiguration customScriptConfiguration, GluuCustomPerson user, Map<String, String[]> requestParameters) -
executeExternalPostRegistrationMethod
public boolean executeExternalPostRegistrationMethod(org.gluu.model.custom.script.conf.CustomScriptConfiguration customScriptConfiguration, GluuCustomPerson user, Map<String, String[]> requestParameters) -
executeExternalInitRegistrationMethods
public boolean executeExternalInitRegistrationMethods(GluuCustomPerson user, Map<String, String[]> requestParameters) -
executeExternalPreRegistrationMethods
public boolean executeExternalPreRegistrationMethods(GluuCustomPerson user, Map<String, String[]> requestParameters) -
executeExternalPostRegistrationMethods
public boolean executeExternalPostRegistrationMethods(GluuCustomPerson user, Map<String, String[]> requestParameters) -
executeExternalConfirmRegistrationMethods
public boolean executeExternalConfirmRegistrationMethods(GluuCustomPerson user, Map<String, String[]> requestParameters) -
executeExternalConfirmRegistrationMethod
public boolean executeExternalConfirmRegistrationMethod(org.gluu.model.custom.script.conf.CustomScriptConfiguration customScriptConfiguration, GluuCustomPerson user, Map<String, String[]> requestParameters)
-