Uses of Package
org.forgerock.openig.decoration
-
Packages that use org.forgerock.openig.decoration 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. -
Classes in org.forgerock.openig.decoration used by org.forgerock.openig.decoration Class Description Context A decorationContext
is a way to provide the decorator(s) all of the available information about the instance to decorate.DecorationHandle A DecorationHandle is handle to get the decorated object and being able to notify the decoration to stop. -
Classes in org.forgerock.openig.decoration used by org.forgerock.openig.decoration.baseuri Class Description Context A decorationContext
is a way to provide the decorator(s) all of the available information about the instance to decorate.DecorationHandle A DecorationHandle is handle to get the decorated object and being able to notify the decoration to stop.Decorator A Decorator is responsible for decorating existing object's instances. -
Classes in org.forgerock.openig.decoration used by org.forgerock.openig.decoration.capture Class Description Context A decorationContext
is a way to provide the decorator(s) all of the available information about the instance to decorate.DecorationHandle A DecorationHandle is handle to get the decorated object and being able to notify the decoration to stop.Decorator A Decorator is responsible for decorating existing object's instances. -
Classes in org.forgerock.openig.decoration used by org.forgerock.openig.decoration.global Class Description Context A decorationContext
is a way to provide the decorator(s) all of the available information about the instance to decorate.DecorationHandle A DecorationHandle is handle to get the decorated object and being able to notify the decoration to stop.Decorator A Decorator is responsible for decorating existing object's instances. -
Classes in org.forgerock.openig.decoration used by org.forgerock.openig.decoration.helper Class Description Context A decorationContext
is a way to provide the decorator(s) all of the available information about the instance to decorate.DecorationHandle A DecorationHandle is handle to get the decorated object and being able to notify the decoration to stop.Decorator A Decorator is responsible for decorating existing object's instances. -
Classes in org.forgerock.openig.decoration used by org.forgerock.openig.decoration.timer Class Description Context A decorationContext
is a way to provide the decorator(s) all of the available information about the instance to decorate.DecorationHandle A DecorationHandle is handle to get the decorated object and being able to notify the decoration to stop.Decorator A Decorator is responsible for decorating existing object's instances.