Home
last modified time | relevance | path

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

/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Server/Paging/
H A DPagingRequests.php38 if ($this->has($request->getNextCookie())) {
72 if ($pagingRequest->getNextCookie() === $cookie) {
H A DPagingRequest.php202 public function getNextCookie(): string function in FreeDSx\\Ldap\\Server\\Paging\\PagingRequest
H A DPagingRequestComparator.php55 if ($oldPagingRequest->getNextCookie() !== $newPagingRequest->getCookie()) {
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/ServerProtocolHandler/
H A DServerPagingHandler.php107 $response->isComplete() ? '' : $pagingRequest->getNextCookie()