23 #ifndef CONFIGURATIONDATA_H_
24 #define CONFIGURATIONDATA_H_
26 #include "ControllerHandler.h"
27 #include "PropFileReader.h"
28 #include "SecurityHandler.h"
34 string key_file,dh_file,ca_list,rand_file,sec_password,srv_auth_prvd,srv_auth_mode,srv_auth_file,ip_address,resourcePath;
36 map<string, vector<string> > filterMap;
38 map<string, string> handoffs;
39 map<string, Security> securityObjectMap;
40 map<string, Element> formMap;
41 strVec dcpsss,cmpnames,tpes;
42 propMap props,lprops,urlpattMap,urlMap,tmplMap,vwMap,appMap,cntMap,pubMap,mapMap,mappattMap,autMap,autpattMap,wsdlmap,fviewmap,ajaxIntfMap;