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

Diff for /pegasus/src/Pegasus/Config/SecurityPropertyOwner.h between version 1.20 and 1.21

version 1.20, 2004/05/26 17:04:39 version 1.21, 2004/06/01 11:21:55
Line 44 
Line 44 
 #define Pegasus_SecurityPropertyOwner_h #define Pegasus_SecurityPropertyOwner_h
  
 #include <Pegasus/Config/ConfigPropertyOwner.h> #include <Pegasus/Config/ConfigPropertyOwner.h>
   #include <Pegasus/Common/AutoPtr.h>
  
  
 PEGASUS_NAMESPACE_BEGIN PEGASUS_NAMESPACE_BEGIN
Line 63 
Line 64 
     /** Constructors  */     /** Constructors  */
     SecurityPropertyOwner();     SecurityPropertyOwner();
  
   
     /** Destructor  */  
     ~SecurityPropertyOwner();  
   
     /**     /**
     Initialize the config properties.     Initialize the config properties.
  
Line 208 
Line 205 
     /**     /**
     The security properties owned by this class     The security properties owned by this class
     */     */
     struct ConfigProperty*      _enableAuthentication;      AutoPtr<struct ConfigProperty>      _enableAuthentication; //PEP101
  
     struct ConfigProperty*      _enableNamespaceAuthorization;      AutoPtr<struct ConfigProperty>      _enableNamespaceAuthorization; //PEP101
  
     struct ConfigProperty*      _httpAuthType;      AutoPtr<struct ConfigProperty>      _httpAuthType; //PEP101
  
     struct ConfigProperty*      _passwordFilePath;      AutoPtr<struct ConfigProperty>      _passwordFilePath; //PEP101
  
     struct ConfigProperty*      _enableRemotePrivilegedUserAccess;      AutoPtr<struct ConfigProperty>      _enableRemotePrivilegedUserAccess; //PEP101
  
     struct ConfigProperty*      _certificateFilePath;      AutoPtr<struct ConfigProperty>      _certificateFilePath; //PEP101
  
     struct ConfigProperty*      _keyFilePath;      AutoPtr<struct ConfigProperty>      _keyFilePath; //PEP101
  
     struct ConfigProperty*      _trustStore;      AutoPtr<struct ConfigProperty>      _trustStore; //PEP101
  
     struct ConfigProperty*      _exportSSLTrustStore;      AutoPtr<struct ConfigProperty>      _exportSSLTrustStore; //PEP101
  
 #ifdef PEGASUS_USE_SSL_CLIENT_VERIFICATION #ifdef PEGASUS_USE_SSL_CLIENT_VERIFICATION
     struct ConfigProperty*      _sslClientVerificationMode;      AutoPtr<struct ConfigProperty>      _sslClientVerificationMode; //PEP101
     struct ConfigProperty*      _enableSSLTrustStoreAutoUpdate;      AutoPtr<struct ConfigProperty>      _enableSSLTrustStoreAutoUpdate; //PEP101
     struct ConfigProperty*      _sslTrustStoreUserName;      AutoPtr<struct ConfigProperty>      _sslTrustStoreUserName; //PEP101
 #endif #endif
  
     struct ConfigProperty*      _enableSubscriptionsForNonprivilegedUsers;      AutoPtr<struct ConfigProperty>      _enableSubscriptionsForNonprivilegedUsers; //PEP101
  
 #ifdef PEGASUS_ENABLE_USERGROUP_AUTHORIZATION #ifdef PEGASUS_ENABLE_USERGROUP_AUTHORIZATION
     struct ConfigProperty*      _authorizedUserGroups;      AutoPtr<struct ConfigProperty>      _authorizedUserGroups; //PEP101
 #endif #endif
  
     struct ConfigProperty*      _enableSSLExportClientVerification;      AutoPtr<struct ConfigProperty>      _enableSSLExportClientVerification; //PEP101
  
 #ifdef PEGASUS_KERBEROS_AUTHENTICATION #ifdef PEGASUS_KERBEROS_AUTHENTICATION
     struct ConfigProperty*      _kerberosServiceName;      AutoPtr<struct ConfigProperty>      _kerberosServiceName; //PEP101
 #endif #endif
 }; };
  


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

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2