(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.40 and 1.40.6.3

version 1.40, 2009/06/11 07:28:57 version 1.40.6.3, 2013/09/14 23:08:19
Line 50 
Line 50 
 /////////////////////////////////////////////////////////////////// ///////////////////////////////////////////////////////////////////
  
 /** /**
     This is Log property owner class that extends ConfigPropertyOwner      This is Security property owner class that extends ConfigPropertyOwner
     class and provide implementation.     class and provide implementation.
 */ */
 class PEGASUS_CONFIG_LINKAGE SecurityPropertyOwner : public ConfigPropertyOwner class PEGASUS_CONFIG_LINKAGE SecurityPropertyOwner : public ConfigPropertyOwner
Line 80 
Line 80 
         Array<String>& propertyInfo) const;         Array<String>& propertyInfo) const;
  
     /**     /**
          Supplemental help information above and beyond
          getPropertyHelp.  Overrides function in ConfigPropertyOwner
          to provide possible values.
        */
   ////    String getPropertyHelpSupplement(const String& name) const;
   
       /**
         Get default value of the specified property.         Get default value of the specified property.
  
         @param  name         The name of the property.         @param  name         The name of the property.
Line 201 
Line 208 
     AutoPtr<struct ConfigProperty> _sslClientVerificationMode;     AutoPtr<struct ConfigProperty> _sslClientVerificationMode;
     AutoPtr<struct ConfigProperty> _sslTrustStoreUserName;     AutoPtr<struct ConfigProperty> _sslTrustStoreUserName;
     AutoPtr<struct ConfigProperty> _enableSubscriptionsForNonprivilegedUsers;     AutoPtr<struct ConfigProperty> _enableSubscriptionsForNonprivilegedUsers;
       AutoPtr<struct ConfigProperty> _cipherSuite;
       AutoPtr<struct ConfigProperty> _sslBackwardCompatibility;
  
 #ifdef PEGASUS_ENABLE_USERGROUP_AUTHORIZATION #ifdef PEGASUS_ENABLE_USERGROUP_AUTHORIZATION
     AutoPtr<struct ConfigProperty> _authorizedUserGroups;     AutoPtr<struct ConfigProperty> _authorizedUserGroups;


Legend:
Removed from v.1.40  
changed lines
  Added in v.1.40.6.3

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2