|
ILIAS
trunk Revision v12.0_alpha-1613-gae4c99ebb18
|
@phpstan-type ValidationResult array{firstname: string, lastname: string, email: string, valid: bool} @phpstan-type SessionParameters array{ext_uid: string, soap_pw: string, new_user: bool} @phpstan-type SoapCallArgument string|bool|int|float|object|array<int|string, string|bool|int|float|object> @phpstan-type SoapCallArguments list<SoapCallArgument> @phpstan-type NormalizedParameterInput array<int|string, SoapCallArgument> More...
Collaboration diagram for ILIAS\AuthSOAP\SoapDummyAuthHandler:Public Member Functions | |
| isValidSession (string $ext_uid, string $soap_pw, bool $new_user) | |
| __soapCall (string $function_name, array $arguments) | |
Private Member Functions | |
| localOperationName (string $name) | |
| normalizeParameterKeys (array $arguments) | |
| buildValidationResult (string $ext_uid, string $soap_pw, bool $new_user) | |
@phpstan-type ValidationResult array{firstname: string, lastname: string, email: string, valid: bool} @phpstan-type SessionParameters array{ext_uid: string, soap_pw: string, new_user: bool} @phpstan-type SoapCallArgument string|bool|int|float|object|array<int|string, string|bool|int|float|object> @phpstan-type SoapCallArguments list<SoapCallArgument> @phpstan-type NormalizedParameterInput array<int|string, SoapCallArgument>
Definition at line 30 of file SoapDummyAuthHandler.php.
| ILIAS\AuthSOAP\SoapDummyAuthHandler::__soapCall | ( | string | $function_name, |
| array | $arguments | ||
| ) |
| SoapCallArguments | $arguments |
Definition at line 44 of file SoapDummyAuthHandler.php.
References ILIAS\AuthSOAP\SoapDummyAuthHandler\localOperationName().
Here is the call graph for this function:
|
private |
Definition at line 120 of file SoapDummyAuthHandler.php.
References $ext_uid, $new_user, and $soap_pw.
Referenced by ILIAS\AuthSOAP\SoapDummyAuthHandler\isValidSession().
Here is the caller graph for this function:| ILIAS\AuthSOAP\SoapDummyAuthHandler::isValidSession | ( | string | $ext_uid, |
| string | $soap_pw, | ||
| bool | $new_user | ||
| ) |
Definition at line 35 of file SoapDummyAuthHandler.php.
References $new_user, $soap_pw, and ILIAS\AuthSOAP\SoapDummyAuthHandler\buildValidationResult().
Here is the call graph for this function:
|
private |
Definition at line 53 of file SoapDummyAuthHandler.php.
Referenced by ILIAS\AuthSOAP\SoapDummyAuthHandler\__soapCall(), and ILIAS\AuthSOAP\SoapDummyAuthHandler\normalizeParameterKeys().
Here is the caller graph for this function:
|
private |
| NormalizedParameterInput | $arguments |
Definition at line 92 of file SoapDummyAuthHandler.php.
References ILIAS\AuthSOAP\SoapDummyAuthHandler\localOperationName().
Here is the call graph for this function: