public interface CompiledScript
Modifier and Type | Method and Description |
---|---|
Object |
eval(Context context,
Bindings request,
Bindings... scopes)
Evaluated the script stored in this
CompiledScript object. |
Bindings |
prepareBindings(Context context,
Bindings request,
Bindings... scopes) |
Object eval(Context context, Bindings request, Bindings... scopes) throws ScriptException
CompiledScript
object.
context
- A context
associated with the
Request
.request
- A ScriptContext
that is used in the same way as
the ScriptContext
passed to the eval
methods of ScriptEngine
.scopes
- Additional Bindings
extending the request
with.null
if no value is returned by the script
execution.ScriptException
- if an error occurs.Copyright © 2025 Open Identity Platform Community. All rights reserved.