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.
Contains decorators that can wrap filters and handlers with tracing contexts.
-
Uses of Decorator in org.forgerock.openig.decoration.baseuri
Classes in org.forgerock.openig.decoration.baseuri that implement DecoratorModifier and TypeClassDescriptionclassMethods 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 TypeClassDescriptionclassMethods 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 TypeClassDescriptionclassA GlobalDecorator stores decorators configuration in order to re-apply them when requested to decorate a given heap object instance.classA Decorator which does nothing but act as if it had decorated the object. -
Uses of Decorator in org.forgerock.openig.decoration.helper
Classes in org.forgerock.openig.decoration.helper that implement DecoratorModifier and TypeClassDescriptionclassThis class provides a logger for decorators, according to the pattern: <decoratorClassname>.<decoratorName>.<decoratedObjectName>.Fields in org.forgerock.openig.decoration.helper declared as DecoratorModifier and TypeFieldDescriptionprotected DecoratorDecoratorHeaplet.objectThe 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 TypeClassDescriptionclassMethods in org.forgerock.openig.decoration.timer that return Decorator -
Uses of Decorator in org.forgerock.openig.decoration.tracing
Classes in org.forgerock.openig.decoration.tracing that implement DecoratorModifier and TypeClassDescriptionclassMethods in org.forgerock.openig.decoration.tracing that return Decorator