Searched refs:PasswordModifyRequest (Results 1 – 2 of 2) sorted by relevance
28 use FreeDSx\Ldap\Operation\Request\PasswordModifyRequest; alias159 …n passwordModify(string $username, string $oldPassword, string $newPassword): PasswordModifyRequest161 return new PasswordModifyRequest($username, $oldPassword, $newPassword);
28 class PasswordModifyRequest extends ExtendedRequest class