uk.ac.soton.ecs.grimoires.server.security
Class ACLEntry
java.lang.Object
uk.ac.soton.ecs.grimoires.server.security.ACLEntry
- public class ACLEntry
- extends Object
Class to represent the structure for a basic entry in the ACL file
- Author:
- vt Created 9 September 2005
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ACLEntry
public ACLEntry(String newlistName,
ArrayList newelementList,
String newmode)
getListName
public String getListName()
getMode
public String getMode()
getElementList
public ArrayList getElementList()