| Package | Description |
|---|---|
| com.ibm.itim.script |
Contains the basic script extensions provided by ITIM.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ScriptEvaluationRetryException
Represents an exception thrown from the script interpreter due to Directory
Server communication error.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
ScriptContextDAO.addContextItem(java.lang.Object obj)
Add a context item into the scripting environment.
|
java.lang.Object |
GlobalFunction.call(java.lang.Object[] parameters)
This method will be called when the global function is called from a
script.
|
java.lang.Object |
ScriptEvaluator.evaluate(java.lang.String expr)
Evaluates an expression.
|
java.lang.Object |
ScriptEvaluator.evaluate(java.lang.String expr,
java.lang.String lang)
This method is for testing to call a specific scripting engine; Host
components should call evaluate(String) instead.
|
void |
ScriptEvaluator.execute(java.lang.Object script)
Execute the script object.
|
java.lang.Object |
ScriptContextDAO.updateContextItem(java.lang.String name,
java.lang.Object obj)
Update or set a current context item.
|
IBM Security Identity Manager 6.0.0
© Copyright International Business Machines Corporation 2007, 2012. All rights reserved. US Government Users Restricited Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.