|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--jsdsi.Obj
|
+--jsdsi.Acl
An access control list (ACL) that restricts access to an object on the local system. The ACL contains a set of ACL entries that specify which principals may access the object and how.
AclEntry| Constructor Summary | |
Acl(AclEntry[] e)
|
|
| Method Summary | |
boolean |
equals(java.lang.Object o)
|
AclEntry[] |
getEntries()
|
int |
hashCode()
|
(package private) static Acl |
parseAcl(SexpList l)
|
SexpList |
toSexp()
|
| Methods inherited from class jsdsi.Obj |
parseObj, parseObj, toByteArray, toString |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public Acl(AclEntry[] e)
| Method Detail |
public AclEntry[] getEntries()
public boolean equals(java.lang.Object o)
equals in class Objpublic int hashCode()
hashCode in class Objpublic SexpList toSexp()
toSexp in class Obj
static Acl parseAcl(SexpList l)
throws SexpParseException
SexpParseException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||