EntryManager

class EntryManager implements EntryManagerInterface Methods __construct(Connection $connection) add(Entry $entry) Adds a new entry in the Ldap server. update(Entry $entry) Updates an entry from the Ldap server. remove(Entry $entry) Removes an entry from the Ldap server. Details __construct(Connection $connection) Parameters Connection $connection add(Entry $entry) Adds a new entry in th

EntryManager::add()

add(Entry $entry) Adds a new entry in the Ldap server. Parameters Entry $entry

EntryInterface::getMask()

int getMask() The permission mask of this ACE Return Value int

EntryInterface::isGranting()

bool isGranting() Returns whether this ACE is granting, or denying Return Value bool

EntryInterface::getSecurityIdentity()

SecurityIdentityInterface getSecurityIdentity() The security identity associated with this ACE Return Value SecurityIdentityInterface

EntryInterface::getStrategy()

string getStrategy() The strategy for comparing masks Return Value string

EntryInterface

interface EntryInterface implements Serializable This class represents an individual entry in the ACL list. Instances MUST be immutable, as they are returned by the ACL and should not allow client modification. Methods 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 getStr

EntryInterface::getAcl()

AclInterface getAcl() The ACL this ACE is associated with. Return Value AclInterface

EntryInterface::getId()

int getId() The primary key of this ACE Return Value int

Entry::unserialize()

unserialize(string $serialized) Implementation of \Serializable Parameters string $serialized