| 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 |
|---|---|
ScriptConstants.ScriptErrorCode |
ScriptException.getScriptErrorCode()
Get the
ScriptErrorCode that describes this error. |
static ScriptConstants.ScriptErrorCode |
ScriptConstants.ScriptErrorCode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ScriptConstants.ScriptErrorCode[] |
ScriptConstants.ScriptErrorCode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static ScriptException |
ScriptException.createAndLogDebug(org.slf4j.Logger logger,
ScriptConstants.ScriptErrorCode errorCode,
String... arguments)
Convenience method that will log the message represented by the error code and
construct a new
ScriptException. |
static ScriptException |
ScriptException.createAndLogDebug(org.slf4j.Logger logger,
ScriptConstants.ScriptErrorCode errorCode,
Throwable cause,
String... arguments)
Convenience method that will log the message represented by the error code and
construct a new
ScriptException. |
static ScriptException |
ScriptException.createAndLogError(org.slf4j.Logger logger,
ScriptConstants.ScriptErrorCode errorCode,
String... arguments)
Convenience method that will log the message represented by the error code and
construct a new
ScriptException. |
static ScriptException |
ScriptException.createAndLogError(org.slf4j.Logger logger,
ScriptConstants.ScriptErrorCode errorCode,
Throwable cause,
String... arguments)
Convenience method that will log the message represented by the error code and
construct a new
ScriptException. |
| Constructor and Description |
|---|
ScriptException(ScriptConstants.ScriptErrorCode errorCode,
String... arguments)
Construct a
ScriptException. |
ScriptException(ScriptConstants.ScriptErrorCode errorCode,
Throwable cause,
String... arguments)
Construct a
ScriptException. |
Copyright © 2010–2024 Open Identity Platform Community. All rights reserved.