ILIAS  trunk Revision v12.0_alpha-1613-gae4c99ebb18
ILIAS\AuthSOAP Namespace Reference

Data Structures

class  ConnectionTester
 
class  SessionValidationClient
 
class  SessionValidationResult
 @phpstan-type ValidationArray array{valid: bool, firstname?: string, lastname?: string, email?: string} More...
 
class  SoapAuthEndpoint
 
class  SoapDummyAuthHandler
 @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...
 
class  SoapDummyAuthServer