Please note, this is a STATIC archive of website developer.mozilla.org from 03 Nov 2016, cach3.com does not collect or store any user information, there is no "phishing" involved.

nsIAuthPromptAdapterFactory

An interface for wrapping nsIAuthPrompt interfaces to make them usable via an nsIAuthPrompt2 interface.
1.0
28
Introduced
Gecko 1.9
Inherits from: nsISupports Last changed in Gecko 1.9 (Firefox 3)

Method overview

nsIAuthPrompt2 createAdapter(in nsIAuthPrompt aPrompt);

Methods

createAdapter()

Wrap an object implementing nsIAuthPrompt so that it's usable via nsIAuthPrompt2.

nsIAuthPrompt2 createAdapter(
  in nsIAuthPrompt aPrompt
);
Parameters
aPrompt
The nsIAuthPrompt to wrap.
Return value

An nsIAuthPrompt2.

See also

Document Tags and Contributors

 Contributors to this page: Sheppy, fscholz, trevorh
 Last updated by: Sheppy,