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 classBaseUriDecoratorMethods in org.forgerock.openig.decoration.baseuri that return Decorator Modifier and Type Method Description DecoratorBaseUriDecorator.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 classCaptureDecoratorMethods in org.forgerock.openig.decoration.capture that return Decorator Modifier and Type Method Description DecoratorCaptureDecorator.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 classGlobalDecoratorA 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 classAbstractDecoratorThis class provides a logger for decorators, according to the pattern: <decoratorClassname>.<decoratorName>.<decoratedObjectName>.classAbstractHandlerAndFilterDecoratorDeprecated.in 7.1, useAbstractDecoratoras a replacement along with the class service/factory.Fields in org.forgerock.openig.decoration.helper declared as Decorator Modifier and Type Field Description protected DecoratorDecoratorHeaplet. objectThe object created by the heaplet'sDecoratorHeaplet.create()method.Methods in org.forgerock.openig.decoration.helper that return Decorator Modifier and Type Method Description abstract DecoratorDecoratorHeaplet. 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 classTimerDecoratorMethods in org.forgerock.openig.decoration.timer that return Decorator Modifier and Type Method Description DecoratorTimerDecorator.Heaplet. create()
-