| java.lang.Object acl_data.ACList
ACList | public class ACList (Code) | | This class represents access control list (ACL).
|
ACList | ACList(ACLFileReader r, short num) throws IOException(Code) | | Constructs ACL object.
Parameters: r - reader for permissions file. Parameters: num - path to ACIF. throws: IOException - if I/O error occurs. |
getACEntries | public Vector getACEntries()(Code) | | Returns the list of ACEs.
the list of ACEs. |
getACIFRec | public TLV getACIFRec()(Code) | | Returns ACIF record
acifRec |
getNum | short getNum()(Code) | | Returns the num value
the num value |
|
|