#include <interface/glite/wms/wmproxyapi/wmproxy_api.h>
Public Member Functions | |
ConfigContext (std::string p, std::string s, std::string t) | |
Default constructor. | |
virtual | ~ConfigContext () throw () |
Default destructor. | |
Data Fields | |
std::string | proxy_file |
User proxy file (default value is: /tmp/x509_u(uid) ). | |
std::string | endpoint |
Endpoint URL (default value in the wsdl file). | |
std::string | trusted_cert_dir |
Trusted certificates location (default value is: /etc/grid-security/certificates). | |
int | soap_timeout |
SOAP Timeout. | |
bool | server_authentication |
server authentication flag |
glite::wms::wmproxyapi::ConfigContext::ConfigContext | ( | std::string | p, | |
std::string | s, | |||
std::string | t | |||
) |
Default constructor.
virtual glite::wms::wmproxyapi::ConfigContext::~ConfigContext | ( | ) | throw () [virtual] |
Default destructor.
std::string glite::wms::wmproxyapi::ConfigContext::endpoint |
Endpoint URL (default value in the wsdl file).
User proxy file (default value is: /tmp/x509_u(uid) ).
server authentication flag
SOAP Timeout.
Trusted certificates location (default value is: /etc/grid-security/certificates).