interface AuditableEntryInterface implements EntryInterface
ACEs can implement this interface if they support auditing capabilities.
Methods
AclInterface | getAcl() The ACL this ACE is associated with. | from EntryInterface |
int | getId() The primary key of this ACE | from EntryInterface |
int | 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 |
bool | isGranting() Returns whether this ACE is granting, or denying | from EntryInterface |
bool | isAuditFailure() Whether auditing for successful grants is turned on | |
bool | isAuditSuccess() Whether auditing for successful denies is turned on |
Details
AclInterface getAcl()
The ACL this ACE is associated with.
int getId()
The primary key of this ACE
int getMask()
The permission mask of this ACE
SecurityIdentityInterface 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
bool isAuditFailure()
Whether auditing for successful grants is turned on
bool isAuditSuccess()
Whether auditing for successful denies is turned on
Please login to continue.