ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
Public Member Functions | |
__construct () | |
Constructor. More... | |
disableSoapCheck () | |
authenticate () | |
validateSession () | |
__checkSOAPEnabled () | |
__checkClientEnabled () | |
Data Fields | |
$soap_check = true | |
Protected Member Functions | |
__checkAgreement ($a_auth_mode) | |
Check if user agreement is accepted. More... | |
Definition at line 36 of file class.ilSoapAuthentication.php.
ilSoapAuthentication::__construct | ( | ) |
|
protected |
Check if user agreement is accepted.
protected
string | auth_mode local,ldap or cas |
Definition at line 110 of file class.ilSoapAuthentication.php.
References $GLOBALS, and ilObjUser\_checkExternalAuthAccount().
Referenced by authenticate().
ilSoapAuthentication::__checkClientEnabled | ( | ) |
Definition at line 194 of file class.ilSoapAuthentication.php.
Referenced by validateSession().
ilSoapAuthentication::__checkSOAPEnabled | ( | ) |
Definition at line 174 of file class.ilSoapAuthentication.php.
References $GLOBALS, and $ilDB.
Referenced by authenticate(), and validateSession().
ilSoapAuthentication::authenticate | ( | ) |
Definition at line 58 of file class.ilSoapAuthentication.php.
References __checkAgreement(), and __checkSOAPEnabled().
ilSoapAuthentication::disableSoapCheck | ( | ) |
Definition at line 53 of file class.ilSoapAuthentication.php.
ilSoapAuthentication::validateSession | ( | ) |
Definition at line 131 of file class.ilSoapAuthentication.php.
References __checkClientEnabled(), and __checkSOAPEnabled().
ilSoapAuthentication::$soap_check = true |
Definition at line 38 of file class.ilSoapAuthentication.php.