| Package | Description |
|---|---|
| org.kohsuke.groovy.sandbox | |
| org.kohsuke.groovy.sandbox.impl |
| Modifier and Type | Class and Description |
|---|---|
class |
GroovyValueFilter
GroovyInterceptor that looks at individual values that are coming into/out of a call,
without regard to any context. |
| Modifier and Type | Method and Description |
|---|---|
static List<GroovyInterceptor> |
GroovyInterceptor.getApplicableInterceptors() |
| Modifier and Type | Class and Description |
|---|---|
class |
RejectEverythingInterceptor
An interceptor used by
GroovyInterceptor.Invoker to reject any sandbox-transformed code that is executed when
getApplicableInterceptors() is empty, under the assumption that there is no legitimate
reason to run sandbox-transformed code outside of the sandbox. |
Copyright © 2004–2022. All rights reserved.