Class GroovySandboxScriptEngineImpl
java.lang.Object
javax.script.AbstractScriptEngine
org.codehaus.groovy.jsr223.GroovyScriptEngineImpl
org.apache.syncope.core.spring.implementation.GroovySandboxScriptEngineImpl
- All Implemented Interfaces:
Compilable,Invocable,ScriptEngine
public class GroovySandboxScriptEngineImpl
extends org.codehaus.groovy.jsr223.GroovyScriptEngineImpl
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final org.jenkinsci.plugins.scriptsecurity.sandbox.blacklists.BlacklistFields inherited from class javax.script.AbstractScriptEngine
contextFields inherited from interface javax.script.ScriptEngine
ARGV, ENGINE, ENGINE_VERSION, FILENAME, LANGUAGE, LANGUAGE_VERSION, NAME -
Constructor Summary
ConstructorsConstructorDescriptionGroovySandboxScriptEngineImpl(org.jenkinsci.plugins.scriptsecurity.sandbox.blacklists.Blacklist blackList) -
Method Summary
Modifier and TypeMethodDescriptioneval(Reader reader, ScriptContext ctx) eval(String script, ScriptContext ctx) protected ObjectsandboxEval(ThrowingSupplier<Object> eval) Methods inherited from class org.codehaus.groovy.jsr223.GroovyScriptEngineImpl
compile, compile, createBindings, getClassLoader, getFactory, getInterface, getInterface, invokeFunction, invokeMethod, setClassLoaderMethods inherited from class javax.script.AbstractScriptEngine
eval, eval, eval, eval, get, getBindings, getContext, getScriptContext, put, setBindings, setContext
-
Field Details
-
blackList
protected final org.jenkinsci.plugins.scriptsecurity.sandbox.blacklists.Blacklist blackList
-
-
Constructor Details
-
GroovySandboxScriptEngineImpl
public GroovySandboxScriptEngineImpl(org.jenkinsci.plugins.scriptsecurity.sandbox.blacklists.Blacklist blackList)
-
-
Method Details
-
sandboxEval
-
eval
- Specified by:
evalin interfaceScriptEngine- Overrides:
evalin classorg.codehaus.groovy.jsr223.GroovyScriptEngineImpl- Throws:
ScriptException
-
eval
- Specified by:
evalin interfaceScriptEngine- Overrides:
evalin classorg.codehaus.groovy.jsr223.GroovyScriptEngineImpl- Throws:
ScriptException
-