Uses of Class
org.forgerock.selfservice.core.config.ProcessInstanceConfig
-
Packages that use ProcessInstanceConfig Package Description org.forgerock.openam.selfservice.config Contains classes for handling self service console configuration.org.forgerock.selfservice.core This package contains the core implementation for the anonymous process service.org.forgerock.selfservice.core.config This package contains the service configuration. -
-
Uses of ProcessInstanceConfig in org.forgerock.openam.selfservice.config
Methods in org.forgerock.openam.selfservice.config that return ProcessInstanceConfig Modifier and Type Method Description ProcessInstanceConfig
ServiceConfigProvider. getServiceConfig(C config, Context context, String realm)
Provides the self service config for the appropriate flow. -
Uses of ProcessInstanceConfig in org.forgerock.selfservice.core
Constructors in org.forgerock.selfservice.core with parameters of type ProcessInstanceConfig Constructor Description AnonymousProcessService(ProcessInstanceConfig config, ProgressStageProvider progressStageProvider, SnapshotTokenHandlerFactory tokenHandlerFactory, ProcessStore processStore, ClassLoader classLoader)
Initialises the anonymous process service with the passed config. -
Uses of ProcessInstanceConfig in org.forgerock.selfservice.core.config
Methods in org.forgerock.selfservice.core.config that return ProcessInstanceConfig Modifier and Type Method Description ProcessInstanceConfig
ProcessInstanceConfig. setSnapshotTokenConfig(SnapshotTokenConfig snapshotTokenConfig)
Sets the snapshot token type to use.ProcessInstanceConfig
ProcessInstanceConfig. setStageConfigs(List<StageConfig> stageConfigs)
Sets the list of stage configs.ProcessInstanceConfig
ProcessInstanceConfig. setStorageType(StorageType storageType)
Sets the storage type to use.
-