|
ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
Inheritance diagram for ilSoapAuthentication:
Collaboration diagram for ilSoapAuthentication: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 | ( | ) |
Constructor.
Definition at line 44 of file class.ilSoapAuthentication.php.
References $_COOKIE.
|
protected |
Check if user agreement is accepted.
@access 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().
Here is the call graph for this function:
Here is the caller graph for this function:| ilSoapAuthentication::__checkClientEnabled | ( | ) |
Definition at line 194 of file class.ilSoapAuthentication.php.
Referenced by validateSession().
Here is the caller graph for this function:| ilSoapAuthentication::__checkSOAPEnabled | ( | ) |
Definition at line 174 of file class.ilSoapAuthentication.php.
References $GLOBALS, and $ilDB.
Referenced by authenticate(), and validateSession().
Here is the caller graph for this function:| ilSoapAuthentication::authenticate | ( | ) |
Definition at line 58 of file class.ilSoapAuthentication.php.
References __checkAgreement(), and __checkSOAPEnabled().
Here is the call graph for this function:| 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().
Here is the call graph for this function:| ilSoapAuthentication::$soap_check = true |
Definition at line 38 of file class.ilSoapAuthentication.php.