ILIAS
trunk Revision v11.0_alpha-1744-gb0451eebef4
|
Public Member Functions | |
__construct (bool $soap_user_administration, string $soap_wsdl_path, int $soap_connect_timeout, int $soap_response_timeout, string $rpc_server_host, int $rpc_server_port, string $soap_internal_wsdl_path, bool $soap_internal_wsdl_verify_peer, bool $soap_internal_wsdl_verify_peer_name, bool $soap_internal_wsdl_allow_self_signed,) | |
isSOAPUserAdministration () | |
getSOAPWsdlPath () | |
getSOAPConnectTimeout () | |
getRPCServerHost () | |
getRPCServerPort () | |
getSoapResponseTimeout () | |
getSoapInternalWsdlPath () | |
getSoapInternalWsdlVerifyPeer () | |
getSoapInternalWsdlVerifyPeerName () | |
getSoapInternalWsdlAllowSelfSigned () | |
Protected Attributes | |
bool | $soap_user_administration |
string | $soap_wsdl_path |
int | $soap_connect_timeout |
string | $rpc_server_host |
int | $rpc_server_port |
string | $soap_internal_wsdl_path |
bool | $soap_internal_wsdl_verify_peer |
bool | $soap_internal_wsdl_verify_peer_name |
bool | $soap_internal_wsdl_allow_self_signed |
$soap_response_timeout | |
Definition at line 23 of file class.ilWebServicesSetupConfig.php.
ilWebServicesSetupConfig::__construct | ( | bool | $soap_user_administration, |
string | $soap_wsdl_path, | ||
int | $soap_connect_timeout, | ||
int | $soap_response_timeout, | ||
string | $rpc_server_host, | ||
int | $rpc_server_port, | ||
string | $soap_internal_wsdl_path, | ||
bool | $soap_internal_wsdl_verify_peer, | ||
bool | $soap_internal_wsdl_verify_peer_name, | ||
bool | $soap_internal_wsdl_allow_self_signed | ||
) |
Definition at line 41 of file class.ilWebServicesSetupConfig.php.
References $rpc_server_host, $rpc_server_port, $soap_connect_timeout, $soap_internal_wsdl_allow_self_signed, $soap_internal_wsdl_path, $soap_internal_wsdl_verify_peer, $soap_internal_wsdl_verify_peer_name, $soap_response_timeout, $soap_user_administration, and $soap_wsdl_path.
ilWebServicesSetupConfig::getRPCServerHost | ( | ) |
Definition at line 81 of file class.ilWebServicesSetupConfig.php.
References $rpc_server_host.
ilWebServicesSetupConfig::getRPCServerPort | ( | ) |
Definition at line 86 of file class.ilWebServicesSetupConfig.php.
References $rpc_server_port.
ilWebServicesSetupConfig::getSOAPConnectTimeout | ( | ) |
Definition at line 76 of file class.ilWebServicesSetupConfig.php.
References $soap_connect_timeout.
ilWebServicesSetupConfig::getSoapInternalWsdlAllowSelfSigned | ( | ) |
Definition at line 111 of file class.ilWebServicesSetupConfig.php.
References $soap_internal_wsdl_allow_self_signed.
ilWebServicesSetupConfig::getSoapInternalWsdlPath | ( | ) |
Definition at line 96 of file class.ilWebServicesSetupConfig.php.
References $soap_internal_wsdl_path.
ilWebServicesSetupConfig::getSoapInternalWsdlVerifyPeer | ( | ) |
Definition at line 101 of file class.ilWebServicesSetupConfig.php.
References $soap_internal_wsdl_verify_peer.
ilWebServicesSetupConfig::getSoapInternalWsdlVerifyPeerName | ( | ) |
Definition at line 106 of file class.ilWebServicesSetupConfig.php.
References $soap_internal_wsdl_verify_peer_name.
ilWebServicesSetupConfig::getSoapResponseTimeout | ( | ) |
Definition at line 91 of file class.ilWebServicesSetupConfig.php.
References $soap_response_timeout.
ilWebServicesSetupConfig::getSOAPWsdlPath | ( | ) |
Definition at line 71 of file class.ilWebServicesSetupConfig.php.
References $soap_wsdl_path.
ilWebServicesSetupConfig::isSOAPUserAdministration | ( | ) |
Definition at line 66 of file class.ilWebServicesSetupConfig.php.
References $soap_user_administration.
|
protected |
Definition at line 28 of file class.ilWebServicesSetupConfig.php.
Referenced by __construct(), and getRPCServerHost().
|
protected |
Definition at line 29 of file class.ilWebServicesSetupConfig.php.
Referenced by __construct(), and getRPCServerPort().
|
protected |
Definition at line 27 of file class.ilWebServicesSetupConfig.php.
Referenced by __construct(), and getSOAPConnectTimeout().
|
protected |
Definition at line 34 of file class.ilWebServicesSetupConfig.php.
Referenced by __construct(), and getSoapInternalWsdlAllowSelfSigned().
|
protected |
Definition at line 31 of file class.ilWebServicesSetupConfig.php.
Referenced by __construct(), and getSoapInternalWsdlPath().
|
protected |
Definition at line 32 of file class.ilWebServicesSetupConfig.php.
Referenced by __construct(), and getSoapInternalWsdlVerifyPeer().
|
protected |
Definition at line 33 of file class.ilWebServicesSetupConfig.php.
Referenced by __construct(), and getSoapInternalWsdlVerifyPeerName().
|
protected |
Definition at line 39 of file class.ilWebServicesSetupConfig.php.
Referenced by __construct(), and getSoapResponseTimeout().
|
protected |
Definition at line 25 of file class.ilWebServicesSetupConfig.php.
Referenced by __construct(), and isSOAPUserAdministration().
|
protected |
Definition at line 26 of file class.ilWebServicesSetupConfig.php.
Referenced by __construct(), and getSOAPWsdlPath().