Password authentication (stage 1 - without xosso-terminal)
[urpo] / src / urpoconnectionsettings.h
index d518a1a..ab780dc 100644 (file)
@@ -47,6 +47,9 @@ public:
     QString getIdentity() const;
     QString getUserid() const;
 
+    QString getPassword() const;
+    void setPassword(QString &password);
+
     void setHost(const QString &host);
     void setIdentity(const QString &password);
     void setUserid(const QString &userid);
@@ -60,6 +63,7 @@ private:
     QString host_;  /*! Host name or ip address */
     QString identity_;  /*! Identity (private key) file path */
     QString userid_; /*! Userid in remote host */
+    QString password_; /*! Password */
 
     bool storePassword_; /*! Allow to store password */