| 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.service |
| Modifier and Type | Method and Description |
|---|---|
static SupportedScriptingLanguage |
ScriptConstants.getLanguageFromString(String languageName)
Retrieve the
SupportedScriptingLanguage instance for the given language. |
static SupportedScriptingLanguage |
SupportedScriptingLanguage.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SupportedScriptingLanguage[] |
SupportedScriptingLanguage.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
SupportedScriptingLanguage |
ScriptConfiguration.getLanguage()
Get the language in which the script is written.
|
| Modifier and Type | Method and Description |
|---|---|
ScriptConfiguration.Builder |
ScriptConfiguration.Builder.setLanguage(SupportedScriptingLanguage language)
Set the language for the
ScriptConfiguration. |
Copyright © 2010–2024 Open Identity Platform Community. All rights reserved.