|
ILIAS
trunk Revision v12.0_alpha-1613-gae4c99ebb18
|
Collaboration diagram for ILIAS\AuthSOAP\SoapDummyAuthServer:Public Member Functions | |
| __construct (private readonly bool $use_wsdl=true) | |
| start () | |
| enableWSDL (\soap_server $server) | |
Data Fields | |
| const | SERVICE_NAME = 'ILIAS SOAP Dummy Authentication Server' |
| const | SERVICE_NAMESPACE = 'urn:SoapDummyAuthServer' |
Private Member Functions | |
| isPostRequest () | |
| handleNativeSoapRequest () | |
| handleNusoapRequest () | |
| createNusoapServer () | |
| buildEndpointUri () | |
| registerNusoapMethods (\soap_server $server) | |
Definition at line 23 of file SoapDummyAuthServer.php.
| ILIAS\AuthSOAP\SoapDummyAuthServer::__construct | ( | private readonly bool | $use_wsdl = true | ) |
Definition at line 28 of file SoapDummyAuthServer.php.
|
private |
Definition at line 86 of file SoapDummyAuthServer.php.
References $_SERVER.
Referenced by ILIAS\AuthSOAP\SoapDummyAuthServer\handleNativeSoapRequest().
Here is the caller graph for this function:
|
private |
Definition at line 71 of file SoapDummyAuthServer.php.
References $server, ILIAS\AuthSOAP\SoapDummyAuthServer\enableWSDL(), and ILIAS\AuthSOAP\SoapDummyAuthServer\registerNusoapMethods().
Referenced by ILIAS\AuthSOAP\SoapDummyAuthServer\handleNusoapRequest().
Here is the call graph for this function:
Here is the caller graph for this function:| ILIAS\AuthSOAP\SoapDummyAuthServer::enableWSDL | ( | \soap_server | $server | ) |
Definition at line 96 of file SoapDummyAuthServer.php.
References $server.
Referenced by ILIAS\AuthSOAP\SoapDummyAuthServer\createNusoapServer().
Here is the caller graph for this function:
|
private |
Definition at line 48 of file SoapDummyAuthServer.php.
References ILIAS\AuthSOAP\SoapDummyAuthServer\buildEndpointUri().
Referenced by ILIAS\AuthSOAP\SoapDummyAuthServer\start().
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
Definition at line 62 of file SoapDummyAuthServer.php.
References $server, and ILIAS\AuthSOAP\SoapDummyAuthServer\createNusoapServer().
Referenced by ILIAS\AuthSOAP\SoapDummyAuthServer\start().
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
Definition at line 43 of file SoapDummyAuthServer.php.
References $_SERVER.
Referenced by ILIAS\AuthSOAP\SoapDummyAuthServer\start().
Here is the caller graph for this function:
|
private |
Definition at line 103 of file SoapDummyAuthServer.php.
References $server.
Referenced by ILIAS\AuthSOAP\SoapDummyAuthServer\createNusoapServer().
Here is the caller graph for this function:| ILIAS\AuthSOAP\SoapDummyAuthServer::start | ( | ) |
Definition at line 32 of file SoapDummyAuthServer.php.
References exit, ILIAS\AuthSOAP\SoapDummyAuthServer\handleNativeSoapRequest(), ILIAS\AuthSOAP\SoapDummyAuthServer\handleNusoapRequest(), and ILIAS\AuthSOAP\SoapDummyAuthServer\isPostRequest().
Here is the call graph for this function:| const ILIAS\AuthSOAP\SoapDummyAuthServer::SERVICE_NAME = 'ILIAS SOAP Dummy Authentication Server' |
Definition at line 25 of file SoapDummyAuthServer.php.
| const ILIAS\AuthSOAP\SoapDummyAuthServer::SERVICE_NAMESPACE = 'urn:SoapDummyAuthServer' |
Definition at line 26 of file SoapDummyAuthServer.php.