Uses of Class
org.forgerock.http.Client
-
Packages that use Client Package Description org.forgerock.audit.handlers.elasticsearch This package contains the ElasticsearchAuditEventHandlerimplementation.org.forgerock.audit.handlers.splunk This package contains the audit handler implementation for Splunk.org.forgerock.json.jose.jwk Classes and interfaces for creating and manipulating JWKs.org.forgerock.json.jose.jwk.store 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 Client Constructor Description ElasticsearchAuditEventHandler(ElasticsearchAuditEventHandlerConfiguration configuration, EventTopicsMetaData eventTopicsMetaData, Client client)Create a newElasticsearchAuditEventHandlerinstance. -
Uses of Client in org.forgerock.audit.handlers.splunk
Constructors in org.forgerock.audit.handlers.splunk with parameters of type Client Constructor Description SplunkAuditEventHandler(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 Client Constructor Description JWKSetParser(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 Client Constructor Description JwksStoreService(Client client)Constructor with a HTTP client, that will be used to connect to the JWKS_URI.
-