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.helper |
Contains an abstract decorator dedicated to Filter and Handler.
|
Constructor and Description |
---|
BaseUriDecorator(LazyReference<LogSink> reference)
Builds a new base uri decorator with the given sink reference (possibly
null ). |
Constructor and Description |
---|
CaptureDecorator(LazyReference<LogSink> reference,
boolean captureEntity,
boolean captureContext)
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,
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 2011-2015 ForgeRock AS.