Class UserRegistrationConfig
java.lang.Object
org.forgerock.selfservice.stages.registration.UserRegistrationConfig
- All Implemented Interfaces:
StageConfig
Configuration for the user registration stage.
- Since:
- 0.1.0
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGets the URL for the identity service.getName()Gets the name of the stage configuration.Gets the class name of the consuming progress stage.inthashCode()setIdentityServiceUrl(String identityServiceUrl) Sets the URL for the identity service.
-
Field Details
-
NAME
Name of the stage configuration.- See Also:
-
-
Constructor Details
-
UserRegistrationConfig
public UserRegistrationConfig()
-
-
Method Details
-
getIdentityServiceUrl
Gets the URL for the identity service.- Returns:
- the identity service URL
-
setIdentityServiceUrl
Sets the URL for the identity service.- Parameters:
identityServiceUrl- the identity service URL- Returns:
- this config instance
-
getName
Description copied from interface:StageConfigGets the name of the stage configuration.- Specified by:
getNamein interfaceStageConfig- Returns:
- the config name
-
getProgressStageClassName
Description copied from interface:StageConfigGets the class name of the consuming progress stage.- Specified by:
getProgressStageClassNamein interfaceStageConfig- Returns:
- the progress stage class name
-
equals
-
hashCode
public int hashCode()
-