Lines Matching refs:Operations
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);
178 $entryObj = $this->search(Operations::read($entry, ...$attributes), ...$controls)->first();
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));
343 $this->send(Operations::extended(ExtendedRequest::OID_START_TLS));
357 $this->send(Operations::unbind());
371 $response = $this->sendAndReceive(Operations::whoami())->getResponse();