Uses of Interface
org.forgerock.util.Indexed
Packages that use Indexed
Package
Description
Decodes HTTP entities that are compressed or encoded.
Contains a decorator which overrides the existing request URI, making requests relative to
a new base URI.
Capture decoration classes that prints filters and handlers input and output messages.
Contains a decorator that log time elapsed in a Filter or a Handler.
Contains decorators that can wrap filters and handlers with tracing contexts.
Integrates with the Java Enterprise Edition Unified Expression Language API.
Plugins that provide expression context.
Performs object resolution for dynamic expression and script integration.
Provides common interfaces and classes.
-
Uses of Indexed in org.forgerock.http.decoder
Subinterfaces of Indexed in org.forgerock.http.decoderModifier and TypeInterfaceDescriptioninterface
Decodes an HTTP message entity input stream.interface
Decodes an HTTP message entity flow. -
Uses of Indexed in org.forgerock.openig.decoration.baseuri
Subinterfaces of Indexed in org.forgerock.openig.decoration.baseuri -
Uses of Indexed in org.forgerock.openig.decoration.capture
Subinterfaces of Indexed in org.forgerock.openig.decoration.capture -
Uses of Indexed in org.forgerock.openig.decoration.timer
Subinterfaces of Indexed in org.forgerock.openig.decoration.timer -
Uses of Indexed in org.forgerock.openig.decoration.tracing
Subinterfaces of Indexed in org.forgerock.openig.decoration.tracingClasses in org.forgerock.openig.decoration.tracing that implement IndexedModifier and TypeClassDescriptionstatic class
A factory for wrapping anAuditService
.static class
A factory for wrapping aFilter
.static class
A factory for wrapping aHandler
. -
Uses of Indexed in org.forgerock.openig.el
Subinterfaces of Indexed in org.forgerock.openig.elModifier and TypeInterfaceDescriptioninterface
A plugin that contributes a node to theExpression
context tree. -
Uses of Indexed in org.forgerock.openig.el.plugins
Classes in org.forgerock.openig.el.plugins that implement IndexedModifier and TypeClassDescriptionclass
An ELContext node plugin that provides read-only access to environment variables.class
An ELContext node plugin that provides read-only access to system properties. -
Uses of Indexed in org.forgerock.openig.resolver
Subinterfaces of Indexed in org.forgerock.openig.resolverModifier and TypeInterfaceDescriptioninterface
Exposes an object's elements for access through dynamic expressions and scripts.Classes in org.forgerock.openig.resolver that implement Indexed -
Uses of Indexed in org.forgerock.util
Methods in org.forgerock.util with type parameters of type IndexedModifier and TypeMethodDescriptionLoads services of a particular type into a map.Loader.loadMap
(Class<V> serviceType, ClassLoader classLoader) Loads services of a particular type into a map.