Uses of Class
org.forgerock.tokenhandler.TokenHandlerException
Packages that use TokenHandlerException
-
Uses of TokenHandlerException in org.forgerock.json.jose.tokenhandler
Methods in org.forgerock.json.jose.tokenhandler that throw TokenHandlerExceptionModifier and TypeMethodDescriptionDeprecated.void
Deprecated.void
JwtTokenHandler.validateAndExtractState
(String snapshotToken) Deprecated.SecretsJwtTokenHandler.validateAndExtractState
(String snapshotToken) -
Uses of TokenHandlerException in org.forgerock.tokenhandler
Subclasses of TokenHandlerException in org.forgerock.tokenhandlerModifier 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.Methods in org.forgerock.tokenhandler that throw TokenHandlerExceptionModifier 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.