Uses of Package
org.forgerock.util
-
Packages that use org.forgerock.util Package Description org.forgerock.http Models and manages elements of the Hypertext Transfer Protocol.org.forgerock.http.decoder Decodes HTTP entities that are compressed or encoded.org.forgerock.http.handler CoreHandler
implementations.org.forgerock.http.io Provides stream buffering, branching, and storage functions.org.forgerock.http.oauth2 This package provides APIs for OAuth 2.0 services implementations.org.forgerock.http.oauth2.resolver This package defines OpenAM specific logic needed to retrieve anAccessTokenInfo
.org.forgerock.http.protocol Models and manages elements of the Hypertext Transfer Protocol.org.forgerock.http.routing Provides routing functionality for HTTP requests.org.forgerock.http.spi HTTP service provider API.org.forgerock.http.util Miscellaneous utility classes.org.forgerock.json Provides an API for the traversal and manipulation of JSON object model structures in Java.org.forgerock.json.jose.jwe.handlers.encryption Encryption Handler classes for each possible encryption algorithm.org.forgerock.json.jose.jwk.store This package contains classes to manage a JWKs URI.org.forgerock.json.jose.jws.handlers Signing Handler classes for each possible signing algorithm.org.forgerock.json.resource Classes and interfaces for core types including connections, request handlers, resources, and their exceptions.org.forgerock.json.resource.http JSON resource Commons HTTP Framework integration.org.forgerock.openig.decoration.baseuri Contains a decorator which overrides the existing request URI, making requests relative to a new base URI.org.forgerock.openig.decoration.capture Capture decoration classes that prints filters and handlers input and output messages.org.forgerock.openig.decoration.timer Contains a decorator that log time elapsed in a Filter or a Handler.org.forgerock.openig.el Integrates with the Java Enterprise Edition Unified Expression Language API.org.forgerock.openig.el.plugins Plugins that provide expression context.org.forgerock.openig.filter Filters the requests and/or responses of HTTP.org.forgerock.openig.filter.oauth2 This package contains the OAuth2 Token validation filter that acts as an OAuth 2 Resource Server.org.forgerock.openig.filter.oauth2.client OAuth 2.0 Client filter implementation.org.forgerock.openig.filter.oauth2.client.authentication Collection of heaplets supporting OAuth2 client authentication Filters.org.forgerock.openig.filter.oauth2.cnf JWT confirmation key support for access tokens.org.forgerock.openig.filter.throttling This package contains the components used to implement a throttling rate support.org.forgerock.openig.handler Handles HTTP requests by generating responses.org.forgerock.openig.handler.resources Contains components and APIs used to serve static resources.org.forgerock.openig.heap Manages collections or "heaps" of associated objects, initialized from declarative configuration artifacts.org.forgerock.openig.http Integrates with the ForgeRock HTTP Framework.org.forgerock.openig.ldap Facilitates access to the OpenDJ LDAP SDK from within scripts.org.forgerock.openig.openam Integration classes specifically for ForgeRock Access Management.org.forgerock.openig.proxy Contains proxy related heaplets.org.forgerock.openig.resolver Performs object resolution for dynamic expression and script integration.org.forgerock.openig.secrets Provides the Common Secrets API for accessing secrets of various kinds.org.forgerock.openig.tools Common tools used in policy service.org.forgerock.openig.tools.authentication.chf HTTP-based authentication service.org.forgerock.openig.tools.jwt.validation This package contains classes used to perform JWT validation.org.forgerock.openig.util Miscellaneous utility classes.org.forgerock.openig.websocket WebSocket proxy support.org.forgerock.secrets Provides a unified API for accessing secrets of various kinds.org.forgerock.secrets.jwkset Secret store backend for retrieving keys from a local or remote JWK Set.org.forgerock.secrets.keystore Implementations ofSecretStore
for accessing keys stored in Java KeyStores, such as PKCS#11 Hardware Security Modules (HSMs) and PKCS#12 file-based encrypted key stores.org.forgerock.secrets.propertyresolver Provides aSecretStore
implementation that loads secrets from a Common ConfigurationPropertyResolver
and then decodes it with aSecretPropertyFormat
.org.forgerock.services.routing This package provides a simple framework for implementing routers.org.forgerock.util Provides common interfaces and classes.org.forgerock.util.promise An implementation of thePromise
API in Java. -
Classes in org.forgerock.util used by org.forgerock.http Class Description Factory A factory interface. -
Classes in org.forgerock.util used by org.forgerock.http.decoder Class Description Indexed Interface of an object that can be indexed with a unique key. -
Classes in org.forgerock.util used by org.forgerock.http.handler Class Description Factory A factory interface.Option A configuration option whose value can be stored in a set ofOptions
.Options A set of options which can be used for customizing the behavior of HTTP clients and servers. -
Classes in org.forgerock.util used by org.forgerock.http.io Class Description Factory A factory interface. -
Classes in org.forgerock.util used by org.forgerock.http.oauth2 Class Description Supplier ASupplier
functional interface which can throw a checked Exception. -
Classes in org.forgerock.util used by org.forgerock.http.oauth2.resolver Class Description PerItemEvictionStrategyCache PerItemEvictionStrategyCache is a thread-safe write-through cache.Supplier ASupplier
functional interface which can throw a checked Exception. -
Classes in org.forgerock.util used by org.forgerock.http.protocol Class Description AsyncFunction An asynchronousFunction
which returns a result at some point in the future.Function A synchronous function which returns a result immediately.LazySupplier ASupplier
that lazily computes a value the first time it is accessed and then caches the result to return on subsequent requests.MapDecorator Wraps another map. -
Classes in org.forgerock.util used by org.forgerock.http.routing Class Description Pair Ordered pair of arbitrary objects. -
Classes in org.forgerock.util used by org.forgerock.http.spi Class Description Options A set of options which can be used for customizing the behavior of HTTP clients and servers. -
Classes in org.forgerock.util used by org.forgerock.http.util Class Description MapDecorator Wraps another map. -
Classes in org.forgerock.util used by org.forgerock.json Class Description AsyncFunction An asynchronousFunction
which returns a result at some point in the future.Function A synchronous function which returns a result immediately. -
Classes in org.forgerock.util used by org.forgerock.json.jose.jwe.handlers.encryption Class Description Option A configuration option whose value can be stored in a set ofOptions
.Options A set of options which can be used for customizing the behavior of HTTP clients and servers. -
Classes in org.forgerock.util used by org.forgerock.json.jose.jwk.store Class Description Pair Ordered pair of arbitrary objects. -
Classes in org.forgerock.util used by org.forgerock.json.jose.jws.handlers Class Description SignatureUtil Utility class for signing and verifying signatures. -
Classes in org.forgerock.util used by org.forgerock.json.resource Class Description Function A synchronous function which returns a result immediately.Pair Ordered pair of arbitrary objects. -
Classes in org.forgerock.util used by org.forgerock.json.resource.http Class Description Factory A factory interface. -
Classes in org.forgerock.util used by org.forgerock.openig.decoration.baseuri Class Description Indexed Interface of an object that can be indexed with a unique key. -
Classes in org.forgerock.util used by org.forgerock.openig.decoration.capture Class Description Indexed Interface of an object that can be indexed with a unique key. -
Classes in org.forgerock.util used by org.forgerock.openig.decoration.timer Class Description Indexed Interface of an object that can be indexed with a unique key. -
Classes in org.forgerock.util used by org.forgerock.openig.el Class Description AsyncFunction An asynchronousFunction
which returns a result at some point in the future.Indexed Interface of an object that can be indexed with a unique key. -
Classes in org.forgerock.util used by org.forgerock.openig.el.plugins Class Description Indexed Interface of an object that can be indexed with a unique key. -
Classes in org.forgerock.util used by org.forgerock.openig.filter Class Description AsyncFunction An asynchronousFunction
which returns a result at some point in the future. -
Classes in org.forgerock.util used by org.forgerock.openig.filter.oauth2 Class Description Function A synchronous function which returns a result immediately.Supplier ASupplier
functional interface which can throw a checked Exception. -
Classes in org.forgerock.util used by org.forgerock.openig.filter.oauth2.client Class Description PerItemEvictionStrategyCache PerItemEvictionStrategyCache is a thread-safe write-through cache. -
Classes in org.forgerock.util used by org.forgerock.openig.filter.oauth2.client.authentication Class Description Function A synchronous function which returns a result immediately. -
Classes in org.forgerock.util used by org.forgerock.openig.filter.oauth2.cnf Class Description Supplier ASupplier
functional interface which can throw a checked Exception. -
Classes in org.forgerock.util used by org.forgerock.openig.filter.throttling Class Description AsyncFunction An asynchronousFunction
which returns a result at some point in the future. -
Classes in org.forgerock.util used by org.forgerock.openig.handler Class Description Options A set of options which can be used for customizing the behavior of HTTP clients and servers. -
Classes in org.forgerock.util used by org.forgerock.openig.handler.resources Class Description Factory A factory interface. -
Classes in org.forgerock.util used by org.forgerock.openig.heap Class Description Function A synchronous function which returns a result immediately. -
Classes in org.forgerock.util used by org.forgerock.openig.http Class Description Factory A factory interface. -
Classes in org.forgerock.util used by org.forgerock.openig.ldap Class Description Option A configuration option whose value can be stored in a set ofOptions
.Options A set of options which can be used for customizing the behavior of HTTP clients and servers. -
Classes in org.forgerock.util used by org.forgerock.openig.openam Class Description AsyncFunction An asynchronousFunction
which returns a result at some point in the future. -
Classes in org.forgerock.util used by org.forgerock.openig.proxy Class Description Options A set of options which can be used for customizing the behavior of HTTP clients and servers. -
Classes in org.forgerock.util used by org.forgerock.openig.resolver Class Description Indexed Interface of an object that can be indexed with a unique key. -
Classes in org.forgerock.util used by org.forgerock.openig.secrets Class Description Function A synchronous function which returns a result immediately.Options A set of options which can be used for customizing the behavior of HTTP clients and servers. -
Classes in org.forgerock.util used by org.forgerock.openig.tools Class Description Options A set of options which can be used for customizing the behavior of HTTP clients and servers. -
Classes in org.forgerock.util used by org.forgerock.openig.tools.authentication.chf Class Description AsyncFunction An asynchronousFunction
which returns a result at some point in the future. -
Classes in org.forgerock.util used by org.forgerock.openig.tools.jwt.validation Class Description Function A synchronous function which returns a result immediately. -
Classes in org.forgerock.util used by org.forgerock.openig.util Class Description AsyncFunction An asynchronousFunction
which returns a result at some point in the future.Function A synchronous function which returns a result immediately. -
Classes in org.forgerock.util used by org.forgerock.openig.websocket Class Description Options A set of options which can be used for customizing the behavior of HTTP clients and servers. -
Classes in org.forgerock.util used by org.forgerock.secrets Class Description Function A synchronous function which returns a result immediately.Option A configuration option whose value can be stored in a set ofOptions
.Options A set of options which can be used for customizing the behavior of HTTP clients and servers. -
Classes in org.forgerock.util used by org.forgerock.secrets.jwkset Class Description Options A set of options which can be used for customizing the behavior of HTTP clients and servers. -
Classes in org.forgerock.util used by org.forgerock.secrets.keystore Class Description Function A synchronous function which returns a result immediately.Options A set of options which can be used for customizing the behavior of HTTP clients and servers. -
Classes in org.forgerock.util used by org.forgerock.secrets.propertyresolver Class Description DirectoryWatcher High-level interface to theWatchService
API for detecting filesystem change events. -
Classes in org.forgerock.util used by org.forgerock.services.routing Class Description Pair Ordered pair of arbitrary objects. -
Classes in org.forgerock.util used by org.forgerock.util Class Description AsyncFunction An asynchronousFunction
which returns a result at some point in the future.BiFunction ABiFunction
functional interface which can throw a checked Exception.Consumer AConsumer
functional interface which can throw a checked Exception.DirectoryWatcher.ChangeListener A change listener for a single directory that can be used to register notification callbacks and to cancel observing this directory.Factory A factory interface.Function A synchronous function which returns a result immediately.Indexed Interface of an object that can be indexed with a unique key.LazySupplier ASupplier
that lazily computes a value the first time it is accessed and then caches the result to return on subsequent requests.Option A configuration option whose value can be stored in a set ofOptions
.Options A set of options which can be used for customizing the behavior of HTTP clients and servers.Pair Ordered pair of arbitrary objects.Predicate APredicate
functional interface which can thrown a checked Exception.SignatureUtil Utility class for signing and verifying signatures.Supplier ASupplier
functional interface which can throw a checked Exception. -
Classes in org.forgerock.util used by org.forgerock.util.promise Class Description AsyncFunction An asynchronousFunction
which returns a result at some point in the future.Function A synchronous function which returns a result immediately.Supplier ASupplier
functional interface which can throw a checked Exception.