Package org.forgerock.openig.script
package org.forgerock.openig.script
Scripting support.
-
ClassDescriptionA scriptable heap object acts as a simple wrapper around the scripting engine.Creates and initializes a scriptable heap object in a heap environment.Base
TypeDefinitionProvider
for any scriptable components.Default implementation ofScriptFactoryManager
supporting dynamic registration and un-registration ofScriptFactory
.Provide support for scripts written in the Groovy language.Encapsulate an executable script.A factory forScript
s.A ScriptFactoryManager is the plug-in point whereScriptFactory
implementations need to be registered in order to be available to the runtime.