Package | Description |
---|---|
org.forgerock.openig.decoration.capture |
Capture decoration classes that prints filters and handlers input and output messages..
|
org.forgerock.openig.decoration.helper |
Contains an abstract decorator dedicated to Filter and Handler.
|
Constructor and Description |
---|
CaptureDecorator(LazyReference<LogSink> reference,
boolean captureEntity,
boolean captureExchange)
Builds a new
capture decorator with the given sink reference (possibly null )
printing (or not) the entity content. |
Modifier and Type | Method and Description |
---|---|
static <R> LazyReference<R> |
LazyReference.newReference(Heap heap,
org.forgerock.json.fluent.JsonValue reference,
Class<R> type,
boolean optional)
Builds a LazyReference dedicated to resolve the given (optional or not)
reference of type type
from the given heap . |
Copyright © 2014 ForgeRock AS. All rights reserved.