(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.30 and 1.30.6.3

version 1.30, 2009/03/20 07:36:01 version 1.30.6.3, 2014/04/28 00:29:13
Line 82 
Line 82 
     {     {
         _wsmanOperationMessageQueueId = wsmanOperationMessageQueueId;         _wsmanOperationMessageQueueId = wsmanOperationMessageQueueId;
     }     }
   #ifdef PEGASUS_ENABLE_PROTOCOL_WEB
       void setWebQueueId(Uint32 webOperationMessageQueueId)
       {
           _webOperationMessageQueueId = webOperationMessageQueueId;
       }
   #endif
   
       void setRsQueueId(Uint32 rsOperationMessageQueueId)
       {
           _rsOperationMessageQueueId = rsOperationMessageQueueId;
       }
  
 private: private:
  
Line 90 
Line 101 
         Buffer& message,         Buffer& message,
         Boolean closeConnect);         Boolean closeConnect);
  
 #ifdef PEGASUS_KERBEROS_AUTHENTICATION  
     void _sendSuccess(  
         Uint32 queueId,  
         const String& authResponse,  
         Boolean closeConnect);  
 #endif  
   
     void _sendChallenge(     void _sendChallenge(
         Uint32 queueId,         Uint32 queueId,
           const String& errorDetail,
         const String& authResponse,         const String& authResponse,
         Boolean closeConnect);         Boolean closeConnect);
  
Line 112 
Line 117 
     Uint32 _cimOperationMessageQueueId;     Uint32 _cimOperationMessageQueueId;
     Uint32 _cimExportMessageQueueId;     Uint32 _cimExportMessageQueueId;
     Uint32 _wsmanOperationMessageQueueId;     Uint32 _wsmanOperationMessageQueueId;
       Uint32 _rsOperationMessageQueueId;
   #ifdef PEGASUS_ENABLE_PROTOCOL_WEB
       Uint32 _webOperationMessageQueueId;
   #endif
  
     AutoPtr<AuthenticationManager> _authenticationManager;     AutoPtr<AuthenticationManager> _authenticationManager;
  


Legend:
Removed from v.1.30  
changed lines
  Added in v.1.30.6.3

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2