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 Type
    Method
    Description
    boolean[]
    evaluatePermission(List<EntityReference> entities, Node preparedCondition)
    Evaluate the given condition for the given entity.
  • Method Details

    • evaluatePermission

      boolean[] evaluatePermission(List<EntityReference> entities, Node preparedCondition)
      Evaluate the given condition for the given entity.