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.
|
JwksSignatureConfiguration |
JSON Web Key Set Configuration.
|
JwkValidator |
Validates a JWT signature with a JSON Web Key (JWK).
|
Class | Description |
---|---|
DefaultJwkValidator |
Default implementation of
JwkValidator which uses a JSON Web Signature (JWS) verifier. |
JwksSignature |
Signature configuration which enables verification of remote JSON Web Key Set.
|
JwksSignatureConfigurationProperties |
JSON Web Key Set (JWKS) Signature Configuration properties holder.
|