Uses of Class
org.forgerock.openig.decoration.DecorationHandle
Packages that use DecorationHandle
Package
Description
Decorator API to ease heap object customization and transformation.
Contains a decorator which overrides the existing request URI, making requests relative to
a new base URI.
Capture decoration classes that prints filters and handlers input and output messages.
This package contains a special decorator that is responsible to invoke other decorators.
Contains a decorator that log time elapsed in a Filter or a Handler.
Contains decorators that can wrap filters and handlers with tracing contexts.
-
Uses of DecorationHandle in org.forgerock.openig.decoration
Methods in org.forgerock.openig.decoration that return DecorationHandleModifier and TypeMethodDescriptionDecorates the provideddelegateinstance with the provideddecoratorConfigconfiguration. -
Uses of DecorationHandle in org.forgerock.openig.decoration.baseuri
Methods in org.forgerock.openig.decoration.baseuri that return DecorationHandleModifier and TypeMethodDescription -
Uses of DecorationHandle in org.forgerock.openig.decoration.capture
Methods in org.forgerock.openig.decoration.capture that return DecorationHandleModifier and TypeMethodDescription -
Uses of DecorationHandle in org.forgerock.openig.decoration.global
Methods in org.forgerock.openig.decoration.global that return DecorationHandleModifier and TypeMethodDescriptionDecorate the given object instance with the previously declared set of decorations instead of the provided one. -
Uses of DecorationHandle in org.forgerock.openig.decoration.timer
Methods in org.forgerock.openig.decoration.timer that return DecorationHandleModifier and TypeMethodDescription -
Uses of DecorationHandle in org.forgerock.openig.decoration.tracing
Methods in org.forgerock.openig.decoration.tracing that return DecorationHandleModifier and TypeMethodDescription