|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectjsdsi.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,
Serialized Form| Field Summary |
| Fields inherited from class jsdsi.Obj |
_obj |
| Constructor Summary | |
Acl(AclEntry[] e)
Constructs a new Acl from given AclEntrys. |
|
| Method Summary | |
boolean |
equals(java.lang.Object o)
|
AclEntry[] |
getEntries()
Returns an array of AclEntrys. |
int |
hashCode()
|
SexpList |
toSexp()
Converts this Acl to an SecpList. |
| Methods inherited from class jsdsi.Obj |
parseObj, parseObj, readResolve, toByteArray, toString, toString, toTransport |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public Acl(AclEntry[] e)
Acl from given AclEntrys.
e - array of AclEntrys to create a new
Acl from.| Method Detail |
public AclEntry[] getEntries()
AclEntrys.
AclEntrys.AclEntrypublic boolean equals(java.lang.Object o)
equals in class ObjObject.equals(Object)public int hashCode()
hashCode in class ObjObject.hashCode()public SexpList toSexp()
Acl to an SecpList.
toSexp in class ObjSecpList that represents this Acl.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||