(file) Return to HTTPAuthenticatorDelegator.h CVS log (file) (dir) Up to [Pegasus] / pegasus / src / Pegasus / Server

Diff for /pegasus/src/Pegasus/Server/HTTPAuthenticatorDelegator.h between version 1.21 and 1.22

version 1.21, 2005/07/12 18:05:10 version 1.22, 2005/07/26 00:06:18
Line 34 
Line 34 
 //              Heather Sterling, IBM (hsterl@us.ibm.com) for PEP#187 //              Heather Sterling, IBM (hsterl@us.ibm.com) for PEP#187
 //              David Dillard, VERITAS Software Corp. //              David Dillard, VERITAS Software Corp.
 //                  (david.dillard@veriats.com) //                  (david.dillard@veriats.com)
   //              John Alex, IBM (johnalex@us.ibm.com) - Bug#2290
 // //
 //%///////////////////////////////////////////////////////////////////////////// //%/////////////////////////////////////////////////////////////////////////////
  
Line 92 
Line 93 
  
       void _sendResponse(       void _sendResponse(
          Uint32 queueId,          Uint32 queueId,
          Array<char>& message);           Array<char>& message,
            Boolean closeConnect);
  
 #ifdef PEGASUS_KERBEROS_AUTHENTICATION #ifdef PEGASUS_KERBEROS_AUTHENTICATION
       void _sendSuccess(       void _sendSuccess(
          Uint32 queueId,          Uint32 queueId,
          const String& authResponse);           const String& authResponse,
            Boolean closeConnect);
 #endif #endif
  
       void _sendChallenge(       void _sendChallenge(
          Uint32 queueId,          Uint32 queueId,
          const String& authResponse);           const String& authResponse,
            Boolean closeConnect);
  
       void _sendHttpError(       void _sendHttpError(
          Uint32 queueId,          Uint32 queueId,
          const String& status,          const String& status,
          const String& cimError = String::EMPTY,          const String& cimError = String::EMPTY,
          const String& pegasusError = String::EMPTY);           const String& pegasusError = String::EMPTY,
            Boolean closeConnect = false);
  
       Uint32 _operationMessageQueueId;       Uint32 _operationMessageQueueId;
  


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

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2