Searched refs:userIdentity (Results 1 – 1 of 1) sorted by relevance
36 protected $userIdentity; variable in FreeDSx\\Ldap\\Operation\\Request\\PasswordModifyRequest49 * @param null|string $userIdentity53 …public function __construct(?string $userIdentity = null, ?string $oldPassword = null, ?string $ne… argument55 $this->userIdentity = $userIdentity;66 return $this->userIdentity;75 $this->userIdentity = $username;125 if ($this->userIdentity !== null) {126 $this->requestValue->addChild(Asn1::context(0, Asn1::octetString($this->userIdentity)));154 $userIdentity = null;163 $userIdentity = $value;[all …]