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 aTokenHandleron extraction when the token is expired.InvalidTokenException An exception generated by aTokenHandleron validation or extraction when the token is invalid.TokenHandlerException An exception generated by aTokenHandleron either creation, validation, or state extraction.