| Package | Description |
|---|---|
| org.forgerock.openam.scripting |
Common scripting-related components for use in scripted OpenAM modules (e.g., scripted authentication modules).
|
| Modifier and Type | Class and Description |
|---|---|
class |
SupportedScriptingLanguage
Standard scripting languages supported by OpenAM.
|
| Modifier and Type | Method and Description |
|---|---|
ScriptingLanguage |
ScriptObject.getLanguage()
The language that the script is written in.
|
| Constructor and Description |
|---|
ScriptObject(String name,
String script,
ScriptingLanguage language)
Constructs a script object with the given name, script body and language.
|
ScriptObject(String name,
String script,
ScriptingLanguage language,
Bindings bindings)
Constructs a script object with the given name, script body, language and variable bindings.
|
Copyright © 2010–2024 Open Identity Platform Community. All rights reserved.