Package org.forgerock.openig.script
Scripting support.
-
Interface Summary Interface Description Script Encapsulate an executable script.ScriptFactory A factory forScripts.ScriptFactoryManager A ScriptFactoryManager is the plug-in point whereScriptFactoryimplementations 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 ofScriptFactoryManagersupporting dynamic registration and un-registration ofScriptFactory.GroovyScriptFactory Provide support for scripts written in the Groovy language.