| Interface | Description |
|---|---|
| JwkProvider |
Provider of Jwk
|
| Class | Description |
|---|---|
| GuavaCachedJwkProvider |
Jwk provider that caches previously obtained Jwk in memory using a Google Guava cache
|
| Jwk |
Represents a JSON Web Key (JWK) used to verify the signature of JWTs
|
| JwkProviderBuilder |
JwkProvider builder
|
| RateLimitedJwkProvider |
Jwk provider that limits the amount of Jwks to deliver in a given rate.
|
| UrlJwkProvider |
Jwk provider that loads them from a
URL |
| Exception | Description |
|---|---|
| InvalidPublicKeyException | |
| JwkException | |
| RateLimitReachedException | |
| SigningKeyNotFoundException |