Package | Description |
---|---|
org.forgerock.openig.audit.decoration |
Contains the audit decorator and related filter/handler interceptors.
|
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 started and elapsed messages when
entering/exiting a Filter or a Handler.
|
Modifier and Type | Class and Description |
---|---|
class |
AuditDecorator
|
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,
org.forgerock.json.fluent.JsonValue config,
String... reservedFieldNames)
Builds a new GlobalDecorator using given decorators JSON object element.
|
Modifier and Type | Class and Description |
---|---|
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 © 2014 ForgeRock AS. All rights reserved.