Home
last modified time | relevance | path

Searched refs:SearchResultDone (Results 1 – 7 of 7) sorted by relevance

/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/ServerProtocolHandler/
H A DServerSearchTrait.php20 use FreeDSx\Ldap\Operation\Response\SearchResultDone; alias
52 new SearchResultDone(ResultCode::SUCCESS),
H A DServerRootDseHandler.php19 use FreeDSx\Ldap\Operation\Response\SearchResultDone; alias
104 new SearchResultDone(ResultCode::SUCCESS)
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/ClientProtocolHandler/
H A DClientSearchHandler.php23 use FreeDSx\Ldap\Operation\Response\SearchResultDone; alias
72 while (!($messageFrom->getResponse() instanceof SearchResultDone)) {
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/Factory/
H A DResponseFactory.php30 use FreeDSx\Ldap\Operation\Response\SearchResultDone; alias
53 $response = new SearchResultDone($resultCode, '', $diagnostic);
H A DClientProtocolHandlerFactory.php54 …if ($response instanceof Response\SearchResultDone || $response instanceof Response\SearchResultEn…
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Operation/Response/
H A DSearchResultDone.php23 class SearchResultDone extends LdapResult class
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/
H A DLdapMessage.php219 $operation = Response\SearchResultDone::fromAsn1($opAsn1);