Uses of Package
org.forgerock.json.jose.jwk.store
Packages that use org.forgerock.json.jose.jwk.store
Package
Description
This package contains classes to manage a JWKs URI.
This package contains classes to generate Open ID Resolvers, which can
validate a supplied JWS against an Open ID Connect provider.
Secret store backend for retrieving keys from a local or remote JWK Set.
-
Classes in org.forgerock.json.jose.jwk.store used by org.forgerock.json.jose.jwk.storeClassDescriptionStore JWKs into a jwkSet from a JWKs_URI and refresh the jwkSet when necessary.
-
Classes in org.forgerock.json.jose.jwk.store used by org.forgerock.oauth.resolversClassDescriptionStore JWKs into a jwkSet from a JWKs_URI and refresh the jwkSet when necessary.Manage the jwks store, to avoid having more than one jwks store for the same JWKs_URI unnecessary.
-
Classes in org.forgerock.json.jose.jwk.store used by org.forgerock.secrets.jwksetClassDescriptionStore JWKs into a jwkSet from a JWKs_URI and refresh the jwkSet when necessary.