Uses of Interface
org.forgerock.openig.decoration.Decorator
Packages that use Decorator
Package
Description
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.
This package contains a special decorator that is responsible to invoke other decorators.
Contains an abstract decorator dedicated to Filter and Handler.
Contains a decorator that log time elapsed in a Filter or a Handler.
-
Uses of Decorator in org.forgerock.openig.decoration.baseuri
Classes in org.forgerock.openig.decoration.baseuri that implement DecoratorModifier and TypeClassDescriptionclass
Methods in org.forgerock.openig.decoration.baseuri that return Decorator -
Uses of Decorator in org.forgerock.openig.decoration.capture
Classes in org.forgerock.openig.decoration.capture that implement DecoratorModifier and TypeClassDescriptionclass
Methods in org.forgerock.openig.decoration.capture that return Decorator -
Uses of Decorator in org.forgerock.openig.decoration.global
Classes in org.forgerock.openig.decoration.global that implement DecoratorModifier and TypeClassDescriptionclass
A GlobalDecorator stores decorators configuration in order to re-apply them when requested to decorate a given heap object instance.Constructors in org.forgerock.openig.decoration.global with parameters of type DecoratorModifierConstructorDescriptionGlobalDecorator
(Decorator parent, JsonValue config, Heap heap, String... reservedFieldNames) Builds a new GlobalDecorator using given decorators JSON object element. -
Uses of Decorator in org.forgerock.openig.decoration.helper
Classes in org.forgerock.openig.decoration.helper that implement DecoratorModifier and TypeClassDescriptionclass
This class provides a logger for decorators, according to the pattern: <decoratorClassname>.<decoratorName>.<decoratedObjectName>.class
Deprecated.Fields in org.forgerock.openig.decoration.helper declared as DecoratorModifier and TypeFieldDescriptionprotected Decorator
DecoratorHeaplet.object
The object created by the heaplet'sDecoratorHeaplet.create()
method.Methods in org.forgerock.openig.decoration.helper that return Decorator -
Uses of Decorator in org.forgerock.openig.decoration.timer
Classes in org.forgerock.openig.decoration.timer that implement DecoratorModifier and TypeClassDescriptionclass
Methods in org.forgerock.openig.decoration.timer that return Decorator
AbstractDecorator
as a replacement along with the class service/factory.