public interface Script extends Closeable
Modifier and Type | Method and Description |
---|---|
Object |
run(Map<String,Object> bindings)
Runs this script with the provided
bindings . |
Object run(Map<String,Object> bindings) throws ScriptException
bindings
.bindings
- bindings available to the execution of the scriptScriptException
- if execution failedCopyright 2011-2017 ForgeRock AS.