|
|||||||||||
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
,
Serialized FormField Summary |
Fields inherited from class jsdsi.Obj |
_obj |
Constructor Summary | |
Acl(AclEntry[] e)
Constructs a new Acl from given AclEntry s. |
Method Summary | |
boolean |
equals(java.lang.Object o)
|
AclEntry[] |
getEntries()
Returns an array of AclEntry s. |
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 AclEntry
s.
e
- array of AclEntry
s to create a new
Acl
from.Method Detail |
public AclEntry[] getEntries()
AclEntry
s.
AclEntry
s.AclEntry
public boolean equals(java.lang.Object o)
equals
in class Obj
Object.equals(Object)
public int hashCode()
hashCode
in class Obj
Object.hashCode()
public SexpList toSexp()
Acl
to an SecpList
.
toSexp
in class Obj
SecpList
that represents this Acl
.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |