Uses of Class
org.forgerock.http.Client
Packages that use Client
Package
Description
This package contains the Elasticsearch
AuditEventHandler
implementation.This package contains the audit handler implementation for Splunk.
Classes and interfaces for creating and manipulating JWKs.
This package contains classes to manage a JWKs URI.
-
Uses of Client in org.forgerock.audit.handlers.elasticsearch
Constructors in org.forgerock.audit.handlers.elasticsearch with parameters of type ClientModifierConstructorDescriptionElasticsearchAuditEventHandler
(ElasticsearchAuditEventHandlerConfiguration configuration, EventTopicsMetaData eventTopicsMetaData, Client client) Create a newElasticsearchAuditEventHandler
instance. -
Uses of Client in org.forgerock.audit.handlers.splunk
Constructors in org.forgerock.audit.handlers.splunk with parameters of type ClientModifierConstructorDescriptionSplunkAuditEventHandler
(SplunkAuditEventHandlerConfiguration configuration, EventTopicsMetaData eventTopicsMetaData, BatchPublisherFactory publisherFactory, Client client) Constructs a new Splunk audit event handler. -
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.