| 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 |
|---|---|
ScriptConstants.ScriptContext |
ScriptConstants.GlobalScript.getContext()
Get the
ScriptConstants.ScriptContext of the global script. |
static ScriptConstants.ScriptContext |
ScriptConstants.getContextFromString(String context)
Retrieve the
ScriptContext instance for the given context. |
static ScriptConstants.ScriptContext |
ScriptConstants.ScriptContext.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ScriptConstants.ScriptContext[] |
ScriptConstants.ScriptContext.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
ScriptEngineConfigurator.updateConfig(ScriptConstants.ScriptContext context)
Propagates script global configuration to the script engine manager.
|
| Modifier and Type | Method and Description |
|---|---|
ScriptConstants.ScriptContext |
ScriptConfiguration.getContext()
Get the context in which the script will be used.
|
| Modifier and Type | Method and Description |
|---|---|
ScriptConfiguration.Builder |
ScriptConfiguration.Builder.setContext(ScriptConstants.ScriptContext context)
Set the context for the
ScriptConfiguration. |
Copyright © 2010–2024 Open Identity Platform Community. All rights reserved.