ILIAS
Release_4_0_x_branch Revision 61816
|
Base class for all PEAR and ILIAS auth classes. More...
Public Member Functions | |
supportRedirects () | |
Returns true, if the current auth mode allows redirects to e.g the login screen, public section ... | |
getContainer () | |
Get container object. |
Protected Member Functions | |
initAuth () | |
Init auth object Enable logging, set callbacks... | |
loginObserver ($a_username, $a_auth) | |
Called after successful login. | |
failedLoginObserver ($a_username, $a_auth) | |
Called after failed login. | |
checkAuthObserver ($a_username, $a_auth) | |
Called after each check auth request. | |
logoutObserver ($a_username, $a_auth) | |
Called after logout. |
Protected Attributes | |
$sub_status = null |
Base class for all PEAR and ILIAS auth classes.
Enables logging, observers.
Definition at line 33 of file class.ilAuthBase.php.
|
protected |
Called after each check auth request.
array | $a_username | |
object | $a_auth |
Definition at line 124 of file class.ilAuthBase.php.
References getContainer().
|
protected |
Called after failed login.
array | $a_username | |
object | $a_auth |
Definition at line 107 of file class.ilAuthBase.php.
References $ilLog, and getContainer().
|
final |
Get container object.
Definition at line 53 of file class.ilAuthBase.php.
Referenced by checkAuthObserver(), failedLoginObserver(), loginObserver(), and logoutObserver().
|
finalprotected |
Init auth object Enable logging, set callbacks...
Definition at line 63 of file class.ilAuthBase.php.
References $GLOBALS, and AUTH_LOG_INFO.
Referenced by ilAuthCAS\__construct(), ilAuthSOAP\__construct(), ilAuthWeb\__construct(), ilAuthHTTP\__construct(), ilAuthCalendarToken\__construct(), ilAuthCron\__construct(), and ilAuthECS\__construct().
|
protected |
Called after successful login.
array | $a_username | |
object | $a_auth |
Definition at line 83 of file class.ilAuthBase.php.
References $ilLog, and getContainer().
|
protected |
Called after logout.
array | $a_username | |
object | $a_auth |
Definition at line 136 of file class.ilAuthBase.php.
References $GLOBALS, and getContainer().
ilAuthBase::supportRedirects | ( | ) |
Returns true, if the current auth mode allows redirects to e.g the login screen, public section ...
Definition at line 44 of file class.ilAuthBase.php.
|
protected |
Definition at line 37 of file class.ilAuthBase.php.