|
bool | isHidingPasswords () const |
|
bool | isRememberingConnectPhrase () const |
|
int | maxNumberOfServersPerPassword () const |
|
void | removeServerPhrase (const QString &phrase) |
|
void | saveServerPhrase (const QString &phrase, const Server *server, const QString &type) |
| Stores server phrase in persistence along its use case. More...
|
|
QList< ServerPassword > | serverPasswords () const |
|
QStringList | serverPhrases () const |
|
void | setHidePasswords (bool val) |
|
void | setMaxNumberOfServersPerPassword (int val) |
|
void | setRememberConnectPhrase (bool val) |
|
void | setServerPasswords (const QList< ServerPassword > &val) |
|
ServerPassword | suggestPassword (const Server *server, const QString &type) |
| Suggests best password basing on several criteria. More...
|
|
|
static void | initIni (const QString &path) |
|
Definition at line 38 of file passwordscfg.h.
void PasswordsCfg::saveServerPhrase |
( |
const QString & |
phrase, |
|
|
const Server * |
server, |
|
|
const QString & |
type |
|
) |
| |
Stores server phrase in persistence along its use case.
- Parameters
-
phrase | Phrase to store |
server | Server on which the password is being used. |
type | Password type, one of ServerPasswordType consts or custom. |
Definition at line 130 of file passwordscfg.cpp.
Suggests best password basing on several criteria.
- Parameters
-
Definition at line 227 of file passwordscfg.cpp.
The documentation for this class was generated from the following files: