(file) Return to SecureBasicAuthenticator.h CVS log (file) (dir) Up to [Pegasus] / pegasus / src / Pegasus / Security / Authentication

Diff for /pegasus/src/Pegasus/Security/Authentication/SecureBasicAuthenticator.h between version 1.6 and 1.7

version 1.6, 2005/02/05 23:00:44 version 1.7, 2005/07/12 18:05:09
Line 30 
Line 30 
 // Author: Nag Boranna, Hewlett-Packard Company(nagaraja_boranna@hp.com) // Author: Nag Boranna, Hewlett-Packard Company(nagaraja_boranna@hp.com)
 // //
 // Modified By: // Modified By:
   //            Sushma Fernandes, Hewlett-Packard Company(sushma_fernandes@hp.com)
 // //
 //%///////////////////////////////////////////////////////////////////////////// //%/////////////////////////////////////////////////////////////////////////////
  
Line 66 
Line 67 
         const String& userName,         const String& userName,
         const String& password);         const String& password);
  
       /**
           Verify whether the user is valid.
           @param userName String containing the user name
           @return true on successful validation, false otherwise
       */
       Boolean validateUser(const String& userName);
   
     /** Construct and return the HTTP Basic authentication challenge header     /** Construct and return the HTTP Basic authentication challenge header
         @return A string containing the authentication challenge header.         @return A string containing the authentication challenge header.
     */     */


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