uk.ac.soton.ecs.grimoires.server.security
Class ACLEntry

java.lang.Object
  extended byuk.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

Constructor Summary
ACLEntry(String newlistName, ArrayList newelementList, String newmode)
           
 
Method Summary
 ArrayList getElementList()
           
 String getListName()
           
 String getMode()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ACLEntry

public ACLEntry(String newlistName,
                ArrayList newelementList,
                String newmode)
Method Detail

getListName

public String getListName()

getMode

public String getMode()

getElementList

public ArrayList getElementList()