Package org.forgerock.openig.el
Integrates with the Java Enterprise Edition Unified Expression Language API.
- 
Interface Summary Interface Description ExpressionPlugin A plugin that contributes a node to theExpressioncontext tree. - 
Class Summary Class Description Bindings Bindings represents the Expression bindings used during evaluation and assignation.Expression<T> An Unified Expression Language expression.ExpressionInstant A wrapper of theInstantplus/minus functions for use in expressions.ExpressionRequestAsyncFunction<V> This is an implementation of theAsyncFunctionbased on the evaluation of anExpression.Expressions Utility class for evaluating expression in some collections.Functions Methods exposed for EL usage.LeftValueExpression<T> ALeftValueExpressionis a specializedExpressionto which we can assign a value. - 
Exception Summary Exception Description ExpressionException An exception that is thrown during expression operations.