ILIAS  trunk Revision v11.0_alpha-1744-gb0451eebef4
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
ilWebServicesSetupConfig Class Reference
+ Inheritance diagram for ilWebServicesSetupConfig:
+ Collaboration diagram for ilWebServicesSetupConfig:

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
 

Detailed Description

Definition at line 23 of file class.ilWebServicesSetupConfig.php.

Constructor & Destructor Documentation

◆ __construct()

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.

52  {
53  $this->soap_user_administration = $soap_user_administration;
54  $this->soap_wsdl_path = $soap_wsdl_path;
55  $this->soap_connect_timeout = $soap_connect_timeout;
56  $this->rpc_server_host = $rpc_server_host;
57  $this->rpc_server_port = $rpc_server_port;
58  $this->soap_response_timeout = $soap_response_timeout;
59 
60  $this->soap_internal_wsdl_path = $soap_internal_wsdl_path;
61  $this->soap_internal_wsdl_verify_peer = $soap_internal_wsdl_verify_peer;
62  $this->soap_internal_wsdl_verify_peer_name = $soap_internal_wsdl_verify_peer_name;
63  $this->soap_internal_wsdl_allow_self_signed = $soap_internal_wsdl_allow_self_signed;
64  }

Member Function Documentation

◆ getRPCServerHost()

ilWebServicesSetupConfig::getRPCServerHost ( )

Definition at line 81 of file class.ilWebServicesSetupConfig.php.

References $rpc_server_host.

81  : string
82  {
84  }

◆ getRPCServerPort()

ilWebServicesSetupConfig::getRPCServerPort ( )

Definition at line 86 of file class.ilWebServicesSetupConfig.php.

References $rpc_server_port.

86  : int
87  {
89  }

◆ getSOAPConnectTimeout()

ilWebServicesSetupConfig::getSOAPConnectTimeout ( )

Definition at line 76 of file class.ilWebServicesSetupConfig.php.

References $soap_connect_timeout.

76  : int
77  {
79  }

◆ getSoapInternalWsdlAllowSelfSigned()

ilWebServicesSetupConfig::getSoapInternalWsdlAllowSelfSigned ( )

◆ getSoapInternalWsdlPath()

ilWebServicesSetupConfig::getSoapInternalWsdlPath ( )

Definition at line 96 of file class.ilWebServicesSetupConfig.php.

References $soap_internal_wsdl_path.

96  : string
97  {
99  }

◆ getSoapInternalWsdlVerifyPeer()

ilWebServicesSetupConfig::getSoapInternalWsdlVerifyPeer ( )

Definition at line 101 of file class.ilWebServicesSetupConfig.php.

References $soap_internal_wsdl_verify_peer.

101  : bool
102  {
104  }

◆ getSoapInternalWsdlVerifyPeerName()

ilWebServicesSetupConfig::getSoapInternalWsdlVerifyPeerName ( )

◆ getSoapResponseTimeout()

ilWebServicesSetupConfig::getSoapResponseTimeout ( )

Definition at line 91 of file class.ilWebServicesSetupConfig.php.

References $soap_response_timeout.

◆ getSOAPWsdlPath()

ilWebServicesSetupConfig::getSOAPWsdlPath ( )

Definition at line 71 of file class.ilWebServicesSetupConfig.php.

References $soap_wsdl_path.

71  : string
72  {
73  return $this->soap_wsdl_path;
74  }

◆ isSOAPUserAdministration()

ilWebServicesSetupConfig::isSOAPUserAdministration ( )

Definition at line 66 of file class.ilWebServicesSetupConfig.php.

References $soap_user_administration.

66  : bool
67  {
69  }

Field Documentation

◆ $rpc_server_host

string ilWebServicesSetupConfig::$rpc_server_host
protected

Definition at line 28 of file class.ilWebServicesSetupConfig.php.

Referenced by __construct(), and getRPCServerHost().

◆ $rpc_server_port

int ilWebServicesSetupConfig::$rpc_server_port
protected

Definition at line 29 of file class.ilWebServicesSetupConfig.php.

Referenced by __construct(), and getRPCServerPort().

◆ $soap_connect_timeout

int ilWebServicesSetupConfig::$soap_connect_timeout
protected

Definition at line 27 of file class.ilWebServicesSetupConfig.php.

Referenced by __construct(), and getSOAPConnectTimeout().

◆ $soap_internal_wsdl_allow_self_signed

bool ilWebServicesSetupConfig::$soap_internal_wsdl_allow_self_signed
protected

◆ $soap_internal_wsdl_path

string ilWebServicesSetupConfig::$soap_internal_wsdl_path
protected

Definition at line 31 of file class.ilWebServicesSetupConfig.php.

Referenced by __construct(), and getSoapInternalWsdlPath().

◆ $soap_internal_wsdl_verify_peer

bool ilWebServicesSetupConfig::$soap_internal_wsdl_verify_peer
protected

◆ $soap_internal_wsdl_verify_peer_name

bool ilWebServicesSetupConfig::$soap_internal_wsdl_verify_peer_name
protected

◆ $soap_response_timeout

ilWebServicesSetupConfig::$soap_response_timeout
protected

Definition at line 39 of file class.ilWebServicesSetupConfig.php.

Referenced by __construct(), and getSoapResponseTimeout().

◆ $soap_user_administration

bool ilWebServicesSetupConfig::$soap_user_administration
protected

Definition at line 25 of file class.ilWebServicesSetupConfig.php.

Referenced by __construct(), and isSOAPUserAdministration().

◆ $soap_wsdl_path

string ilWebServicesSetupConfig::$soap_wsdl_path
protected

Definition at line 26 of file class.ilWebServicesSetupConfig.php.

Referenced by __construct(), and getSOAPWsdlPath().


The documentation for this class was generated from the following file: