Uses of Interface
org.forgerock.openig.decoration.Decorator
-
Packages that use Decorator Package Description 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.global This package contains a special decorator that is responsible to invoke other decorators.org.forgerock.openig.decoration.helper Contains an abstract decorator dedicated to Filter and Handler.org.forgerock.openig.decoration.timer 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 Decorator Modifier and Type Class Description class
BaseUriDecorator
Methods in org.forgerock.openig.decoration.baseuri that return Decorator Modifier and Type Method Description Decorator
BaseUriDecorator.Heaplet. create()
-
Uses of Decorator in org.forgerock.openig.decoration.capture
Classes in org.forgerock.openig.decoration.capture that implement Decorator Modifier and Type Class Description class
CaptureDecorator
Methods in org.forgerock.openig.decoration.capture that return Decorator Modifier and Type Method Description Decorator
CaptureDecorator.Heaplet. create()
-
Uses of Decorator in org.forgerock.openig.decoration.global
Classes in org.forgerock.openig.decoration.global that implement Decorator Modifier and Type Class Description class
GlobalDecorator
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 Decorator Constructor Description GlobalDecorator(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 Decorator Modifier and Type Class Description class
AbstractDecorator
This class provides a logger for decorators, according to the pattern: <decoratorClassname>.<decoratorName>.<decoratedObjectName>.class
AbstractHandlerAndFilterDecorator
Deprecated.in 7.1, useAbstractDecorator
as a replacement along with the class service/factory.Fields in org.forgerock.openig.decoration.helper declared as Decorator Modifier and Type Field Description protected Decorator
DecoratorHeaplet. object
The object created by the heaplet'sDecoratorHeaplet.create()
method.Methods in org.forgerock.openig.decoration.helper that return Decorator Modifier and Type Method Description abstract Decorator
DecoratorHeaplet. create()
Called to request the heaplet create an object. -
Uses of Decorator in org.forgerock.openig.decoration.timer
Classes in org.forgerock.openig.decoration.timer that implement Decorator Modifier and Type Class Description class
TimerDecorator
Methods in org.forgerock.openig.decoration.timer that return Decorator Modifier and Type Method Description Decorator
TimerDecorator.Heaplet. create()
-