Necko:nsIAuthPrompt2: Difference between revisions

Jump to navigation Jump to search
killing savePassword, seems essentially unused
m (oops, forgot a parameter)
(killing savePassword, seems essentially unused)
Line 51: Line 51:
  interface nsIAuthPrompt2 : nsISupports
  interface nsIAuthPrompt2 : nsISupports
  {         
  {         
    const PRUint32 SAVE_PASSWORD_NEVER            = 0;
    const PRUint32 SAVE_PASSWORD_FOR_SESSION      = 1;
    const PRUint32 SAVE_PASSWORD_PERMANENTLY      = 2;
     /** @name Security Levels */
     /** @name Security Levels */
     /* @{ */
     /* @{ */
Line 114: Line 110:
     *        One of the level constants from above. See there for descriptions
     *        One of the level constants from above. See there for descriptions
     *        of the levels.
     *        of the levels.
    * @param savePassword
    *        Hint to the implementation whether to allow saving a password and
    *        for which duration. See above for descriptions of the values.
     * @param flags
     * @param flags
     *        Flags describing this dialog. A bitwise OR of the flag values
     *        Flags describing this dialog. A bitwise OR of the flag values
Line 150: Line 143:
                                       in AString passwordRealm,
                                       in AString passwordRealm,
                                       in PRUint32 level,
                                       in PRUint32 level,
                                      in PRUint32 savePassword,
                                       in PRUint32 flags,
                                       in PRUint32 flags,
                                       inout AString user,  
                                       inout AString user,  
Line 175: Line 167:
                                       in nsISupports aContext,
                                       in nsISupports aContext,
                                       in PRUint32 level,
                                       in PRUint32 level,
                                      in PRUint32 savePassword,
                                       in PRUint32 flags,
                                       in PRUint32 flags,
                                       in AString user,
                                       in AString user,
Confirmed users
195

edits

Navigation menu