Package | Description |
---|---|
org.forgerock.openig.audit |
[ Deprecated ] Contains the audit framework APIs.
|
org.forgerock.openig.el |
Integrates with the Java Enterprise Edition Unified Expression Language API.
|
org.forgerock.openig.script |
Scripting support.
|
Constructor and Description |
---|
AuditEvent(AuditSource source,
long timestamp,
Bindings bindings,
Collection<String> tags)
Deprecated.
Builds a new AuditEvent with provided values.
|
Modifier and Type | Method and Description |
---|---|
Bindings |
Bindings.bind(Bindings source)
Binds all the bindings already bound from
source . |
Bindings |
Bindings.bind(String name,
Object value)
Binds a new
value to the given name . |
static Bindings |
Bindings.bindings()
Returns an empty
Bindings instance (mutable). |
static Bindings |
Bindings.bindings(Context context,
Request request)
|
static Bindings |
Bindings.bindings(Context context,
Request request,
Response response)
|
static Bindings |
Bindings.bindings(String name,
Object value)
|
Modifier and Type | Method and Description |
---|---|
Bindings |
Bindings.bind(Bindings source)
Binds all the bindings already bound from
source . |
T |
Expression.eval(Bindings bindings)
Evaluates the expression within the specified bindings and returns the resulting object if it matches the
specified type, or
null if it does not resolve or match. |
static List<Object> |
Expressions.evaluate(List<Object> list,
Bindings bindings)
Evaluate a list that may contain some String that needs to be evaluated.
|
static Map<String,Object> |
Expressions.evaluate(Map<String,Object> map,
Bindings bindings)
Evaluate a map that may contain some values that needs to be evaluated.
|
static Object |
Expressions.evaluate(Object value,
Bindings bindings)
Evaluate an Object that may contain some String that needs to be evaluated.
|
static Object |
Expressions.evaluate(String value,
Bindings bindings)
Evaluate a String.
|
void |
Expression.set(Bindings bindings,
Object value)
Sets the result of an evaluated expression to a specified value.
|
Modifier and Type | Method and Description |
---|---|
protected Promise<Response,NeverThrowsException> |
AbstractScriptableHeapObject.runScript(Bindings bindings,
Handler next,
Context context)
Runs the compiled script using the provided bindings and optional
forwarding handler.
|
Copyright 2011-2015 ForgeRock AS.