Uses of Package
org.forgerock.util
-
Packages that use org.forgerock.util Package Description org.forgerock.am.cts org.forgerock.am.cts.api org.forgerock.am.saml2.api This package contains the SAML2 SSO APIs.org.forgerock.am.saml2.impl This package contains the implementation of the SAML2 client APIs.org.forgerock.api.models ForgeRock API Descriptor models.org.forgerock.config.resolvers This package contains the common config property resolvers.org.forgerock.config.util Contains utility classes for commons config.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.oauth.clients.facebook Forgerock Facebook Client Implementation.org.forgerock.oauth.clients.oauth2 OAuth 2.0 ForgeRock Client Implementation.org.forgerock.oauth.clients.oidc OpenID Connect ForgeRock Client Implementation.org.forgerock.openam.ldap This package contains utility methods to ease/unify development when using the OpenDJ LDAP SDK.org.forgerock.openam.secrets The AM supporting classes for centrally configuring secrets.org.forgerock.opendj.discovery Contains the Service Discovery Mechanisms and APIs.org.forgerock.opendj.io Classes and interfaces providing I/O functionality.org.forgerock.opendj.io.rx Classes and interfaces providing Reactive Streams I/O transports.org.forgerock.opendj.ldap Classes and interfaces for core types including connections, entries, and attributes.org.forgerock.opendj.ldap.schema Classes and interfaces for constructing and querying LDAP schemas.org.forgerock.opendj.ldif Classes and interfaces for reading and writing LDIF.org.forgerock.opendj.security An LDAP based security provider having the name "OpenDJ" and exposing an LDAP/LDIF basedKeyStore
service.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.am.cts 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.am.cts.api 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.am.saml2.api 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.am.saml2.impl 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.api.models Class Description Function A synchronous function which returns a result immediately. -
Classes in org.forgerock.util used by org.forgerock.config.resolvers Class Description DirectoryWatcher High-level interface to theWatchService
API for detecting filesystem change events. -
Classes in org.forgerock.util used by org.forgerock.config.util Class Description BiFunction ABiFunction
functional interface which can throw a checked Exception. -
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.oauth.clients.facebook 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.oauth.clients.oauth2 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.oauth.clients.oidc Class Description Function A synchronous function which returns a result immediately. -
Classes in org.forgerock.util used by org.forgerock.openam.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.openam.secrets Class Description DirectoryWatcher High-level interface to theWatchService
API for detecting filesystem change events.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.opendj.discovery 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.opendj.io 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.opendj.io.rx 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.opendj.ldap Class Description Action AnRunnable
functional interface which can throw a checked Exception.AsyncFunction An asynchronousFunction
which returns a result at some point in the future.Consumer AConsumer
functional interface which can throw a checked Exception.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.opendj.ldap.schema Class Description Function A synchronous function which returns a result immediately.Option A configuration option whose value can be stored in a set ofOptions
. -
Classes in org.forgerock.util used by org.forgerock.opendj.ldif 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.opendj.security 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.Pair Ordered pair of arbitrary objects. -
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.