Uses of Interface
org.forgerock.tokenhandler.TokenHandler
-
Packages that use TokenHandler Package Description org.forgerock.json.jose.tokenhandler JWT implementation(s) ofTokenHandler
.org.forgerock.selfservice.core.snapshot This package contains the implementation for creating and management of snapshots. -
-
Uses of TokenHandler in org.forgerock.json.jose.tokenhandler
Classes in org.forgerock.json.jose.tokenhandler that implement TokenHandler Modifier and Type Class Description class
JwtTokenHandler
Deprecated.PreferSecretsJwtTokenHandler
instead.class
SecretsJwtTokenHandler
Token handler for creating tokens using a JWT as the store. -
Uses of TokenHandler in org.forgerock.selfservice.core.snapshot
Methods in org.forgerock.selfservice.core.snapshot that return TokenHandler Modifier and Type Method Description TokenHandler
SnapshotTokenHandlerFactory. get(SnapshotTokenConfig snapshotTokenConfig)
Given the token type, provide a token handler instance.
-