Interface CreatorRights<T>


  • public interface CreatorRights<T>
    • Method Detail

      • allowedToManage

        boolean allowedToManage​(T entity)
      • allowedToCreate

        boolean allowedToCreate​(T entity)