Uses of Interface
org.forgerock.openig.decoration.Context
-
Packages that use Context Package Description org.forgerock.openig.decoration Decorator API to ease heap object customization and transformation.org.forgerock.openig.decoration.baseuri Contains a decorator which overrides the existing request URI, making requests relative to a new base URI.org.forgerock.openig.decoration.capture Capture decoration classes that prints filters and handlers input and output messages.org.forgerock.openig.decoration.global This package contains a special decorator that is responsible to invoke other decorators.org.forgerock.openig.decoration.helper Contains an abstract decorator dedicated to Filter and Handler.org.forgerock.openig.decoration.timer 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 Context Modifier and Type Method Description DecorationHandle
Decorator. decorate(Object delegate, JsonValue decoratorConfig, Context context)
Decorates 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 Context Modifier and Type Method Description DecorationHandle
BaseUriDecorator. decorate(Object delegate, JsonValue decoratorConfig, Context context)
-
Uses of Context in org.forgerock.openig.decoration.capture
Methods in org.forgerock.openig.decoration.capture with parameters of type Context Modifier and Type Method Description DecorationHandle
CaptureDecorator. decorate(Object delegate, JsonValue decoratorConfig, Context context)
-
Uses of Context in org.forgerock.openig.decoration.global
Methods in org.forgerock.openig.decoration.global with parameters of type Context Modifier and Type Method Description DecorationHandle
GlobalDecorator. decorate(Object delegate, JsonValue ignored, Context context)
Decorate 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 Modifier and Type Method Description 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
AbstractDecorator. getLogger(Context context)
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 Context Modifier and Type Method Description DecorationHandle
TimerDecorator. decorate(Object delegate, JsonValue decoratorConfig, Context context)
-