ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
@classDescription CAS authentication More...
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 24 of file class.ilAuthContainerCAS.php.
References initCAS().
ilAuthContainerCAS::fetchData | ( | $a_username, | |
$a_password, | |||
$isChallengeResponse = false |
|||
) |
string | $a_username | |
string | $a_password | |
bool | $isChallengeResponse,[optional] |
Definition at line 194 of file class.ilAuthContainerCAS.php.
References $ilLog.
ilAuthContainerCAS::forceAuthentication | ( | $username, | |
$status, | |||
$auth | |||
) |
Force CAS authentication.
object | $username | |
object | $status | |
object | $auth |
Definition at line 37 of file class.ilAuthContainerCAS.php.
References $ilLog.
|
protected |
Handle ldap as data source.
Auth | $auth | |
string | $ext_account |
Definition at line 146 of file class.ilAuthContainerCAS.php.
References $GLOBALS, $server, $sync, AUTH_CAS, AUTH_CAS_NO_ILIAS_USER, ilLDAPServer\getDataSource(), ilLDAPServer\getInstanceByServerId(), and ilUtil\redirect().
Referenced by loginObserver().
|
protected |
Definition at line 202 of file class.ilAuthContainerCAS.php.
References $ilSetting, CAS_VERSION_2_0, phpCAS\client(), phpCAS\setDebug(), and phpCAS\setNoCasServerValidation().
Referenced by __construct().
ilAuthContainerCAS::loginObserver | ( | $a_username, | |
$a_auth | |||
) |
Definition at line 49 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().
|
protected |
Definition at line 17 of file class.ilAuthContainerCAS.php.
|
protected |
Definition at line 18 of file class.ilAuthContainerCAS.php.
|
protected |
Definition at line 19 of file class.ilAuthContainerCAS.php.
|
protected |
Definition at line 16 of file class.ilAuthContainerCAS.php.