Home
last modified time | relevance | path

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

/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Operation/Response/
DModifyResponse.php23 class ModifyResponse extends LdapResult class
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/Factory/
DResponseFactory.php29 use FreeDSx\Ldap\Operation\Response\ModifyResponse; alias
63 $response = new ModifyResponse($resultCode, $request->getDn()->toString(), $diagnostic);
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/
DLdapMessage.php225 $operation = Response\ModifyResponse::fromAsn1($opAsn1);