Package org.forgerock.tokenhandler
Provides token handler definition.
-
Interface Summary Interface Description TokenHandler Responsible for the validation, generation and parsing of tokens used for keying a JsonValue representative of some state. -
Exception Summary Exception Description ExpiredTokenException An exception generated by aTokenHandler
on extraction when the token is expired.InvalidTokenException An exception generated by aTokenHandler
on validation or extraction when the token is invalid.TokenHandlerException An exception generated by aTokenHandler
on either creation, validation, or state extraction.