Interface PermissionEvaluator
- All Known Implementing Classes:
HibernatePermissionEvaluator
public interface PermissionEvaluator
This interface exists so that the permission evaluation logic can be
overridden in other modules.
-
Method Summary
Modifier and TypeMethodDescriptionboolean[]
evaluatePermission
(List<EntityReference> entities, Node preparedCondition) Evaluate the given condition for the given entity.
-
Method Details
-
evaluatePermission
Evaluate the given condition for the given entity.
-