Class ELGroupComputerHelper
- java.lang.Object
-
- org.nuxeo.ecm.platform.shibboleth.computedgroups.ELGroupComputerHelper
-
public class ELGroupComputerHelper extends Object
Helper to provide an easy way to execute the expression language defined in a Shibb Group doc- Author:
- Arnaud Kervern
-
-
Field Summary
Fields Modifier and Type Field Description protected static ExpressionContext
ec
protected static ExpressionEvaluator
ee
-
Constructor Summary
Constructors Constructor Description ELGroupComputerHelper()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static boolean
isUserInGroup(DocumentModel user, String el)
static boolean
isValidEL(String el)
-
-
-
Field Detail
-
ec
protected static final ExpressionContext ec
-
ee
protected static final ExpressionEvaluator ee
-
-
Method Detail
-
isUserInGroup
public static boolean isUserInGroup(DocumentModel user, String el)
-
isValidEL
public static boolean isValidEL(String el)
-
-