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

Diff for /pegasus/src/Pegasus/Security/Authentication/LocalAuthenticationHandler.h between version 1.14 and 1.16

version 1.14, 2008/12/01 17:51:13 version 1.16, 2013/05/28 12:34:24
Line 84 
Line 84 
     /**     /**
         Verify whether the user is valid.         Verify whether the user is valid.
         @param userName String containing the user name         @param userName String containing the user name
           @param authInfo reference to AuthenticationInfo object that holds the
           authentication information for the given connection.
         @return true on successful validation, false otherwise         @return true on successful validation, false otherwise
     */     */
     Boolean validateUser(const String& userName);      Boolean validateUser(
           const String& userName,
           AuthenticationInfo* authInfo = 0);
  
 private: private:
  


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

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2