Uses of Interface
org.forgerock.selfservice.core.snapshot.SnapshotTokenConfig
-
Packages that use SnapshotTokenConfig Package Description org.forgerock.selfservice.core.config This package contains the service configuration.org.forgerock.selfservice.core.snapshot This package contains the implementation for creating and management of snapshots.org.forgerock.selfservice.stages.tokenhandlers This package contains some common snapshot token handler implementations. -
-
Uses of SnapshotTokenConfig in org.forgerock.selfservice.core.config
Methods in org.forgerock.selfservice.core.config that return SnapshotTokenConfig Modifier and Type Method Description SnapshotTokenConfig
ProcessInstanceConfig. getSnapshotTokenConfig()
Gets the snapshot token type to use.Methods in org.forgerock.selfservice.core.config with parameters of type SnapshotTokenConfig Modifier and Type Method Description ProcessInstanceConfig
ProcessInstanceConfig. setSnapshotTokenConfig(SnapshotTokenConfig snapshotTokenConfig)
Sets the snapshot token type to use. -
Uses of SnapshotTokenConfig in org.forgerock.selfservice.core.snapshot
Methods in org.forgerock.selfservice.core.snapshot with parameters of type SnapshotTokenConfig Modifier and Type Method Description TokenHandler
SnapshotTokenHandlerFactory. get(SnapshotTokenConfig snapshotTokenConfig)
Given the token type, provide a token handler instance. -
Uses of SnapshotTokenConfig in org.forgerock.selfservice.stages.tokenhandlers
Classes in org.forgerock.selfservice.stages.tokenhandlers that implement SnapshotTokenConfig Modifier and Type Class Description class
JwtTokenHandlerConfig
Configuration for a JwtTokenHandler.
-