(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.46 and 1.47

version 1.46, 2014/04/08 17:15:38 version 1.47, 2014/09/15 07:52:14
Line 40 
Line 40 
 #include <Pegasus/Common/SSLContext.h> #include <Pegasus/Common/SSLContext.h>
  
  
   #ifdef PEGASUS_NEGOTIATE_AUTHENTICATION
   // TODO: write proper CIMKerberosSecurityAssociation with opaque types
   #include <Pegasus/Common/Negotiate.h>
   #endif //PEGASUS_NEGOTIATE_AUTHENTICATION
   
 PEGASUS_NAMESPACE_BEGIN PEGASUS_NAMESPACE_BEGIN
  
 /** /**
Line 297 
Line 302 
         return _rep->getIpAddress();         return _rep->getIpAddress();
     }     }
  
   #ifdef PEGASUS_NEGOTIATE_AUTHENTICATION
       /** Get GSSAPI context for this connection. */
       SharedPtr<NegotiateServerSession> getNegotiateSession()
       {
           CheckRep(_rep);
           return _rep->getNegotiateSession();
       }
   #endif //PEGASUS_NEGOTIATE_AUTHENTICATION
  
     Array<SSLCertificateInfo*> getClientCertificateChain()     Array<SSLCertificateInfo*> getClientCertificateChain()
     {     {


Legend:
Removed from v.1.46  
changed lines
  Added in v.1.47

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2