Class RhinoEngine

java.lang.Object
net.shibboleth.idp.plugin.scripting.AbstractScriptEngine
net.shibboleth.idp.plugin.scripting.rhino.RhinoEngine
All Implemented Interfaces:
Compilable, ScriptEngine

public class RhinoEngine extends AbstractScriptEngine implements ScriptEngine, Compilable
A subset of ScriptEngine implemented using Mozilla rhino with enough function that EvaluableScript can work with it. NOTE that this does not (currently) implement Compilable.