@Version(value="1.1.0")
Interface | Description |
---|---|
Builder | |
Claims |
The
Claims interface represents JSON Web Token (JWT) payload claims and offers convenient get methods for some of the
well known JWT claims such as "iss", "exp", and "iat". |
Consumer | |
JwtToken |
The
JwtToken represents JSON Web Token (JWT) and consists of a payload which is represented by Claims and
header and signature. |
Class | Description |
---|---|
JwtBuilder |
This API is used for the creation of JSON Web Token (JWT) security tokens conforming the JWT specification as defined in:
JSON Web Token (JWT). |
JwtConsumer |
This is a class that facilitates validating and parsing JSON Web Tokens.
|
JwtHeaderInjecter |
These jax-rs client request filter APIs retrieve the JWT token from the
subject on the thread or self issue a JWT token and then adds the token to
the jax-rs client request header to propagate the JWT token.
|
Exception | Description |
---|---|
InvalidBuilderException | |
InvalidClaimException | |
InvalidConsumerException | |
InvalidTokenException | |
JwtException | |
KeyException | |
KeyStoreServiceException |