Home
last modified time | relevance | path

Searched refs:pagingControl (Results 1 – 4 of 4) sorted by relevance

/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/ServerProtocolHandler/
H A DServerPagingHandler.php191 $pagingControl = $this->getPagingControlFromMessage($message);
193 if ($pagingControl->getCookie() !== '') {
194 return $this->findPagingRequestOrThrow($pagingControl->getCookie());
211 $pagingControl = $this->getPagingControlFromMessage($message);
221 $pagingControl,
H A DServerSearchTrait.php83 $pagingControl = $message->controls()->get(Control::OID_PAGING);
85 if (!$pagingControl instanceof PagingControl) {
92 return $pagingControl;
H A DServerPagingUnsupportedHandler.php46 $pagingControl = $this->getPagingControlFromMessage($message);
56 if ($pagingControl->getCriticality()) {
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Server/Paging/
H A DPagingRequest.php208 * @param PagingControl $pagingControl
211 public function updatePagingControl(PagingControl $pagingControl): void argument
213 $this->control = $pagingControl;