Uses of Class
org.forgerock.openig.decoration.DecorationHandle
-
Packages that use DecorationHandle 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 DecorationHandle in org.forgerock.openig.decoration
Methods in org.forgerock.openig.decoration that return DecorationHandle Modifier and Type Method Description DecorationHandle
Decorator. decorate(Object delegate, JsonValue decoratorConfig, Context context)
Decorates the provideddelegate
instance with the provideddecoratorConfig
configuration. -
Uses of DecorationHandle in org.forgerock.openig.decoration.baseuri
Methods in org.forgerock.openig.decoration.baseuri that return DecorationHandle Modifier and Type Method Description protected DecorationHandle
BaseUriDecorator. decorateFilter(Filter delegate, JsonValue decoratorConfig, Context context)
protected DecorationHandle
BaseUriDecorator. decorateHandler(Handler delegate, JsonValue decoratorConfig, Context context)
-
Uses of DecorationHandle in org.forgerock.openig.decoration.capture
Methods in org.forgerock.openig.decoration.capture that return DecorationHandle Modifier and Type Method Description protected DecorationHandle
CaptureDecorator. decorateFilter(Filter delegate, JsonValue decoratorConfig, Context context)
protected DecorationHandle
CaptureDecorator. decorateHandler(Handler delegate, JsonValue decoratorConfig, Context context)
-
Uses of DecorationHandle in org.forgerock.openig.decoration.global
Methods in org.forgerock.openig.decoration.global that return DecorationHandle 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 DecorationHandle in org.forgerock.openig.decoration.helper
Methods in org.forgerock.openig.decoration.helper that return DecorationHandle Modifier and Type Method Description DecorationHandle
AbstractHandlerAndFilterDecorator. decorate(Object delegate, JsonValue decoratorConfig, Context context)
protected abstract DecorationHandle
AbstractHandlerAndFilterDecorator. decorateFilter(Filter delegate, JsonValue decoratorConfig, Context context)
protected abstract DecorationHandle
AbstractHandlerAndFilterDecorator. decorateHandler(Handler delegate, JsonValue decoratorConfig, Context context)
-
Uses of DecorationHandle in org.forgerock.openig.decoration.timer
Methods in org.forgerock.openig.decoration.timer that return DecorationHandle Modifier and Type Method Description protected DecorationHandle
TimerDecorator. decorateFilter(Filter delegate, JsonValue decoratorConfig, Context context)
protected DecorationHandle
TimerDecorator. decorateHandler(Handler delegate, JsonValue decoratorConfig, Context context)
-