| Package | Description |
|---|---|
| org.forgerock.script.groovy | |
| org.forgerock.script.scope |
| Modifier and Type | Method and Description |
|---|---|
Parameter |
GroovyScript.InnerMapFactory.getParameter() |
Parameter |
GroovyScript.InnerListFactory.getParameter() |
| Constructor and Description |
|---|
FunctionClosure(Object owner,
Parameter parameter,
Function<?> function) |
InnerListFactory(List<Object> source,
Parameter parameter) |
InnerMapFactory(Map<String,Object> source,
Parameter parameter) |
| Modifier and Type | Class and Description |
|---|---|
class |
OperationParameter
OperationParameter holds the Context associated with the request that invoked a script.
|
| Modifier and Type | Method and Description |
|---|---|
abstract Parameter |
AbstractFactory.getParameter() |
| Modifier and Type | Method and Description |
|---|---|
R |
Function.call(Parameter scope,
Function<?> callback,
Object... arguments)
Computes a result, or throws an exception if unable to do so.
|
Copyright © 2025 Open Identity Platform Community. All rights reserved.