See: Description
| Interface | Description |
|---|---|
| JwksCache |
Designates a class which caches a Json Web Key Set which may typically be fetched from a remote authorization server.
|
| JwkSetFetcher<T> |
Fetch a Json Web Key Set by a given url.
|
| JwksSignatureConfiguration |
JSON Web Key Set Configuration.
|
| JwkValidator |
Validates a JWT signature with a JSON Web Key (JWK).
|
| StaticJwksSignatureConfiguration |
Configuration JSON Web Key Sets defined as static resources.
|
| Class | Description |
|---|---|
| DefaultJwkSetFetcher |
Default implementation of
JwkSetFetcher for JWKSet. |
| DefaultJwkSetFetcher.Optimizations |
AOT Optimizations.
|
| DefaultJwkValidator |
Default implementation of
JwkValidator which uses a JSON Web Signature (JWS) verifier. |
| JWKSetJwksSignature |
SignatureConfiguration backed by a JWKSet. |
| JwksSignature |
Signature configuration which enables verification of remote JSON Web Key Set.
|
| JwksSignatureConfigurationProperties |
JSON Web Key Set (JWKS) Signature Configuration properties holder.
|
| JwksSignatureUtils |
Utility class to verify signatures with a
JWKSet. |
| StaticJwksSignature |
Creates a
SignatureConfiguration per bean of type StaticJwksSignatureConfiguration. |
| StaticJwksSignatureConfigurationProperties |
Creates a bean of type
StaticJwksSignatureConfiguration per `micronaut.security.token.jwt.signatures.jwks-static.*`. |