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