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.
|
Modifier and Type | Method and Description |
---|---|
SnapshotTokenConfig |
ProcessInstanceConfig.getSnapshotTokenConfig()
Gets the snapshot token type to use.
|
Modifier and Type | Method and Description |
---|---|
ProcessInstanceConfig |
ProcessInstanceConfig.setSnapshotTokenConfig(SnapshotTokenConfig snapshotTokenConfig)
Sets the snapshot token type to use.
|
Modifier and Type | Method and Description |
---|---|
TokenHandler |
SnapshotTokenHandlerFactory.get(SnapshotTokenConfig snapshotTokenConfig)
Given the token type, provide a token handler instance.
|
Modifier and Type | Class and Description |
---|---|
class |
JwtTokenHandlerConfig
Configuration for a JwtTokenHandler.
|
Copyright © 2010-2018, ForgeRock All Rights Reserved.