Class JexlTools
java.lang.Object
org.apache.syncope.core.provisioning.api.jexl.JexlTools
JEXL reference is available.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final JexlEngineprotected final JxltEngineprotected static final Logger -
Constructor Summary
ConstructorsConstructorDescriptionJexlTools(JexlEngine jexlEngine) JexlTools(JexlEngine jexlEngine, JxltEngine jxltEngine) -
Method Summary
Modifier and TypeMethodDescriptionevaluateExpression(String expression, JexlContext jexlContext) booleanevaluateMandatoryCondition(String mandatoryCondition, Attributable attributable, DerAttrHandler derAttrHandler) evaluateTemplate(String template, JexlContext jexlContext) booleanisExpressionValid(String expression)
-
Field Details
-
LOG
-
jexlEngine
-
jxltEngine
-
-
Constructor Details
-
JexlTools
-
JexlTools
-
-
Method Details
-
isExpressionValid
-
evaluateExpression
-
evaluateTemplate
-
evaluateMandatoryCondition
public boolean evaluateMandatoryCondition(String mandatoryCondition, Attributable attributable, DerAttrHandler derAttrHandler)
-