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.

nsIAuthPromptWrapper

IID:6228d644-17fe-11d4-8cee-0060b0fc14a3
Inherits From:nsIAuthPrompt

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.

This interface is implemented by the following components:


Methods

void setPromptDialogs ( nsIPrompt dialogs )

void setPromptDialogs ( nsIPrompt dialogs )

Arguments:
dialogs: the dialog implementation which will be used to display the prompts

Reference documentation is generated from Mozilla's source.