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

Diff for /pegasus/src/Pegasus/Security/Authentication/BasicAuthenticationHandler.h between version 1.1.2.1 and 1.1.2.2

version 1.1.2.1, 2001/10/06 00:33:10 version 1.1.2.2, 2001/11/20 22:21:45
Line 34 
Line 34 
  
 #include <Pegasus/Common/Config.h> #include <Pegasus/Common/Config.h>
 #include <Pegasus/Common/String.h> #include <Pegasus/Common/String.h>
 #include "Linkage.h"  
 #include "Authenticator.h" #include "Authenticator.h"
   #include "Linkage.h"
  
 PEGASUS_NAMESPACE_BEGIN PEGASUS_NAMESPACE_BEGIN
  
Line 56 
Line 56 
     /**     /**
     Authenticate the request     Authenticate the request
     */     */
     Boolean authenticate(String authHeader, String authInfo);      Boolean authenticate(String authHeader, AuthenticationInfo* authInfo);
  
     /**     /**
     Construct and return the authentication response header     Construct and return the authentication response header
     */     */
     String getAuthResponseHeader(String realm, String& challenge);      String getAuthResponseHeader(String realm, AuthenticationInfo* authInfo);
  
 private: private:
     //ATTN: Include this when basic authentication is added  
       //ATTN: Uncomment this when basic authentication is added
     //BasicAuthenticator* _basicAuthenticator;     //BasicAuthenticator* _basicAuthenticator;
 }; };
  


Legend:
Removed from v.1.1.2.1  
changed lines
  Added in v.1.1.2.2

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2