reSIProcate/DialogUsageManager  9694
Public Member Functions | Public Attributes
resip::UserProfile::DigestCredential Struct Reference

#include <UserProfile.hxx>

Collaboration diagram for resip::UserProfile::DigestCredential:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 DigestCredential ()
 DigestCredential (const Data &realm, const Data &username, const Data &pwd, bool isPasswordA1Hash)
 DigestCredential (const Data &realm)
bool operator< (const DigestCredential &rhs) const

Public Attributes

Data realm
Data user
Data password
bool isPasswordA1Hash

Detailed Description

Definition at line 62 of file UserProfile.hxx.


Constructor & Destructor Documentation

UserProfile::DigestCredential::DigestCredential ( )

Definition at line 177 of file UserProfile.cxx.

UserProfile::DigestCredential::DigestCredential ( const Data realm,
const Data username,
const Data pwd,
bool  isPasswordA1Hash 
)

Definition at line 169 of file UserProfile.cxx.

                                                                                                           :
   realm(r),
   user(u),
   password(pwd),
   isPasswordA1Hash(pwdA1Hash)
{  
}
UserProfile::DigestCredential::DigestCredential ( const Data realm)

Definition at line 185 of file UserProfile.cxx.


Member Function Documentation

bool UserProfile::DigestCredential::operator< ( const DigestCredential rhs) const

Definition at line 194 of file UserProfile.cxx.

References realm.

{
   return realm < rhs.realm;
}

Member Data Documentation

Definition at line 74 of file UserProfile.hxx.

Definition at line 73 of file UserProfile.hxx.

Definition at line 71 of file UserProfile.hxx.

Referenced by operator<().

Definition at line 72 of file UserProfile.hxx.


The documentation for this struct was generated from the following files: