| Package | Description |
|---|---|
| org.forgerock.openam.scripting |
Common scripting-related components for use in scripted OpenAM modules (e.g., scripted authentication modules).
|
| Modifier and Type | Method and Description |
|---|---|
<T> T |
StandardScriptEvaluator.evaluateScript(ScriptObject script,
Bindings bindings)
Evaluates scripts immediately using the configured JSR-223 script engine manager.
|
<T> T |
ScriptEvaluator.evaluateScript(ScriptObject script,
Bindings bindings)
Evaluates the given script object using an appropriate script engine for the language of the script.
|
<T> T |
ThreadPoolScriptEvaluator.evaluateScript(ScriptObject script,
Bindings bindings)
This implementation of evaluateScript runs any provided script in its own thread.
|
List<ScriptError> |
StandardScriptValidator.validateScript(ScriptObject script)
Validate the given script for the particular language rules and produces a list of
ScriptError instances if any validation errors occurred. |
List<ScriptError> |
ScriptValidator.validateScript(ScriptObject script)
Validate the given script for the particular language rules and produces a list of
ScriptError instances if any validation errors occurred. |
Copyright © 2010–2024 Open Identity Platform Community. All rights reserved.