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/wallet/single-sign-on-prompt;1

This component implements the following interfaces:

Constants

PRUint32 nsIAuthPrompt.SAVE_PASSWORD_NEVER = 0
PRUint32 nsIAuthPrompt.SAVE_PASSWORD_FOR_SESSION = 1
PRUint32 nsIAuthPrompt.SAVE_PASSWORD_PERMANENTLY = 2

Methods

InterfaceMethod
nsIAuthPrompt PRBool prompt ( PRUnichar* dialogTitle , PRUnichar* text , PRUnichar* passwordRealm , PRUint32 savePassword , PRUnichar* defaultText , out PRUnichar* result )
nsIAuthPrompt PRBool promptPassword ( PRUnichar* dialogTitle , PRUnichar* text , PRUnichar* passwordRealm , PRUint32 savePassword , out PRUnichar* pwd )
nsIAuthPrompt PRBool promptUsernameAndPassword ( PRUnichar* dialogTitle , PRUnichar* text , PRUnichar* passwordRealm , PRUint32 savePassword , out PRUnichar* user , out PRUnichar* pwd )
nsIAuthPromptWrapper void setPromptDialogs ( nsIPrompt dialogs )

Reference documentation is generated from Mozilla's source.