Uses of Interface
org.forgerock.util.Indexed
-
Packages that use Indexed Package Description org.forgerock.http.decoder Decodes HTTP entities that are compressed or encoded.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.resolver Performs object resolution for dynamic expression and script integration.org.forgerock.util Provides common interfaces and classes. -
-
Uses of Indexed in org.forgerock.http.decoder
Subinterfaces of Indexed in org.forgerock.http.decoder Modifier and Type Interface Description interface
Decoder
Decodes an HTTP message entity input stream.interface
FlowableDecoder
Decodes an HTTP message entity flow. -
Uses of Indexed in org.forgerock.openig.decoration.baseuri
Subinterfaces of Indexed in org.forgerock.openig.decoration.baseuri Modifier and Type Interface Description interface
BaseUriFactory<T>
A factory for theBaseUriDecorator
. -
Uses of Indexed in org.forgerock.openig.decoration.capture
Subinterfaces of Indexed in org.forgerock.openig.decoration.capture Modifier and Type Interface Description interface
CaptureFactory<T>
A factory for theCaptureDecorator
. -
Uses of Indexed in org.forgerock.openig.decoration.timer
Subinterfaces of Indexed in org.forgerock.openig.decoration.timer Modifier and Type Interface Description interface
TimerFactory<T>
A factory for theTimerDecorator
. -
Uses of Indexed in org.forgerock.openig.el
Subinterfaces of Indexed in org.forgerock.openig.el Modifier and Type Interface Description interface
ExpressionPlugin
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 Indexed Modifier and Type Class Description class
EnvironmentVariablesPlugin
An ELContext node plugin that provides read-only access to environment variables.class
SystemPropertiesPlugin
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.resolver Modifier and Type Interface Description interface
Resolver
Exposes an object's elements for access through dynamic expressions and scripts.Classes in org.forgerock.openig.resolver that implement Indexed Modifier and Type Class Description class
ArrayResolver
Resolves native arrays of objects.class
BeanResolver
Resolves Java Beans objects.class
HeadersResolver
ResolvesHeaders
objects.class
HeapResolver
ResolvesHeap
objects.class
ListResolver
ResolvesList
objects.class
MapResolver
ResolvesMap
objects.class
PrincipalResolver
ResolvesPrincipal
objects.class
RequestResolver
ResolvesRequest
objects. -
Uses of Indexed in org.forgerock.util
Methods in org.forgerock.util with type parameters of type Indexed Modifier and Type Method Description static <K,V extends Indexed<K>>
Map<K,V>Loader. loadMap(Class<V> serviceType)
Loads services of a particular type into a map.static <K,V extends Indexed<K>>
Map<K,V>Loader. loadMap(Class<V> serviceType, ClassLoader classLoader)
Loads services of a particular type into a map.
-