nsIAuthPromptWrapper
From MDC
The nsIAuthPromptWrapper interface is an override of nsIAuthPrompt which performs some action on the data going through nsIAuthPrompt methods. Persisting data from the prompts and using it to pre-fill subsequent prompts would be one such action.
Contents |
nsIAuthPromptWrapper is defined in embedding/components/windowwatcher/public/nsIAuthPromptWrapper.idl. It is scriptable and
unfrozen (hasn't changed since Mozilla 1.9).
Inherits from: nsISupports
[edit] Method overview
void setPromptDialogs(in nsIPrompt dialogs);
|
[edit] Methods
[edit] setPromptDialogs()
This method sets a prompt dialog using the given dialog implementation which will be used to display the prompts.
void setPromptDialogs( in nsIPrompt dialogs );
[edit] Parameters
- dialogs
- The dialog implementation which will be used to display the prompts.