FieldEntryInterface
interface FieldEntryInterface implements EntryInterface
Interface for entries which are restricted to specific fields
Methods
getSecurityIdentity()
The security identity associated with this ACE
from EntryInterface
string
getField()
Returns the field used for this entry.
Details
in EntryInterface at line line 29
AclInterface
getAcl()
The ACL this ACE is associated with.
in EntryInterface at line line 36
integer
getId()
The primary key of this ACE
in EntryInterface at line line 43
integer
getMask()
The permission mask of this ACE
in EntryInterface at line line 50
SecurityIdentityInterface
getSecurityIdentity()
The security identity associated with this ACE
in EntryInterface at line line 57
string
getStrategy()
The strategy for comparing masks
in EntryInterface at line line 64
Boolean
isGranting()
Returns whether this ACE is granting, or denying
at line line 26
string
getField()
Returns the field used for this entry.