(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.4.1 and 1.15

version 1.14.4.1, 2007/03/06 18:38:26 version 1.15, 2007/02/28 20:46:06
Line 49 
Line 49 
 { {
 public: public:
  
     enum AuthType { NONE, BASIC, DIGEST, LOCAL, LOCALPRIVILEGED };      enum AuthType { NONE, BASIC, DIGEST, LOCAL };
  
     /** Constuctor. */     /** Constuctor. */
     ClientAuthenticator();     ClientAuthenticator();
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 85 
Line 87 
     */     */
     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 114 
Line 111 
  
     String _buildLocalAuthResponse();     String _buildLocalAuthResponse();
  
     String _getFileContent(const String& filePath);      String _getFileContent(String filePath);
  
     Boolean _parseAuthHeader(     Boolean _parseAuthHeader(
         const String authHeader,         const String authHeader,
Line 130 
Line 127 
     Boolean _challengeReceived;     Boolean _challengeReceived;
  
     String _userName;     String _userName;
   
     String _password;     String _password;
  
     String _localAuthFile;      String   _realm;
     String _localAuthFileContent;  
  
     AuthType _authType;     AuthType _authType;
 }; };


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

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2