|
ILIAS
release_5-2 Revision v5.2.25-18-g3f80b828510
|
@classDescription CAS authentication More...
Inheritance diagram for ilAuthContainerCAS:
Collaboration diagram for ilAuthContainerCAS:Public Member Functions | |
| __construct () | |
| forceAuthentication ($username, $status, $auth) | |
| Force CAS authentication. More... | |
| loginObserver ($a_username, $a_auth) | |
| fetchData ($a_username, $a_password, $isChallengeResponse=false) | |
Protected Member Functions | |
| handleLDAPDataSource ($a_auth, $ext_account) | |
| Handle ldap as data source. More... | |
| initCAS () | |
Protected Attributes | |
| $server_version = null | |
| $server_hostname = null | |
| $server_port = null | |
| $server_uri = null | |
@classDescription CAS authentication
Definition at line 14 of file class.ilAuthContainerCAS.php.
| ilAuthContainerCAS::__construct | ( | ) |
Definition at line 26 of file class.ilAuthContainerCAS.php.
References initCAS().
Here is the call graph for this function:| ilAuthContainerCAS::fetchData | ( | $a_username, | |
| $a_password, | |||
$isChallengeResponse = false |
|||
| ) |
| string | $a_username | |
| string | $a_password | |
| bool | $isChallengeResponse,[optional] |
Definition at line 208 of file class.ilAuthContainerCAS.php.
References $ilLog.
| ilAuthContainerCAS::forceAuthentication | ( | $username, | |
| $status, | |||
| $auth | |||
| ) |
Force CAS authentication.
| object | $username | |
| object | $status | |
| object | $auth |
Definition at line 39 of file class.ilAuthContainerCAS.php.
References $ilLog.
|
protected |
Handle ldap as data source.
| Auth | $auth | |
| string | $ext_account |
Definition at line 157 of file class.ilAuthContainerCAS.php.
References $GLOBALS, $server, AUTH_CAS, AUTH_CAS_NO_ILIAS_USER, ilLDAPServer\getDataSource(), ilLDAPServer\getInstanceByServerId(), and ilUtil\redirect().
Referenced by loginObserver().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 216 of file class.ilAuthContainerCAS.php.
References $ilSetting, CAS_VERSION_2_0, phpCAS\client(), phpCAS\setDebug(), and phpCAS\setNoCasServerValidation().
Referenced by __construct().
Here is the call graph for this function:
Here is the caller graph for this function:| ilAuthContainerCAS::loginObserver | ( | $a_username, | |
| $a_auth | |||
| ) |
Definition at line 52 of file class.ilAuthContainerCAS.php.
References $ilLog, $ilSetting, ilObjUser\_checkExternalAuthAccount(), ilAuthUtils\_generateLogin(), AUTH_CAS, AUTH_CAS_NO_ILIAS_USER, handleLDAPDataSource(), IL_PASSWD_CRYPTED, and ilLDAPServer\isDataSourceActive().
Here is the call graph for this function:
|
protected |
Definition at line 19 of file class.ilAuthContainerCAS.php.
|
protected |
Definition at line 20 of file class.ilAuthContainerCAS.php.
|
protected |
Definition at line 21 of file class.ilAuthContainerCAS.php.
|
protected |
Definition at line 18 of file class.ilAuthContainerCAS.php.