Home
last modified time | relevance | path

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

/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Operation/Request/
DPasswordModifyRequest.php36 protected $userIdentity; variable in FreeDSx\\Ldap\\Operation\\Request\\PasswordModifyRequest
49 * @param null|string $userIdentity
53 …public function __construct(?string $userIdentity = null, ?string $oldPassword = null, ?string $ne… argument
55 $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 …]