Uses of Class
org.forgerock.http.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.client
ModifierConstructorDescriptionprotected
ChfHttpClient
(Client client, HttpClientRequestFactory httpClientRequestFactory) Deprecated. -
Uses of Client in org.forgerock.json.jose.jwk
ModifierConstructorDescriptionJWKSetParser
(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
ModifierConstructorDescriptionJwksStoreService
(Client client) Constructor with a HTTP client, that will be used to connect to the JWKS_URI. -
Uses of Client in org.forgerock.oauth.resolvers
ModifierConstructorDescriptionOpenIdResolverFactory
(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.service
ModifierConstructorDescriptionOpenIdResolverServiceImpl
(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.captcha