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

Diff for /pegasus/src/Pegasus/Security/Authentication/AuthenticationManager.h between version 1.20 and 1.21

version 1.20, 2013/05/28 12:34:24 version 1.21, 2013/06/05 14:09:26
Line 63 
Line 63 
         @param authHeader String containing the Authorization header         @param authHeader String containing the Authorization header
         @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 authentication, false otherwise          @return AuthenticationStatus holding http status code and error detail
     */     */
     Boolean performHttpAuthentication(      AuthenticationStatus performHttpAuthentication(
         const String& authHeader,         const String& authHeader,
         AuthenticationInfo* authInfo);         AuthenticationInfo* authInfo);
  
Line 73 
Line 73 
         @param authHeader String containing the Authorization header         @param authHeader String containing the Authorization header
         @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 authentication, false otherwise          @return AuthenticationStatus holding http status code and error detail
     */     */
     Boolean performPegasusAuthentication(      AuthenticationStatus performPegasusAuthentication(
         const String& authHeader,         const String& authHeader,
         AuthenticationInfo* authInfo);         AuthenticationInfo* authInfo);
  
Line 84 
Line 84 
         @param  userName  name of the user         @param  userName  name of the user
         @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 validateUserForHttpAuth(      AuthenticationStatus validateUserForHttpAuth(
         const String& userName,         const String& userName,
         AuthenticationInfo* authInfo);         AuthenticationInfo* authInfo);
  


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

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2