Uses of Class
org.forgerock.selfservice.json.JsonAnonymousProcessServiceBuilder
-
Uses of JsonAnonymousProcessServiceBuilder in org.forgerock.selfservice.json
Methods in org.forgerock.selfservice.json that return JsonAnonymousProcessServiceBuilderModifier and TypeMethodDescriptionJsonAnonymousProcessServiceBuilder.newBuilder()
Construct a new JsonAnonymousProcessServiceBuilder.JsonAnonymousProcessServiceBuilder.withClassLoader
(ClassLoader classLoader) Set the ClassLoader.JsonAnonymousProcessServiceBuilder.withJsonConfig
(JsonValue jsonConfig) Set the JSON config from which to build theProcessInstanceConfig
.JsonAnonymousProcessServiceBuilder.withProcessStore
(ProcessStore processStore) Sets theProcessStore
.JsonAnonymousProcessServiceBuilder.withProgressStageProvider
(ProgressStageProvider progressStageProvider) Sets theProgressStageProvider
.JsonAnonymousProcessServiceBuilder.withStageConfigMapping
(String name, Class<? extends StageConfig> type) Provide additional named type-mapping, if desired.JsonAnonymousProcessServiceBuilder.withTokenHandlerFactory
(SnapshotTokenHandlerFactory tokenHandlerFactory) Sets theSnapshotTokenHandlerFactory
.