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.
-
Uses of Context in org.forgerock.openig.decoration
Methods in org.forgerock.openig.decoration with parameters of type ContextModifier and TypeMethodDescriptionDecorates the provideddelegate
instance with the provideddecoratorConfig
configuration. -
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 ContextModifier and TypeMethodDescriptionfinal DecorationHandle
AbstractHandlerAndFilterDecorator.decorate
(Object delegate, JsonValue decoratorConfig, Context context) Deprecated.protected abstract DecorationHandle
AbstractHandlerAndFilterDecorator.decorateFilter
(Filter delegate, JsonValue decoratorConfig, Context context) Deprecated.protected abstract DecorationHandle
AbstractHandlerAndFilterDecorator.decorateHandler
(Handler delegate, JsonValue decoratorConfig, Context context) Deprecated.protected org.slf4j.Logger
Builds a logger based on the pattern <decoratorClassname>.<decoratorName>.<decoratedObjectName>. -
Uses of Context in org.forgerock.openig.decoration.timer
Methods in org.forgerock.openig.decoration.timer with parameters of type ContextModifier and TypeMethodDescription