public final class ParametersConfig extends Object implements StageConfig
Modifier and Type | Field and Description |
---|---|
static String |
NAME
Name of the stage configuration.
|
Constructor and Description |
---|
ParametersConfig() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getName()
Gets the name of the stage configuration.
|
List<String> |
getParameterNames()
Return the list of passed parameter names.
|
String |
getProgressStageClassName()
Gets the class name of the consuming progress stage.
|
int |
hashCode() |
ParametersConfig |
setParameterNames(List<String> parameterNames)
Set the list of passed parameter names.
|
public static final String NAME
public List<String> getParameterNames()
public ParametersConfig setParameterNames(List<String> parameterNames)
parameterNames
- parameter name listpublic String getName()
StageConfig
getName
in interface StageConfig
public String getProgressStageClassName()
StageConfig
getProgressStageClassName
in interface StageConfig
Copyright © 2010-2018, ForgeRock All Rights Reserved.