Home
last modified time | relevance | path

Searched refs:setDn (Results 1 – 7 of 7) sorted by last modified time

/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/
H A DLdapUrl.php97 public function setDn($dn)
293 $url->setDn((isset($pieces['path']) && $pieces['path'] !== '/') ? self::decode(ltrim($pieces['path'], '/')) : null);
83 public function setDn($dn) global() function in FreeDSx\\Ldap\\LdapUrl
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Operation/Request/
H A DCompareRequest.php53 $this->setDn($dn);
69 public function setDn($dn)
66 public function setDn($dn) global() function in FreeDSx\\Ldap\\Operation\\Request\\CompareRequest
H A DDeleteRequest.php41 $this->setDn($dn);
48 public function setDn($dn)
47 public function setDn($dn) global() function in FreeDSx\\Ldap\\Operation\\Request\\DeleteRequest
H A DModifyDnRequest.php69 $this->setDn($dn);
87 public function setDn($dn)
83 public function setDn($dn) global() function in FreeDSx\\Ldap\\Operation\\Request\\ModifyDnRequest
H A DDnRequestInterface.php27 public function setDn($dn);
26 public function setDn($dn); global() function
H A DModifyRequest.php62 $this->setDn($dn);
89 public function setDn($dn)
86 public function setDn($dn) global() function in FreeDSx\\Ldap\\Operation\\Request\\ModifyRequest
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/ClientProtocolHandler/
H A DClientReferralHandler.php192 $request->setDn($referral->getDn());