Package org.forgerock.openig.script
Scripting support.
-
Interface Summary Interface Description Script Encapsulate an executable script.ScriptFactory A factory forScript
s.ScriptFactoryManager A ScriptFactoryManager is the plug-in point whereScriptFactory
implementations need to be registered in order to be available to the runtime. -
Class Summary Class Description AbstractScriptableHeapObject<V> A scriptable heap object acts as a simple wrapper around the scripting engine.AbstractScriptableHeapObject.AbstractScriptableHeaplet<V> Creates and initializes a scriptable heap object in a heap environment.DefaultScriptFactoryManager Default implementation ofScriptFactoryManager
supporting dynamic registration and un-registration ofScriptFactory
.GroovyScriptFactory Provide support for scripts written in the Groovy language.