Module implementing the password manager.
None |
PasswordManager | Class implementing the password manager. |
None |
Class implementing the password manager.
FORMS |
NEVER |
SEPARATOR |
None |
PasswordManager | Constructor |
__createKey | Private method to create the key string for the login credentials. |
__extractMultipartQueryItems | Private method to extract the query items for a post operation. |
__findForm | Private method to find the form used for logging in. |
__load | Private method to load the saved login credentials. |
__loadNonXml | Private method to load non-XML password files. |
__stripUrl | Private method to strip off all unneeded parts of a URL. |
allSiteNames | Public method to get a list of all site names. |
clear | Public slot to clear the saved passwords. |
close | Public method to close the passwords manager. |
fill | Public slot to fill login forms with saved data. |
getFileName | Public method to get the file name of the passwords file. |
getLogin | Public method to get the login credentials. |
masterPasswordChanged | Public slot to handle the change of the master password. |
post | Public method to check, if the data to be sent contains login data. |
reload | Public method to reload the login data. |
removePassword | Public method to remove a password entry. |
save | Public slot to save the login entries to disk. |
setLogin | Public method to set the login credentials. |
siteInfo | Public method to get a reference to the named site. |
sitesCount | Public method to get the number of available sites. |
None |
Constructor
Private method to create the key string for the login credentials.
Private method to extract the query items for a post operation.
Private method to find the form used for logging in.
Private method to load the saved login credentials.
Private method to load non-XML password files.
This method is to convert from the old, non-XML format to the new XML based format.
Private method to strip off all unneeded parts of a URL.
Public method to get a list of all site names.
Public slot to clear the saved passwords.
Public method to close the passwords manager.
Public slot to fill login forms with saved data.
Public method to get the file name of the passwords file.
Public method to get the login credentials.
Public slot to handle the change of the master password.
Public method to check, if the data to be sent contains login data.
Public method to reload the login data.
Public method to remove a password entry.
Public slot to save the login entries to disk.
Public method to set the login credentials.
Public method to get a reference to the named site.
Public method to get the number of available sites.