Uses of Interface
org.forgerock.openig.decoration.Context
Packages that use Context
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 an abstract decorator dedicated to Filter and Handler.
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 Context in org.forgerock.openig.decoration
Methods in org.forgerock.openig.decoration with parameters of type ContextModifier and TypeMethodDescriptionDecorates the provideddelegateinstance with the provideddecoratorConfigconfiguration. -
Uses of Context in org.forgerock.openig.decoration.baseuri
Methods in org.forgerock.openig.decoration.baseuri with parameters of type ContextModifier and TypeMethodDescription -
Uses of Context in org.forgerock.openig.decoration.capture
Methods in org.forgerock.openig.decoration.capture with parameters of type ContextModifier and TypeMethodDescription -
Uses of Context in org.forgerock.openig.decoration.global
Methods in org.forgerock.openig.decoration.global with parameters of type ContextModifier and TypeMethodDescriptionDecorate the given object instance with the previously declared set of decorations instead of the provided one. -
Uses of Context in org.forgerock.openig.decoration.helper
Methods in org.forgerock.openig.decoration.helper with parameters of type Context -
Uses of Context in org.forgerock.openig.decoration.timer
Methods in org.forgerock.openig.decoration.timer with parameters of type ContextModifier and TypeMethodDescription -
Uses of Context in org.forgerock.openig.decoration.tracing
Methods in org.forgerock.openig.decoration.tracing with parameters of type ContextModifier and TypeMethodDescription