Class AbstractScriptEngine

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

public abstract class AbstractScriptEngine extends Object implements ScriptEngine, Compilable
Enough boiler plate to allow us to implement a ScriptEngine sufficient for our own use.