(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.15.8.1 and 1.15.8.2

version 1.15.8.1, 2013/06/03 22:36:32 version 1.15.8.2, 2013/07/20 18:32:56
Line 64 
Line 64 
         header.         header.
         @param authHeader String containing the Authorization header         @param authHeader String containing the Authorization header
         @param authInfo Reference to AuthenticationInfo object         @param authInfo Reference to AuthenticationInfo object
         @return true on successful authentication, false otherwise          @return AuthenticationStatus holding http status code and error detail
     */     */
     Boolean authenticate(      AuthenticationStatus authenticate(
         const String& authHeader,         const String& authHeader,
         AuthenticationInfo* authInfo);         AuthenticationInfo* authInfo);
  
Line 86 
Line 86 
         @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 true on successful validation, false otherwise          @return AuthenticationStatus holding http status code and error detail
     */     */
     Boolean validateUser(      AuthenticationStatus validateUser(
         const String& userName,         const String& userName,
         AuthenticationInfo* authInfo = 0);         AuthenticationInfo* authInfo = 0);
  


Legend:
Removed from v.1.15.8.1  
changed lines
  Added in v.1.15.8.2

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2