EntryInterface
interface EntryInterface implements Serializable
This class represents an individual entry in the ACL list.
Instances MUST be immutable, as they are returned by the ACL and should not allow client modification.
Methods
getAcl()
The ACL this ACE is associated with.
int
getId()
The primary key of this ACE
int
getMask()
The permission mask of this ACE
getSecurityIdentity()
The security identity associated with this ACE
string
getStrategy()
The strategy for comparing masks
bool
isGranting()
Returns whether this ACE is granting, or denying
Details
at line line 29
AclInterface
getAcl()
The ACL this ACE is associated with.
at line line 36
int
getId()
The primary key of this ACE
at line line 43
int
getMask()
The permission mask of this ACE
at line line 50
SecurityIdentityInterface
getSecurityIdentity()
The security identity associated with this ACE
at line line 57
string
getStrategy()
The strategy for comparing masks
at line line 64
bool
isGranting()
Returns whether this ACE is granting, or denying