WARNING: Most of this content (with the exception of the Mozilla 1.9 XPCOM reference) is very old, and can be expected to be out of date and possibly obsolete. For better XUL documentation, please visit the XUL hub at the Mozilla Developer Center.
@mozilla.org/login-manager/storage/legacy;1
This component implements the following interfaces:
Methods
| Interface | Method |
|---|---|
| nsILoginManagerStorage |
void addLogin ( nsILoginInfo login )
|
| nsILoginManagerStorage |
PRUint32 countLogins ( AString hostname , AString actionURL , AString httpRealm )
|
| nsILoginManagerStorage |
void findLogins ( out PRUint32 count , AString hostname , AString actionURL , AString httpRealm , out nsILoginInfo logins )
|
| nsILoginManagerStorage |
void getAllDisabledHosts ( out PRUint32 count , out arrayof PRUnichar* hostnames )
|
| nsILoginManagerStorage |
void getAllLogins ( out PRUint32 count , out nsILoginInfo logins )
|
| nsILoginManagerStorage |
PRBool getLoginSavingEnabled ( AString host )
|
| nsILoginManagerStorage |
void init ( )
|
| nsILoginManagerStorage |
void initWithFile ( nsIFile inputFile , nsIFile outputFile )
|
| nsILoginManagerStorage |
void modifyLogin ( nsILoginInfo oldLogin , nsILoginInfo newLogin )
|
| nsILoginManagerStorage |
void removeAllLogins ( )
|
| nsILoginManagerStorage |
void removeLogin ( nsILoginInfo login )
|
| nsILoginManagerStorage |
void setLoginSavingEnabled ( AString host , PRBool isEnabled )
|
Reference documentation is generated from Mozilla's source.
