| Package | Description |
|---|---|
| org.forgerock.openam.scripting |
Common scripting-related components for use in scripted OpenAM modules (e.g., scripted authentication modules).
|
| Modifier and Type | Method and Description |
|---|---|
List<ScriptError> |
ScriptObject.validate()
Validate this script for the particular language rules and produces a list of
ScriptError instances if any validation errors occurred. |
List<ScriptError> |
StandardScriptValidator.validateScript(ScriptObject script)
Validate the given script for the particular language rules and produces a list of
ScriptError instances if any validation errors occurred. |
List<ScriptError> |
ScriptValidator.validateScript(ScriptObject script)
Validate the given script for the particular language rules and produces a list of
ScriptError instances if any validation errors occurred. |
Copyright © 2010–2024 Open Identity Platform Community. All rights reserved.