Uses of Class
org.forgerock.openig.decoration.capture.CapturePoint
-
Packages that use CapturePoint Package Description org.forgerock.openig.decoration.capture Capture decoration classes that prints filters and handlers input and output messages. -
-
Uses of CapturePoint in org.forgerock.openig.decoration.capture
Methods in org.forgerock.openig.decoration.capture that return CapturePoint Modifier and Type Method Description static CapturePoint
CapturePoint. valueOf(String name)
Returns the enum constant of this type with the specified name.static CapturePoint[]
CapturePoint. values()
Returns an array containing the constants of this enum type, in the order they are declared.Method parameters in org.forgerock.openig.decoration.capture with type arguments of type CapturePoint Modifier and Type Method Description T
CaptureFactory. wrap(T delegate, org.forgerock.openig.decoration.capture.MessageCapture messageCapture, Set<CapturePoint> points)
Wraps the decorator to be applied to the given object.
-