Module implementing the password manager.
None |
LoginForm | Class implementing a data structure for login forms. |
PasswordManager | Class implementing the password manager. |
None |
Class implementing a data structure for login forms.
None |
None |
LoginForm | Constructor |
isValid | Public method to test for validity. |
load | Public method to load the form data from a file. |
save | Public method to save the form data to a file. |
None |
Constructor
Public method to test for validity.
Public method to load the form data from a file.
Public method to save the form data to a file.
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. |
__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 open search engines manager. |
fill | Public slot to fill login forms with saved data. |
getLogin | Public method to get the login credentials. |
post | Public method to check, if the data to be sent contains 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 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 open search engines manager.
Public slot to fill login forms with saved data.
Public method to get the login credentials.
Public method to check, if the data to be sent contains 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.