Interface | Description |
---|---|
TokenHandler |
Responsible for the validation, generation and parsing of tokens used for keying a JsonValue
representative of some state.
|
Exception | Description |
---|---|
ExpiredTokenException |
An exception generated by a
TokenHandler on extraction when the token is expired. |
InvalidTokenException |
An exception generated by a
TokenHandler on validation or extraction when the token is invalid. |
TokenHandlerException |
An exception generated by a
TokenHandler on either creation, validation, or state extraction. |
Copyright © 2010-2018, ForgeRock All Rights Reserved.