Package org.forgerock.openig.script
Interface Script
- All Superinterfaces:
AutoCloseable
,Closeable
Encapsulate an executable script.
-
Method Summary
-
Method Details
-
run
Runs this script with the providedbindings
.- Parameters:
bindings
- bindings available to the execution of the script- Returns:
- the result of the script's execution
- Throws:
ScriptException
- if execution failed
-