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

Diff for /pegasus/src/Pegasus/Security/Authentication/AuthenticationManager.cpp between version 1.21 and 1.22

version 1.21, 2005/02/05 23:00:44 version 1.22, 2005/07/12 18:05:09
Line 31 
Line 31 
 // //
 // Modified By: Dave Rosckes (rosckes@us.ibm.com) // Modified By: Dave Rosckes (rosckes@us.ibm.com)
 //                Josephine Eskaline Joyce (jojustin@in.ibm.com) for PEP#101 //                Josephine Eskaline Joyce (jojustin@in.ibm.com) for PEP#101
   //              Sushma Fernandes, Hewlett-Packard Company(sushma_fernandes@hp.com)
 // //
 //%///////////////////////////////////////////////////////////////////////////// //%/////////////////////////////////////////////////////////////////////////////
  
Line 255 
Line 256 
 } }
  
 // //
   // Validate user.
   //
   Boolean AuthenticationManager::validateUserForHttpAuth (const String& userName)
   {
       return _httpAuthHandler->validateUser(userName);
   }
   
   //
 // Get pegasus/local authentication response header // Get pegasus/local authentication response header
 // //
 String AuthenticationManager::getPegasusAuthResponseHeader String AuthenticationManager::getPegasusAuthResponseHeader


Legend:
Removed from v.1.21  
changed lines
  Added in v.1.22

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2