Articles tagged: Login Manager
Found 9 documents
- Mozilla/Creating_a_login_manager_storage_module The Login Manager manages and stores user passwords. Extensions can replace the built-in ...
- Mozilla/Tech/XPCOM/Reference/Interface/nsILoginInfo nsILoginInfo is an object containing information for a login stored by the Login Manager.
- Mozilla/Tech/XPCOM/Reference/Interface/nsILoginManager Replaces nsIPasswordManager which was used in older versions of Gecko.
- Mozilla/Tech/XPCOM/Reference/Interface/nsILoginManager/Using_nsILoginManager Extensions often need to securely store passwords to external sites, web applications, and so ...
- Mozilla/Tech/XPCOM/Reference/Interface/nsILoginManagerIEMigrationHelper Takes a login provided from nsIEProfileMigrator, migrates it to the current login manager ...
- Mozilla/Tech/XPCOM/Reference/Interface/nsILoginManagerStorage For example, if you wish to provide operating system integration with a native password manager ...
- Mozilla/Tech/XPCOM/Reference/Interface/NsILoginMetaInfo You can specifically modify these values by passing changes into nsILoginManager.modifyLogin() ...
- Mozilla/Tech/XPCOM/Reference/Interface/nsIPassword See Using nsIPasswordManager for examples of nsIPassword in use.
- Mozilla/Tech/XPCOM/Using_nsIPasswordManager The code on this page will work with applications using Toolkit 1.8 and below such as Firefox ...