Class ProjectACL

java.lang.Object
it.uniroma2.art.semanticturkey.project.ProjectACL

public class ProjectACL extends Object
This class describes the Access Control List for a given Project. It consists in:
  • a list of ProjectConsumers, together with their access permissions.
  • a "lockable" property, telling if the project associated to this ACL, can be locked for use by a ProjectConsumer, and with which modality
Author:
Manuel Fiorelli <fiorelli@info.uniroma2.it>, Armando Stellato <stellato@info.uniroma2.it>, Andrea Turbati <turbati@info.uniroma2.it>