Class GroovyValueFilter

java.lang.Object
org.kohsuke.groovy.sandbox.GroovyInterceptor
org.kohsuke.groovy.sandbox.GroovyValueFilter

public class GroovyValueFilter extends GroovyInterceptor
GroovyInterceptor that looks at individual values that are coming into/out of a call, without regard to any context.

One of the common strategies for filtering is to ensure that the sandboxed script don't acquire a reference to objects that they are not supposed to. This implementation works as a convenient base class for such interceptor by providing a smaller number of methods that can be overridden.

Author:
Kohsuke Kawaguchi