Home
last modified time | relevance | path

Searched refs:CompareResponse (Results 1 – 3 of 3) sorted by relevance

/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Operation/Response/
DCompareResponse.php23 class CompareResponse extends LdapResult class
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/Factory/
DResponseFactory.php25 use FreeDSx\Ldap\Operation\Response\CompareResponse; alias
57 … $response = new CompareResponse($resultCode, $request->getDn()->toString(), $diagnostic);
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/
DLdapMessage.php249 $operation = Response\CompareResponse::fromAsn1($opAsn1);