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

Diff for /pegasus/src/Pegasus/Security/Authentication/SecureLocalAuthenticator.h between version 1.16.8.2 and 1.17

version 1.16.8.2, 2013/07/20 18:32:56 version 1.17, 2013/05/28 12:34:24
Line 59 
Line 59 
         sent by the client.         sent by the client.
         @param secretKept String containing the authentication secret that         @param secretKept String containing the authentication secret that
         was sent to client as part of the challenge.         was sent to client as part of the challenge.
         @return AuthenticationStatus holding http status code and error detail          @return true on successful authentication, false otherwise
     */     */
     AuthenticationStatus authenticate(      Boolean authenticate(
         const String& userName,         const String& userName,
         const String& secretReceived,         const String& secretReceived,
         const String& secretKept);         const String& secretKept);
Line 71 
Line 71 
         @param userName String containing the user name         @param userName String containing the user name
         @param authInfo reference to AuthenticationInfo object that holds the         @param authInfo reference to AuthenticationInfo object that holds the
         authentication information for the given connection.         authentication information for the given connection.
         @return AuthenticationStatus holding http status code and error detail          @return true on successful validation, false otherwise
     */     */
     AuthenticationStatus validateUser(      Boolean validateUser(
         const String& userName,         const String& userName,
         AuthenticationInfo* authInfo);         AuthenticationInfo* authInfo);
  


Legend:
Removed from v.1.16.8.2  
changed lines
  Added in v.1.17

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2