Searched refs:LdapClient (Results 1 – 15 of 15) sorted by relevance
17 use FreeDSx\Ldap\LdapClient; alias38 * @var LdapClient|null121 * @param LdapClient $client123 public function setLdapClient(LdapClient $client): void129 * @return LdapClient131 protected function ldap(): LdapClient134 $this->ldap = new LdapClient($this->options);
14 use FreeDSx\Ldap\LdapClient; alias28 * @var LdapClient38 * @param LdapClient $client40 public function __construct(LdapClient $client)
16 use FreeDSx\Ldap\LdapClient; alias28 public function __construct(LdapClient $client)
7 use FreeDSx\Ldap\LdapClient; alias18 /** @var LdapClient */27 * @param LdapClient $ldap30 public function __construct(LdapClient $ldap, $usefs)
13 use FreeDSx\Ldap\LdapClient; alias25 /** @var LdapClient */47 $this->ldap = new LdapClient($this->config);
17 * When setting the options on the LdapClient you can now choose to force a disconnect at the same t…45 * Add a "rename()" convenience method to the LdapClient.46 * Add a "move()" convenience method to the LdapClient.50 * Calling the LdapClient "read()" method with no arguments will now return the RootDSE by default.60 * Add a create convenience method to the LdapClient to create a single LDAP entry.61 * Add a read convenience method to the LdapClient to return a single LDAP entry.62 * Add an update convenience method to the LdapClient to update a single LDAP entry.63 * Add a delete convenience method to the LdapClient to delete a single LDAP entry.82 * Add a compare() operation method helper to the LdapClient.
39 Use the LdapClient class and the helper classes:42 use FreeDSx\Ldap\LdapClient;46 $ldap = new LdapClient([
20 use FreeDSx\Ldap\LdapClient; alias37 * @var LdapClient62 * @param LdapClient $client66 public function __construct(LdapClient $client, SearchRequest $search, int $size = 1000)
20 use FreeDSx\Ldap\LdapClient; alias31 * @var LdapClient36 * @param LdapClient $client38 public function __construct(LdapClient $client)
22 use FreeDSx\Ldap\LdapClient; alias71 * @var LdapClient81 * @param LdapClient $client86 …public function __construct(LdapClient $client, ?string $namingContext = null, ?FilterInterface $f…
23 use FreeDSx\Ldap\LdapClient; alias36 * @var LdapClient81 * @param LdapClient $client87 …public function __construct(LdapClient $client, SearchRequest $search, $sort, int $after = 100, in…
43 * @return LdapClient45 public function client(array $options): LdapClient;
179 $client = new LdapClient(array_merge([
41 class LdapClient class
20 use FreeDSx\Ldap\LdapClient; alias146 … $client = $referralChaser !== null ? $referralChaser->client($options) : new LdapClient($options);