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

Diff for /pegasus/src/Pegasus/Common/AuthenticationInfo.h between version 1.18 and 1.19

version 1.18, 2003/10/22 14:26:01 version 1.19, 2004/05/18 14:57:53
Line 26 
Line 26 
 // Author:  Nag Boranna, Hewlett-Packard Company (nagaraja_boranna@hp.com) // Author:  Nag Boranna, Hewlett-Packard Company (nagaraja_boranna@hp.com)
 // //
 // Modified By: Jair Santos, Hewlett-Packard Company (jair.santos@hp.com) // Modified By: Jair Santos, Hewlett-Packard Company (jair.santos@hp.com)
   //              Heather Sterling, IBM (hsterl@us.ibm.com)
 // //
 //%///////////////////////////////////////////////////////////////////////////// //%/////////////////////////////////////////////////////////////////////////////
  
Line 37 
Line 38 
 #include <Pegasus/Common/Tracer.h> #include <Pegasus/Common/Tracer.h>
 #include <Pegasus/Common/AuthenticationInfoRep.h> #include <Pegasus/Common/AuthenticationInfoRep.h>
 #include <Pegasus/Common/Linkage.h> #include <Pegasus/Common/Linkage.h>
   #include <Pegasus/Common/SSLContext.h>
  
 #ifdef PEGASUS_KERBEROS_AUTHENTICATION #ifdef PEGASUS_KERBEROS_AUTHENTICATION
 #include <Pegasus/Common/CIMKerberosSecurityAssociation.h> #include <Pegasus/Common/CIMKerberosSecurityAssociation.h>
Line 293 
Line 295 
     }     }
 #endif #endif
  
       /** Retrieves the SSL Certificate object
       */
       SSLCertificateInfo* getPeerCertificate() const
       {
           _checkRep();
           return _rep->getPeerCertificate();
       }
   
       /** Set the SSL Certificate object
       */
       void setPeerCertificate(SSLCertificateInfo* peerCertificate)
       {
           _checkRep();
           _rep->setPeerCertificate(peerCertificate);
       }
   
 private: private:
  
     AuthenticationInfo(AuthenticationInfoRep* rep) : _rep(rep)     AuthenticationInfo(AuthenticationInfoRep* rep) : _rep(rep)


Legend:
Removed from v.1.18  
changed lines
  Added in v.1.19

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2