Uses of Class
org.forgerock.json.jose.jwk.JWKSet
Packages that use JWKSet
Package
Description
Classes and interfaces for creating and manipulating JWKs.
This package contains classes to manage a JWKs URI.
This package contains classes which support the FAPI API client.
This package contains classes related to the OAuth2.0 Dynamic Client Registration (DCR) protocol.
Secret store backend for retrieving keys from a local or remote JWK Set.
-
Uses of JWKSet in org.forgerock.json.jose.jwk
Methods in org.forgerock.json.jose.jwk that return JWKSetModifier and TypeMethodDescriptionDeprecated.static JWKSet
Parses a JWKSet object from a string json object.static JWKSet
Parses a JWKSet object from a jsonValue object.Methods in org.forgerock.json.jose.jwk that return types with arguments of type JWKSetModifier and TypeMethodDescriptionJWKSetParser.jwkSetAsync
(URL url) Provides a JWK set as indicated by the JWKSet's URL.Methods in org.forgerock.json.jose.jwk with parameters of type JWKSetModifier and TypeMethodDescriptionJWKSetParser.jwkSetToMap
(JWKSet jwkSet) Converts a supplied JWKSet into a map of key:values, where the keys are the keyIds and the values are verification keys. -
Uses of JWKSet in org.forgerock.json.jose.jwk.store
Methods in org.forgerock.json.jose.jwk.store that return types with arguments of type JWKSetModifier and TypeMethodDescriptionJwksStore.getLastLoadedJwkSet()
Returns the last successfully loaded JWK Set together with the time at which it was last fetched.JwksStore.getLatestJwkSet()
Returns the latest non expired successfully loaded JWK Set. -
Uses of JWKSet in org.forgerock.openig.fapi.apiclient
Methods in org.forgerock.openig.fapi.apiclient with parameters of type JWKSetModifier and TypeMethodDescriptionApiClient.ApiClientBuilder.withEmbeddedJwksSupplier
(JWKSet jwkSet) Configure the JWKS with an embeddedJWKSet
. -
Uses of JWKSet in org.forgerock.openig.fapi.dcr
Methods in org.forgerock.openig.fapi.dcr that return types with arguments of type JWKSetMethod parameters in org.forgerock.openig.fapi.dcr with type arguments of type JWKSetModifier and TypeMethodDescriptionSoftwareStatement.Builder.jwksLocator
(Choice<URI, JWKSet> jwksLocator) Set the JWKSet locator. -
Uses of JWKSet in org.forgerock.secrets.jwkset
Constructors in org.forgerock.secrets.jwkset with parameters of type JWKSetModifierConstructorDescriptionJwkSetSecretStore
(JWKSet jwkSet, Options options) Creates a secret store directly from the given JWK Set.
JWKSetParser.jwkSetAsync(URL)
instead.