Interface PermissionMatrixEvaluationService

All Known Implementing Classes:
PermissionMatrixEvaluationServiceImpl

public interface PermissionMatrixEvaluationService
  • Method Details

    • createCondition

      Node createCondition(EntityModel target, String nodePermission, Principal principal)
      Parameters:
      target - entity that should be checked
      nodePermission - which Node_permission to check (for example 'read')
      principal - the principal
      Returns:
      a condition for all currently accessible entities (according to the Node_right matrix)