| Package | Description |
|---|---|
| org.forgerock.openam.scripting |
Common scripting-related components for use in scripted OpenAM modules (e.g., scripted authentication modules).
|
| org.forgerock.openam.scripting.rest.batch |
| Modifier and Type | Class and Description |
|---|---|
class |
StandardScriptEvaluator
Evaluates scripts using the standard JSR 223 script engine framework.
|
class |
ThreadPoolScriptEvaluator
Evaluates scripts in a configured thread pool so that they can be interrupted after a timeout has occurred.
|
| Constructor and Description |
|---|
ThreadPoolScriptEvaluator(StandardScriptEngineManager scriptEngineManager,
ExecutorService threadPool,
ScriptEvaluator delegate)
Constructs a script evaluator that uses a configurable thread pool to execute scripts, delegating actual script
execution to another script evaluator.
|
| Constructor and Description |
|---|
BatchResource(ScriptEvaluator scriptEvaluator,
ScriptingServiceFactory scriptingServiceFactory,
Debug debug,
ExceptionMappingHandler<ScriptException,org.forgerock.json.resource.ResourceException> exceptionMappingHandler,
Requester requester) |
Copyright © 2010–2024 Open Identity Platform Community. All rights reserved.