(file) Return to AuthenticationInfoRep.h CVS log (file) (dir) Up to [Pegasus] / pegasus / src / Pegasus / Common

Diff for /pegasus/src/Pegasus/Common/AuthenticationInfoRep.h between version 1.6 and 1.7

version 1.6, 2003/08/13 21:07:28 version 1.7, 2003/08/13 22:37:32
Line 23 
Line 23 
 // //
 // Author:  Nag Boranna, Hewlett-Packard Company(nagaraja_boranna@hp.com) // Author:  Nag Boranna, Hewlett-Packard Company(nagaraja_boranna@hp.com)
 // //
 // Modified By:  // Modified By: Jair Santos, Hewlett-Packard Company(jair.santos@hp.com)
 // //
 //%///////////////////////////////////////////////////////////////////////////// //%/////////////////////////////////////////////////////////////////////////////
  
Line 70 
Line 70 
  
     void   setAuthenticatedUser(const String& userName);     void   setAuthenticatedUser(const String& userName);
  
       String getAuthenticatedPassword() const
       {
           return _authPassword;
       }
   
       void   setAuthenticatedPassword(const String& password);
   
     String getAuthChallenge() const     String getAuthChallenge() const
     {     {
         return _authChallenge;         return _authChallenge;
Line 122 
Line 129 
     AuthenticationInfoRep& operator=(const AuthenticationInfoRep& x);     AuthenticationInfoRep& operator=(const AuthenticationInfoRep& x);
  
     String  _authUser;     String  _authUser;
       String  _authPassword;
     String  _authChallenge;     String  _authChallenge;
     String  _authSecret;     String  _authSecret;
     Boolean _privileged;     Boolean _privileged;


Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2