|
ILIAS
trunk Revision v12.0_alpha-1613-gae4c99ebb18
|
Collaboration diagram for ILIAS\AuthSOAP\SoapAuthEndpoint:Public Member Functions | |
| __construct (\ilSetting $settings) | |
| getLocation () | |
| getNamespace () | |
| useDotnet () | |
| createValidationClient () | |
Private Member Functions | |
| buildLocation (string $server_hostname, int $server_port, string $server_uri, bool $use_https,) | |
Private Attributes | |
| string | $location |
| string | $namespace |
| bool | $use_dotnet |
Definition at line 23 of file SoapAuthEndpoint.php.
| ILIAS\AuthSOAP\SoapAuthEndpoint::__construct | ( | \ilSetting | $settings | ) |
Definition at line 29 of file SoapAuthEndpoint.php.
References ILIAS\AuthSOAP\SoapAuthEndpoint\buildLocation(), ilSetting\get(), and ILIAS\GlobalScreen\get().
Here is the call graph for this function:
|
private |
Definition at line 65 of file SoapAuthEndpoint.php.
Referenced by ILIAS\AuthSOAP\SoapAuthEndpoint\__construct().
Here is the caller graph for this function:| ILIAS\AuthSOAP\SoapAuthEndpoint::createValidationClient | ( | ) |
Definition at line 56 of file SoapAuthEndpoint.php.
| ILIAS\AuthSOAP\SoapAuthEndpoint::getLocation | ( | ) |
Definition at line 41 of file SoapAuthEndpoint.php.
References ILIAS\AuthSOAP\SoapAuthEndpoint\$location.
| ILIAS\AuthSOAP\SoapAuthEndpoint::getNamespace | ( | ) |
Definition at line 46 of file SoapAuthEndpoint.php.
References ILIAS\AuthSOAP\SoapAuthEndpoint\$namespace.
| ILIAS\AuthSOAP\SoapAuthEndpoint::useDotnet | ( | ) |
Definition at line 51 of file SoapAuthEndpoint.php.
References ILIAS\AuthSOAP\SoapAuthEndpoint\$use_dotnet.
|
private |
Definition at line 25 of file SoapAuthEndpoint.php.
Referenced by ILIAS\AuthSOAP\SoapAuthEndpoint\getLocation().
|
private |
Definition at line 26 of file SoapAuthEndpoint.php.
Referenced by ILIAS\AuthSOAP\SoapAuthEndpoint\getNamespace().
|
private |
Definition at line 27 of file SoapAuthEndpoint.php.
Referenced by ILIAS\AuthSOAP\SoapAuthEndpoint\useDotnet().