Home
last modified time | relevance | path

Searched refs:OID_PAGING (Results 1 – 8 of 8) sorted by relevance

/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Control/
H A DPagingControl.php54 parent::__construct(self::OID_PAGING);
H A DControl.php44 public const OID_PAGING = '1.2.840.113556.1.4.319'; define in FreeDSx\\Ldap\\Control\\Control
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/ServerProtocolHandler/
H A DServerSearchTrait.php83 $pagingControl = $message->controls()->get(Control::OID_PAGING);
H A DServerRootDseHandler.php75 Control::OID_PAGING
H A DServerPagingHandler.php216 return $control->getTypeOid() !== Control::OID_PAGING;
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/Factory/
H A DServerProtocolHandlerFactory.php86 && $controls->has(Control::OID_PAGING);
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Search/
H A DPaging.php166 ->get(Control::OID_PAGING);
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/
H A DLdapMessage.php171 case Control\Control::OID_PAGING: