user = $user; $this->password = $password; } /** * @since 18.0.0 */ public function getUser(): IUser { return $this->user; } /** * @since 18.0.0 */ public function getUid(): string { return $this->user->getUID(); } /** * @since 18.0.0 */ public function getPassword(): string { return $this->password; } }