Home
last modified time | relevance | path

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

/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/
DOperations.php30 use FreeDSx\Ldap\Operation\Request\PasswordModifyRequest; alias
163 …n passwordModify(string $username, string $oldPassword, string $newPassword): PasswordModifyRequest
165 return new PasswordModifyRequest($username, $oldPassword, $newPassword);
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Operation/Request/
DPasswordModifyRequest.php31 class PasswordModifyRequest extends ExtendedRequest class
140 * @return PasswordModifyRequest