Uses of Class
org.forgerock.json.jose.jwk.store.JwksStore
Packages that use JwksStore
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.
-
Uses of JwksStore in org.forgerock.json.jose.jwk.store
Methods in org.forgerock.json.jose.jwk.store that return JwksStoreModifier and TypeMethodDescriptionJwksStoreService.configureJwksStore(String uid, Duration cacheTimeout, Duration cacheMissCacheTime, URL jwkUrl) Deprecated.JwksStoreService.configureJwksStore(String uid, Duration cacheTimeout, Duration cacheMissCacheTime, URL jwkUrl, Clock clock) Deprecated.JwksStoreService.getJwksStore(String uid) Returns the appropriate JWKs store.Methods in org.forgerock.json.jose.jwk.store that return types with arguments of type JwksStoreModifier and TypeMethodDescriptionJwksStoreService.configureJwksStoreAsync(String uid, Duration cacheTimeout, Duration cacheMissCacheTime, URL jwkUrl, Clock clock) Configure a JWKs store.static Promise<JwksStore,FailedToLoadJWKException> JwksStore.newJwksStore(Duration cacheTimeout, Duration cacheMissCacheTime, URL jwkUrl, JWKSetParser jwkSetParser, Clock clock) Create a new JWKs store asynchronously. -
Uses of JwksStore in org.forgerock.oauth.resolvers
Constructors in org.forgerock.oauth.resolvers with parameters of type JwksStoreModifierConstructorDescriptionJWKOpenIdResolverImpl(String issuer, JwksStore jwksStore) Constructs a JWKOpenIdResolverImpl.JWKOpenIdResolverImpl(BiPredicate<String, String> issuerComparator, String issuer, JwksStore jwksStore) Constructs a JWKOpenIdResolverImpl. -
Uses of JwksStore in org.forgerock.secrets.jwkset
Constructors in org.forgerock.secrets.jwkset with parameters of type JwksStoreModifierConstructorDescriptionJwkSetSecretStore(JwksStore jwksStore) Creates a secret store from aJwksStore.JwkSetSecretStore(JwksStore jwksStore, Options options) Creates a secret store from aJwksStore.
JwksStoreService.configureJwksStore(String, Duration, Duration, URL, Clock)with an explicit clock.