Uses of Class
org.forgerock.tokenhandler.TokenHandlerException
Packages that use TokenHandlerException
-
Uses of TokenHandlerException in org.forgerock.tokenhandler
Subclasses of TokenHandlerException in org.forgerock.tokenhandlerModifier and TypeClassDescriptionclassAn exception generated by aTokenHandleron extraction when the token is expired.classAn exception generated by aTokenHandleron validation or extraction when the token is invalid.Methods in org.forgerock.tokenhandler that throw TokenHandlerExceptionModifier and TypeMethodDescriptionGenerates a new token using the state.voidValidates the passed token.TokenHandler.validateAndExtractState(String token) Validates and parses the token, extracting any encapsulated state.