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

Diff for /pegasus/src/Pegasus/Security/Authentication/SecureLocalAuthenticator.cpp between version 1.19 and 1.20

version 1.19, 2013/05/28 12:34:24 version 1.20, 2013/06/05 14:09:26
Line 71 
Line 71 
 // //
 // Does local authentication // Does local authentication
 // //
 Boolean SecureLocalAuthenticator::authenticate(  AuthenticationStatus SecureLocalAuthenticator::authenticate(
    const String& filePath,    const String& filePath,
    const String& secretReceived,    const String& secretReceived,
    const String& secretKept)    const String& secretKept)
Line 120 
Line 120 
  
     PEG_METHOD_EXIT();     PEG_METHOD_EXIT();
  
     return authenticated;      return AuthenticationStatus(authenticated);
 } }
  
 Boolean SecureLocalAuthenticator::validateUser(  AuthenticationStatus SecureLocalAuthenticator::validateUser(
     const String& userName,     const String& userName,
     AuthenticationInfo* authInfo)     AuthenticationInfo* authInfo)
 { {
Line 138 
Line 138 
     }     }
  
     PEG_METHOD_EXIT();     PEG_METHOD_EXIT();
     return authenticated;      return AuthenticationStatus(authenticated);
 } }
  
 // //


Legend:
Removed from v.1.19  
changed lines
  Added in v.1.20

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2