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

Diff for /pegasus/src/Pegasus/Common/AuthenticationInfoRep.h between version 1.3 and 1.4

version 1.3, 2002/07/26 20:01:19 version 1.4, 2003/08/02 18:51:46
Line 35 
Line 35 
 #include <Pegasus/Common/Sharable.h> #include <Pegasus/Common/Sharable.h>
 #include <Pegasus/Common/Linkage.h> #include <Pegasus/Common/Linkage.h>
  
   #ifdef PEGASUS_KERBEROS_AUTHENTICATION
   #include "CIMKerberosSecurityAssociation.h"
   #endif
  
 PEGASUS_NAMESPACE_BEGIN PEGASUS_NAMESPACE_BEGIN
  
Line 100 
Line 103 
  
     void   setAuthType(const String& authType);     void   setAuthType(const String& authType);
  
   #ifdef PEGASUS_KERBEROS_AUTHENTICATION
       CIMKerberosSecurityAssociation* getSecurityAssociation() const
       {
           return _securityAssoc;
       }
   #endif
   
 private: private:
  
     /** Constructors  */     /** Constructors  */
Line 115 
Line 125 
     Boolean _privileged;     Boolean _privileged;
     String  _authType;     String  _authType;
     AuthStatus _authStatus;     AuthStatus _authStatus;
   #ifdef PEGASUS_KERBEROS_AUTHENTICATION
       CIMKerberosSecurityAssociation * _securityAssoc;
   #endif
 }; };
  
 PEGASUS_NAMESPACE_END PEGASUS_NAMESPACE_END


Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2