Uses of Class
org.forgerock.secrets.jwkset.JwkSetSecretStore
Packages that use JwkSetSecretStore
Package
Description
This package contains classes which support the FAPI API client.
This package contains classes related to Client TLS Certificates.
This package contains classes for working with JWKS (JSON Web Key Set) values,
see spec: rfc7517#section-5 .
Provides the Common Secrets API for accessing secrets of various kinds.
Secret store backend for retrieving keys from a local or remote JWK Set.
-
Uses of JwkSetSecretStore in org.forgerock.openig.fapi.apiclient
Methods in org.forgerock.openig.fapi.apiclient that return types with arguments of type JwkSetSecretStoreModifier and TypeMethodDescriptionApiClient.getJwkSetSecretStore()
Get theJwkSetSecretStore
belonging to the client.Methods in org.forgerock.openig.fapi.apiclient with parameters of type JwkSetSecretStoreModifier and TypeMethodDescriptionApiClient.ApiClientBuilder.withJwkSetSecretStore
(JwkSetSecretStore jwkSetSecretStore) Configure the JWKS with a remoteJWKSet
, using aJwkSetSecretStore
. -
Uses of JwkSetSecretStore in org.forgerock.openig.fapi.certificate
Methods in org.forgerock.openig.fapi.certificate with parameters of type JwkSetSecretStoreModifier and TypeMethodDescriptionTransportCertValidator.validate
(X509Certificate tlsClientCert, JwkSetSecretStore jwkSetSecretStore) Validate theclientCertificate
against the JWKS obtained from thejwkSetSecretStore
. -
Uses of JwkSetSecretStore in org.forgerock.openig.fapi.jwks
Methods in org.forgerock.openig.fapi.jwks that return types with arguments of type JwkSetSecretStoreModifier and TypeMethodDescriptionCachingJwkSetService.getJwkSetSecretStore
(URI jwkSetUri) Retrieves aJwkSetSecretStore
for the specified uri.JwkSetService.getJwkSetSecretStore
(URI jwkSetUri) Retrieves aJwkSetSecretStore
for the JWK Set hosted at the specified uri. -
Uses of JwkSetSecretStore in org.forgerock.openig.secrets
Methods in org.forgerock.openig.secrets that return types with arguments of type JwkSetSecretStoreModifier and TypeMethodDescriptionJwkSetSecretStoreHeaplet.jwkSetSecretStore
(URL jwkUrl, Handler handler, Clock clock) Create aJwkSetSecretStore
with default values. -
Uses of JwkSetSecretStore in org.forgerock.secrets.jwkset
Methods in org.forgerock.secrets.jwkset that return JwkSetSecretStoreModifier and TypeMethodDescription<S extends CryptoKey>
JwkSetSecretStoreJwkSetSecretStore.withPurposePredicate
(Purpose<S> purpose, Predicate<JWK> predicate)