Class ProcessInstanceConfig
java.lang.Object
org.forgerock.selfservice.core.config.ProcessInstanceConfig
Represents the configuration for an instance of the anonymous process service.
- Since:
- 0.1.0
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGets the snapshot token type to use.Gets the list of stage configs.Gets the storage type to use.inthashCode()setSnapshotTokenConfig(SnapshotTokenConfig snapshotTokenConfig) Sets the snapshot token type to use.setStageConfigs(List<StageConfig> stageConfigs) Sets the list of stage configs.setStorageType(StorageType storageType) Sets the storage type to use.
-
Constructor Details
-
ProcessInstanceConfig
public ProcessInstanceConfig()
-
-
Method Details
-
setStageConfigs
Sets the list of stage configs. The order of the list is the order in which the stages will be processed.- Parameters:
stageConfigs- the list of stage configs- Returns:
- this config
-
getStageConfigs
Gets the list of stage configs.- Returns:
- the list of stage configs
-
setSnapshotTokenConfig
Sets the snapshot token type to use.- Parameters:
snapshotTokenConfig- the snapshot token config- Returns:
- this config
-
getSnapshotTokenConfig
Gets the snapshot token type to use.- Returns:
- the snapshot token type
-
setStorageType
Sets the storage type to use. SeeStorageType.- Parameters:
storageType- the storage type- Returns:
- this config
-
getStorageType
Gets the storage type to use.- Returns:
- the storage type
-
equals
-
hashCode
public int hashCode()
-