AuditableEntryInterface::isAuditFailure()

bool isAuditFailure() Whether auditing for successful grants is turned on Return Value bool

AuditableEntryInterface

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 getStrat

AuditableAclInterface::updateObjectFieldAuditing()

updateObjectFieldAuditing(int $index, string $field, bool $auditSuccess, bool $auditFailure) Updates auditing for object-field-based ACE Parameters int $index string $field bool $auditSuccess bool $auditFailure

AuditableAclInterface::updateObjectAuditing()

updateObjectAuditing(int $index, bool $auditSuccess, bool $auditFailure) Updates auditing for object-based ACE Parameters int $index bool $auditSuccess bool $auditFailure

AuditableAclInterface::updateClassFieldAuditing()

updateClassFieldAuditing(int $index, string $field, bool $auditSuccess, bool $auditFailure) Updates auditing for class-field-based ACE Parameters int $index string $field bool $auditSuccess bool $auditFailure

AuditableAclInterface::updateClassAuditing()

updateClassAuditing(int $index, bool $auditSuccess, bool $auditFailure) Updates auditing for class-based ACE Parameters int $index bool $auditSuccess bool $auditFailure

AuditableAclInterface

interface AuditableAclInterface implements MutableAclInterface This interface adds auditing capabilities to the ACL. Methods array getClassAces() Returns all class-based ACEs associated with this ACL from AclInterface array getClassFieldAces(string $field) Returns all class-field-based ACEs associated with this ACL from AclInterface array getObjectAces() Returns all object-based ACEs associated with this ACL from AclInterface array getObjectFieldAces(string $field) Returns al

AttributeNode::getValue()

string getValue() Return Value string

AttributeNode::getSpecificity()

Specificity getSpecificity() Returns node's specificity. Return Value Specificity

AttributeNode::getSelector()

NodeInterface getSelector() Return Value NodeInterface