Uses of Class
org.forgerock.http.Client
Packages that use Client
Package
Description
Classes and interfaces for creating and manipulating JWKs.
This package contains classes to manage a JWKs URI.
-
Uses of Client in org.forgerock.json.jose.jwk
Constructors in org.forgerock.json.jose.jwk with parameters of type ClientModifierConstructorDescriptionJWKSetParser(Client client) Alternative constructor allowing the calling class to pass in an already-configuredClient.JWKSetParser(Client client, JWKLookup jwkLookup) Alternative constructor allowing the calling class to pass in an already-configuredClient. -
Uses of Client in org.forgerock.json.jose.jwk.store
Constructors in org.forgerock.json.jose.jwk.store with parameters of type ClientModifierConstructorDescriptionJwksStoreService(Client client) Constructor with a HTTP client, that will be used to connect to the JWKS_URI.