Uses of Class
org.forgerock.http.Client
Packages that use Client
Package
Description
This package contains the classes and interfaces related to the implementation of the HTTP client, and its use
 in scripted modules.
Classes and interfaces for creating and manipulating JWKs.
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.
This package contains classes for a service which can be configured to
 produce OpenID Connect Resolvers.
This package contains captcha stage implementation.
- 
Uses of Client in org.forgerock.http.clientFields in org.forgerock.http.client declared as ClientConstructors in org.forgerock.http.client with parameters of type ClientModifierConstructorDescriptionprotectedChfHttpClient(Client client, HttpClientRequestFactory httpClientRequestFactory) Deprecated.
- 
Uses of Client in org.forgerock.json.jose.jwkConstructors 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.storeConstructors 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.
- 
Uses of Client in org.forgerock.oauth.resolversConstructors in org.forgerock.oauth.resolvers with parameters of type ClientModifierConstructorDescriptionOpenIdResolverFactory(Client client) For generating an OpenIDResolverFactory with the supplied client which will be used for all HTTP communication originating form this factory.OpenIdResolverFactory(Client client, BiPredicate<String, String> issuerComparator) For generating an OpenIDResolverFactory with the supplied client which will be used for all HTTP communication originating form this factory.Deprecated.Use org.forgerock.oauth.resolvers.WellKnownOpenIdConfigurationFactory# WellKnownOpenIdConfigurationFactory(org.forgerock.http.Client, java.time.Clock) insteadWellKnownOpenIdConfigurationFactory(Client client, Clock clock) Generates a factory that will use the given client when attempting to read the data form a remote location.
- 
Uses of Client in org.forgerock.oauth.resolvers.serviceConstructors in org.forgerock.oauth.resolvers.service with parameters of type ClientModifierConstructorDescriptionOpenIdResolverServiceImpl(Client client) Constructor for the OpenIdResolverServiceImpl which will use the supplied read and connection timeouts when communicating over HTTP.OpenIdResolverServiceImpl(Client client, BiPredicate<String, String> issuerComparator) Constructor for the OpenIdResolverServiceImpl which will use the supplied read and connection timeouts when communicating over HTTP.OpenIdResolverServiceImpl(Client client, BiPredicate<String, String> issuerComparator, SecretsProvider secretsProvider, Purpose<DataDecryptionKey> idTokenPurpose) Constructor for the OpenIdResolverServiceImpl which will use the supplied read and connection timeouts when communicating over HTTP.OpenIdResolverServiceImpl(Client client, SecretsProvider secretsProvider, Purpose<DataDecryptionKey> idTokenPurpose) Constructor for the OpenIdResolverServiceImpl which will use the supplied read and connection timeouts when communicating over HTTP.
- 
Uses of Client in org.forgerock.selfservice.stages.captchaConstructors in org.forgerock.selfservice.stages.captcha with parameters of type Client