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