Uses of Interface
org.forgerock.openig.decoration.capture.KeyValueProcessor
Packages that use KeyValueProcessor
Package
Description
Capture decoration classes that prints filters and handlers input and output messages.
-
Uses of KeyValueProcessor in org.forgerock.openig.decoration.capture
Classes in org.forgerock.openig.decoration.capture that implement KeyValueProcessorModifier and TypeClassDescriptionfinal classFor every key that starts with the keyToHide, return an empty value.final classAttempt to deserialize the Object into its String representation.final classIf the key matches the expression, return a masked value otherwise return the original value.Methods in org.forgerock.openig.decoration.capture that return KeyValueProcessorModifier and TypeMethodDescriptionstatic KeyValueProcessorKeyValueProcessor.chain(KeyValueProcessor... processors) Process a chain ofKeyValueProcessorprocessors in the order they are added.Methods in org.forgerock.openig.decoration.capture with parameters of type KeyValueProcessorModifier and TypeMethodDescriptionstatic KeyValueProcessorKeyValueProcessor.chain(KeyValueProcessor... processors) Process a chain ofKeyValueProcessorprocessors in the order they are added.Constructors in org.forgerock.openig.decoration.capture with parameters of type KeyValueProcessorModifierConstructorDescriptionCaptureDecorator(String name, boolean captureEntity, boolean captureContext, int maxEntityLength, KeyValueProcessor headerProcessor, KeyValueProcessor attributeProcessor, KeyValueProcessor trailerProcessor) Builds a newcapturedecorator.