Uses of Class
org.forgerock.tokenhandler.TokenHandlerException
-
Uses of TokenHandlerException in org.forgerock.json.jose.tokenhandler
Modifier and TypeMethodDescriptionDeprecated.void
Deprecated.void
JwtTokenHandler.validateAndExtractState
(String snapshotToken) Deprecated.SecretsJwtTokenHandler.validateAndExtractState
(String snapshotToken) -
Uses of TokenHandlerException in org.forgerock.tokenhandler
Modifier and TypeClassDescriptionclass
An exception generated by aTokenHandler
on extraction when the token is expired.class
An exception generated by aTokenHandler
on validation or extraction when the token is invalid.Modifier and TypeMethodDescriptionGenerates a new token using the state.void
Validates the passed token.TokenHandler.validateAndExtractState
(String token) Validates and parses the token, extracting any encapsulated state.