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

Diff for /pegasus/src/Pegasus/Security/Authentication/LocalAuthenticator.h between version 1.12.2.3 and 1.12.2.4

version 1.12.2.3, 2007/04/03 21:14:03 version 1.12.2.4, 2007/04/30 22:55:40
Line 73 
Line 73 
     /** Construct and return the Peagaus Local authentication challenge header     /** Construct and return the Peagaus Local authentication challenge header
         @param authType String containing the authentication type         @param authType String containing the authentication type
         @param userName String containing the user name         @param userName String containing the user name
           @param filePath String to store the authentication file path
         @param secret String to store the authentication secret         @param secret String to store the authentication secret
         @return A string containing the authentication challenge header.         @return A string containing the authentication challenge header.
     */     */
     virtual String getAuthResponseHeader(     virtual String getAuthResponseHeader(
         const String& authType,         const String& authType,
         const String& userName,         const String& userName,
           String& filePath,
         String& secret) = 0;         String& secret) = 0;
  
     /**     /**


Legend:
Removed from v.1.12.2.3  
changed lines
  Added in v.1.12.2.4

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2