Lines Matching refs:sendAndReceive
94 …return $this->sendAndReceive(Operations::bind($username, $password)->setVersion($this->options['ve…
109 …return $this->sendAndReceive(Operations::bindSasl($options, $mechanism)->setVersion($this->options…
125 …$response = $this->sendAndReceive(Operations::compare($dn, $attributeName, $value), ...$controls)-…
140 $response = $this->sendAndReceive(Operations::add($entry), ...$controls);
199 return $this->sendAndReceive(Operations::delete($entry), ...$controls);
212 …$response = $this->sendAndReceive(Operations::modify($entry->getDn(), ...$entry->changes()), ...$c…
228 return $this->sendAndReceive(Operations::move($dn, $newParentDn));
242 return $this->sendAndReceive(Operations::rename($dn, $newRdn, $deleteOldRdn));
256 $response = $this->sendAndReceive($request, ...$controls)->getResponse();
324 …public function sendAndReceive(RequestInterface $request, Control ...$controls): LdapMessageRespon… function in FreeDSx\\Ldap\\LdapClient
371 $response = $this->sendAndReceive(Operations::whoami())->getResponse();