| Interface | Description |
|---|---|
| Validator<T> |
A generic validator, has a method to validate the object and add messages to a
Errors.Collector. |
| Class | Description |
|---|---|
| Jwt |
JWT token.
|
| Jwt.Builder |
Builder of a
Jwt. |
| Jwt.ExpirationValidator |
Validator of expiration claim.
|
| Jwt.FieldValidator |
Validator of a string field obtained from a JWT.
|
| Jwt.IssueTimeValidator |
Validator of issue time claim.
|
| Jwt.NotBeforeValidator |
Validator of not before claim.
|
| JwtUtil |
Utilities for JWT and JWK parsing.
|
| JwtUtil.Address |
Address class representing the JSON object for address.
|
| SignedJwt |
The JWT used to transfer content across network - e.g.
|
| Exception | Description |
|---|---|
| JwtException |
A RuntimeException for the JWT and JWK world.
|
Standards used:
Copyright © 2018, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.