Interface TokenHandler

All Known Implementing Classes:
JwtTokenHandler, SecretsJwtTokenHandler

public interface TokenHandler
Responsible for the validation, generation and parsing of tokens used for keying a JsonValue representative of some state. Implementers must catch implementation-specific exceptions and re-throw as TokenHandlerException.