Package org.forgerock.openig.decoration.capture
Capture decoration classes that prints filters and handlers input and output messages.
- See Also:
CaptureDecorator
-
Interface Summary Interface Description CaptureFactory<T> A factory for theCaptureDecorator
.KeyValueProcessor For a given key/value pair, return the processed value as an Optional. -
Class Summary Class Description CaptureDecorator CaptureDecorator.Heaplet Creates and initializes a CaptureDecorator in a heap environment.HideKeyValueProcessor For every key that starts with the keyToHide, return an empty value.KeyValueProcessor.Value Class representing a value to be processed.ObjectMapperKeyValueProcessor Attempt to deserialize the Object into its String representation.PatternKeyValueProcessor If the key matches the expression, return a masked value otherwise return the original value. -
Enum Summary Enum Description CapturePoint Specify where the message capture takes place.