Class ParametersConfig
java.lang.Object
org.forgerock.selfservice.stages.parameters.ParametersConfig
- All Implemented Interfaces:
StageConfig
Configuration for parameter passing stage.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetName()Gets the name of the stage configuration.Return the list of passed parameter names.Gets the class name of the consuming progress stage.inthashCode()setParameterNames(List<String> parameterNames) Set the list of passed parameter names.
-
Field Details
-
NAME
Name of the stage configuration.- See Also:
-
-
Constructor Details
-
ParametersConfig
public ParametersConfig()
-
-
Method Details
-
getParameterNames
Return the list of passed parameter names.- Returns:
- parameter name list
-
setParameterNames
Set the list of passed parameter names.- Parameters:
parameterNames- parameter name list- Returns:
- this config object
-
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()
-