Uses of Class
org.forgerock.openig.el.ExpressionException
Packages that use ExpressionException
Package
Description
Integrates with the Java Enterprise Edition Unified Expression Language API.
Filters the requests and/or responses of HTTP.
-
Uses of ExpressionException in org.forgerock.openig.el
Methods in org.forgerock.openig.el that throw ExpressionExceptionModifier and TypeMethodDescriptionstatic Object
Compile to expression an Object that may contain some String that needs to be evaluated.static Object
Compile to expression an Object that may contain some String that needs to be evaluated.static Expression<Object>
Convert a String to a compiled expression.static Expression<Object>
Convert a String to a compiled expression.Compile as expressions what can be compiled in a list.Compile as expressions what can be compiled in a list.Compile a map that may contain some values that needs to be transformed as expression.Compile a map that may contain some values that needs to be transformed as expression.static <T> Expression<T>
Factory method to create an Expression.static <T> Expression<T>
Factory method to create an Expression.static <T> LeftValueExpression<T>
Factory method to create a LeftValueExpression.Constructors in org.forgerock.openig.el that throw ExpressionExceptionModifierConstructorDescriptionprotected
Expression
(String expression, Class<T> expectedType, Bindings initialBindings) Constructs an expression for later evaluation. -
Uses of ExpressionException in org.forgerock.openig.filter
Constructors in org.forgerock.openig.filter that throw ExpressionExceptionModifierConstructorDescriptionJwtBuilderFilter
(Object template, JwtFactory jwtFactory) Creates a newJwtBuilderFilter
which will create a JWT based on the given JSON template and place it into the context JwtBuilderContext.