Uses of Class
org.forgerock.tokenhandler.TokenHandlerException
-
Packages that use TokenHandlerException Package Description org.forgerock.tokenhandler Provides token handler definition. -
-
Uses of TokenHandlerException in org.forgerock.tokenhandler
Subclasses of TokenHandlerException in org.forgerock.tokenhandler Modifier and Type Class Description classExpiredTokenExceptionAn exception generated by aTokenHandleron extraction when the token is expired.classInvalidTokenExceptionAn exception generated by aTokenHandleron validation or extraction when the token is invalid.Methods in org.forgerock.tokenhandler that throw TokenHandlerException Modifier and Type Method Description StringTokenHandler. generate(JsonValue state)Generates a new token using the state.voidTokenHandler. validate(String token)Validates the passed token.JsonValueTokenHandler. validateAndExtractState(String token)Validates and parses the token, extracting any encapsulated state.
-