Uses of Interface
org.forgerock.selfservice.core.snapshot.SnapshotTokenConfig
-
Packages that use SnapshotTokenConfig Package Description org.forgerock.selfservice.core.config org.forgerock.selfservice.core.snapshot -
-
Uses of SnapshotTokenConfig in org.forgerock.selfservice.core.config
Methods in org.forgerock.selfservice.core.config that return SnapshotTokenConfig Modifier and Type Method Description SnapshotTokenConfigProcessInstanceConfig. 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 ProcessInstanceConfigProcessInstanceConfig. 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 SnapshotTokenHandlerSnapshotTokenHandlerFactory. get(SnapshotTokenConfig snapshotTokenConfig)Given the token type, provide a token handler instance.
-