JadeJWTModel Class

The JadeJWTModel class is the abstract superclass of JSON Web Token (JWT) classes that enable you to create, parse, and validate JSON Web Tokens. JSON Web Tokens are an open, industry‑standard way for a client to make identity claim to a server, including a signature that proves the token was created by a party trusted by that server.

JSON Web Tokens can be used to restrict access to REST service methods defined on a JadeRestService user subclass. For details, see "Associating Required JSON Web Token Claims with REST API Methods" under "REST Service Security", in Chapter 2 of the JADE Object Manager Guide.

JSON Web Tokens consist of the following parts.

Object

JadeJWKSAuthProviderResponse, JadeJWTClaim, JadeJWTParser, JadeJWTValidator, JadeJsonWebKeySetReader, JadeJsonWebToken

2020.0.01 and higher