(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.23 and 1.24

version 1.23, 2007/02/28 20:46:07 version 1.24, 2007/03/02 19:00:43
Line 90 
Line 90 
  
     void   setAuthenticatedPassword(const String& password);     void   setAuthenticatedPassword(const String& password);
  
     String getAuthChallenge() const      String getLocalAuthSecret() const
     {     {
         return _authChallenge;          return _localAuthSecret;
     }     }
  
     void   setAuthChallenge(const String& challenge);      void   setLocalAuthSecret(const String& secret);
   
     String getAuthSecret() const  
     {  
         return _authSecret;  
     }  
   
     void   setAuthSecret(const String& secret);  
  
     Boolean isAuthenticated() const     Boolean isAuthenticated() const
     {     {
Line 164 
Line 157 
  
     String  _authUser;     String  _authUser;
     String  _authPassword;     String  _authPassword;
     String  _authChallenge;      String  _localAuthSecret;
     String  _authSecret;  
     String  _authType;     String  _authType;
     AuthStatus _authStatus;     AuthStatus _authStatus;
     String  _ipAddress;     String  _ipAddress;


Legend:
Removed from v.1.23  
changed lines
  Added in v.1.24

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2