| 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 | |
| org.forgerock.openam.scripting.rest.batch | |
| org.forgerock.openam.scripting.service | |
| org.forgerock.openam.scripting.timeouts |
Classes associated with ensuring timeouts perform for all supported script types.
|
| Class and Description |
|---|
| ScriptConstants.GlobalScript
Predefined global script configuration IDs.
|
| ScriptConstants.ScriptContext
The context in which a script will be used.
|
| ScriptConstants.ScriptErrorCode
Error messages are stored in the scripting.properties file to facilitate translation.
|
| ScriptEngineConfiguration
Holds the current configuration options for script engine execution.
|
| ScriptEngineConfiguration.Builder
Builder pattern for constructing immutable script configuration instances using a fluent API.
|
| ScriptError
Holds information about validation errors found in a script.
|
| ScriptEvaluator
Common component for evaluating scripts in one of the supported scripting languages.
|
| ScriptException
General script exception that allows for localised messages.
|
| ScriptingLanguage
Pluggable interface for adding support for particular scripting languages.
|
| ScriptObject
Representation of a script in some scripting language.
|
| ScriptValidator
Common component for Validating scripts in one of the supported scripting languages.
|
| StandardScriptEngineManager
A singleton implementation of the
ScriptEngineManager, this is augmented to support
a publish/subscribe (observer) pattern for propagating configuration changes to individual language implementations
and other listeners. |
| StandardScriptEngineManager.ConfigurationListener
Observer pattern interface for listening to changes in the script engine configuration.
|
| SupportedScriptingLanguage
Standard scripting languages supported by OpenAM.
|
| Class and Description |
|---|
| ScriptException
General script exception that allows for localised messages.
|
| ScriptValidator
Common component for Validating scripts in one of the supported scripting languages.
|
| Class and Description |
|---|
| ScriptEvaluator
Common component for evaluating scripts in one of the supported scripting languages.
|
| ScriptException
General script exception that allows for localised messages.
|
| Class and Description |
|---|
| ScriptConstants.ScriptContext
The context in which a script will be used.
|
| ScriptException
General script exception that allows for localised messages.
|
| SupportedScriptingLanguage
Standard scripting languages supported by OpenAM.
|
| Class and Description |
|---|
| StandardScriptEngineManager
A singleton implementation of the
ScriptEngineManager, this is augmented to support
a publish/subscribe (observer) pattern for propagating configuration changes to individual language implementations
and other listeners. |
Copyright © 2010–2024 Open Identity Platform Community. All rights reserved.