AuditableEntryInterface
interface AuditableEntryInterface implements EntryInterface
ACEs can implement this interface if they support auditing capabilities.
Methods
getSecurityIdentity()
The security identity associated with this ACE
from EntryInterface
bool
isAuditFailure()
Whether auditing for successful grants is turned on
bool
isAuditSuccess()
Whether auditing for successful denies is turned on
Details
in EntryInterface at line line 29
AclInterface
getAcl()
The ACL this ACE is associated with.
in EntryInterface at line line 36
int
getId()
The primary key of this ACE
in EntryInterface at line line 43
int
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
bool
isGranting()
Returns whether this ACE is granting, or denying
at line line 26
bool
isAuditFailure()
Whether auditing for successful grants is turned on
at line line 33
bool
isAuditSuccess()
Whether auditing for successful denies is turned on