| Package | Description |
|---|---|
| org.forgerock.script | |
| org.forgerock.script.engine | |
| org.forgerock.script.registry |
| Modifier and Type | Method and Description |
|---|---|
ScriptEntry |
ScriptEvent.getScriptLibraryEntry()
Returns a reference to the script that had a change occur in its
lifecycle.
|
ScriptEntry |
ScriptRegistry.takeScript(JsonValue script)
Takes a
ScriptEntry from this ScriptRegistry. |
ScriptEntry |
ScriptRegistry.takeScript(ScriptName name)
Takes a
ScriptEntry from this ScriptRegistry. |
| Modifier and Type | Method and Description |
|---|---|
static Object |
Utils.evaluateScript(Context context,
org.apache.commons.lang3.tuple.Pair<JsonPointer,ScriptEntry> scriptPair)
Executes the given script with the appropriate context information.
|
| Modifier and Type | Method and Description |
|---|---|
ScriptEntry |
ScriptRegistryImpl.takeScript(JsonValue script) |
ScriptEntry |
ScriptRegistryImpl.takeScript(ScriptName name) |
ScriptEntry |
ScriptRegistryImpl.takeScript(String name) |
Copyright © 2025 Open Identity Platform Community. All rights reserved.