Uses of Interface
org.forgerock.selfservice.core.ProcessStore
-
Packages that use ProcessStore Package Description org.forgerock.selfservice.core This package contains the core implementation for the anonymous process service. -
-
Uses of ProcessStore in org.forgerock.selfservice.core
Constructors in org.forgerock.selfservice.core with parameters of type ProcessStore Constructor Description AnonymousProcessService(ProcessInstanceConfig config, ProgressStageProvider progressStageProvider, SnapshotTokenHandlerFactory tokenHandlerFactory, ProcessStore processStore, ClassLoader classLoader)
Initialises the anonymous process service with the passed config.
-