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.
|
Modifier and Type | Method and Description |
---|---|
ProcessInstanceConfig |
ServiceConfigProvider.getServiceConfig(C config,
Context context,
String realm)
Provides the self service config for the appropriate flow.
|
Constructor and Description |
---|
AnonymousProcessService(ProcessInstanceConfig config,
ProgressStageProvider progressStageProvider,
SnapshotTokenHandlerFactory tokenHandlerFactory,
ProcessStore processStore,
ClassLoader classLoader)
Initialises the anonymous process service with the passed config.
|
Modifier and Type | Method and 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.
|
Copyright © 2010-2018, ForgeRock All Rights Reserved.