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.
|
Modifier and Type | Class and Description |
---|---|
class |
BaseUriDecorator
|
Modifier and Type | Method and Description |
---|---|
Decorator |
BaseUriDecorator.Heaplet.create() |
Modifier and Type | Class and Description |
---|---|
class |
CaptureDecorator
|
Modifier and Type | Method and Description |
---|---|
Decorator |
CaptureDecorator.Heaplet.create() |
Modifier and Type | Class and Description |
---|---|
class |
GlobalDecorator
A GlobalDecorator stores decorators configuration in order to re-apply them when requested
to decorate a given heap object instance.
|
Constructor and Description |
---|
GlobalDecorator(Decorator parent,
JsonValue config,
String... reservedFieldNames)
Builds a new GlobalDecorator using given decorators JSON object element.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractDecorator
This class provides a logger for decorators, according to the pattern:
<decoratorClassname>.<decoratorName>.<decoratedObjectName>.
|
class |
AbstractHandlerAndFilterDecorator
|
Modifier and Type | Field and Description |
---|---|
protected Decorator |
DecoratorHeaplet.object
The object created by the heaplet's
DecoratorHeaplet.create() method. |
Modifier and Type | Method and Description |
---|---|
abstract Decorator |
DecoratorHeaplet.create()
Called to request the heaplet create an object.
|
Modifier and Type | Class and Description |
---|---|
class |
TimerDecorator
|
Modifier and Type | Method and Description |
---|---|
Decorator |
TimerDecorator.Heaplet.create() |
Copyright 2011-2017 ForgeRock AS.