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

Diff for /pegasus/src/Pegasus/Security/Authentication/Authenticator.h between version 1.2 and 1.3

version 1.2, 2001/12/13 14:54:31 version 1.3, 2002/01/24 19:10:32
Line 58 
Line 58 
     /**     /**
     Authenticate the request     Authenticate the request
     */     */
     virtual Boolean authenticate(String authHeader, AuthenticationInfo* authInfo) = 0;      virtual Boolean authenticate(
           const String& authHeader,
           AuthenticationInfo* authInfo) = 0;
  
     /**     /**
     Construct and return the authentication response header     Construct and return the authentication response header
     */     */
     virtual String getAuthResponseHeader(     virtual String getAuthResponseHeader(
         String requestHeader,          const String& authType,
           const String& userName,
           AuthenticationInfo* authInfo = 0) = 0;
   
       /**
       Construct and return the authentication response header
       */
       virtual String getAuthResponseHeader(
           const String& authHeader,
         AuthenticationInfo* authInfo = 0) = 0;         AuthenticationInfo* authInfo = 0) = 0;
  
 }; };


Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2