ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
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.

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 }

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.

Member Function Documentation

◆ getRPCServerHost()

ilWebServicesSetupConfig::getRPCServerHost ( )

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

81 : string
82 {
84 }

References $rpc_server_host.

◆ getRPCServerPort()

ilWebServicesSetupConfig::getRPCServerPort ( )

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

86 : int
87 {
89 }

References $rpc_server_port.

◆ getSOAPConnectTimeout()

ilWebServicesSetupConfig::getSOAPConnectTimeout ( )

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

76 : int
77 {
79 }

References $soap_connect_timeout.

◆ getSoapInternalWsdlAllowSelfSigned()

ilWebServicesSetupConfig::getSoapInternalWsdlAllowSelfSigned ( )

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

111 : bool
112 {
114 }

References $soap_internal_wsdl_allow_self_signed.

◆ getSoapInternalWsdlPath()

ilWebServicesSetupConfig::getSoapInternalWsdlPath ( )

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

96 : string
97 {
99 }

References $soap_internal_wsdl_path.

◆ getSoapInternalWsdlVerifyPeer()

ilWebServicesSetupConfig::getSoapInternalWsdlVerifyPeer ( )

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

101 : bool
102 {
104 }

References $soap_internal_wsdl_verify_peer.

◆ getSoapInternalWsdlVerifyPeerName()

ilWebServicesSetupConfig::getSoapInternalWsdlVerifyPeerName ( )

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

106 : bool
107 {
109 }

References $soap_internal_wsdl_verify_peer_name.

◆ getSoapResponseTimeout()

ilWebServicesSetupConfig::getSoapResponseTimeout ( )

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

91 : int
92 {
94 }

References $soap_response_timeout.

◆ getSOAPWsdlPath()

ilWebServicesSetupConfig::getSOAPWsdlPath ( )

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

71 : string
72 {
74 }

References $soap_wsdl_path.

◆ isSOAPUserAdministration()

ilWebServicesSetupConfig::isSOAPUserAdministration ( )

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

66 : bool
67 {
69 }

References $soap_user_administration.

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: