Package | Description |
---|---|
org.forgerock.script | |
org.forgerock.script.engine | |
org.forgerock.script.groovy | |
org.forgerock.script.javascript | |
org.forgerock.script.registry |
Modifier and Type | Method and Description |
---|---|
ScriptEngine |
ScriptRegistry.getEngineByName(String shortName)
Looks up and creates a
ScriptEngine for a given name. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractScriptEngine
A NAME does ...
|
Modifier and Type | Method and Description |
---|---|
ScriptEngine |
ScriptEngineFactory.getScriptEngine(Map<String,Object> configuration,
Collection<SourceContainer> sourceContainers,
ClassLoader registryLevelClassLoader)
Returns an instance of the
ScriptEngine associated with this
ScriptEngineFactory . |
Modifier and Type | Class and Description |
---|---|
class |
GroovyScriptEngineImpl
A NAME does ...
|
Modifier and Type | Method and Description |
---|---|
ScriptEngine |
GroovyScriptEngineFactory.getScriptEngine(Map<String,Object> configuration,
Collection<SourceContainer> sourceContainers,
ClassLoader registryLevelClassLoader) |
Modifier and Type | Class and Description |
---|---|
class |
RhinoScriptEngine
A NAME does ...
|
Modifier and Type | Method and Description |
---|---|
ScriptEngine |
RhinoScriptEngineFactory.getScriptEngine(Map<String,Object> configuration,
Collection<SourceContainer> sourceContainers,
ClassLoader registryLevelClassLoader) |
Modifier and Type | Method and Description |
---|---|
ScriptEngine |
ScriptRegistryImpl.getEngineByName(String shortName) |
Copyright © 2025 Open Identity Platform Community. All rights reserved.