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

Diff for /pegasus/src/Pegasus/Client/ClientAuthenticator.h between version 1.14 and 1.14.4.1

version 1.14, 2006/11/14 18:34:48 version 1.14.4.1, 2007/03/06 18:38:26
Line 75 
Line 75 
     */     */
     Message* getRequestMessage();     Message* getRequestMessage();
  
     void clearReconnect();  
   
     /** Get the request message saved for resending on a challenge and     /** Get the request message saved for resending on a challenge and
         release memory ownership for the message.         release memory ownership for the message.
     */     */
Line 87 
Line 85 
     */     */
     void clear();     void clear();
  
       /**
           Reset the challenge status for the connection.
       */
       void resetChallengeStatus();
   
     /** Set the user name     /** Set the user name
     */     */
     void setUserName(const String& userName);     void setUserName(const String& userName);
Line 111 
Line 114 
  
     String _buildLocalAuthResponse();     String _buildLocalAuthResponse();
  
     String _getFileContent(String filePath);      String _getFileContent(const String& filePath);
  
     Boolean _parseAuthHeader(     Boolean _parseAuthHeader(
         const String authHeader,         const String authHeader,
Line 127 
Line 130 
     Boolean  _challengeReceived;     Boolean  _challengeReceived;
  
     String   _userName;     String   _userName;
   
     String   _password;     String   _password;
  
     String   _realm;      String _localAuthFile;
       String _localAuthFileContent;
  
     AuthType _authType;     AuthType _authType;
 }; };


Legend:
Removed from v.1.14  
changed lines
  Added in v.1.14.4.1

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2