ILIAS
Release_4_0_x_branch Revision 61816
|
Base class for all ILIAS PEAR container classes More...
Public Member Functions | |
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 check auth requests. | |
logoutObserver ($a_username, $a_auth) | |
Called after logout. |
Base class for all ILIAS PEAR container classes
Definition at line 32 of file class.ilAuthContainerBase.php.
ilAuthContainerBase::checkAuthObserver | ( | $a_username, | |
$a_auth | |||
) |
Called after check auth requests.
string | username |
object | PEAR auth object |
Reimplemented in ilAuthContainerMultiple.
Definition at line 65 of file class.ilAuthContainerBase.php.
ilAuthContainerBase::failedLoginObserver | ( | $a_username, | |
$a_auth | |||
) |
Called after failed login.
string | username |
object | PEAR auth object |
Reimplemented in ilAuthContainerLDAP, and ilAuthContainerMultiple.
Definition at line 53 of file class.ilAuthContainerBase.php.
ilAuthContainerBase::loginObserver | ( | $a_username, | |
$a_auth | |||
) |
Called after successful login.
object | $a_username | |
object | $a_auth |
Reimplemented in ilAuthContainerLDAP, ilAuthContainerECS, ilAuthContainerMultiple, ilAuthContainerCAS, and ilAuthContainerCalendarToken.
Definition at line 41 of file class.ilAuthContainerBase.php.
ilAuthContainerBase::logoutObserver | ( | $a_username, | |
$a_auth | |||
) |
Called after logout.
string | username |
object | PEAR auth object |
Definition at line 77 of file class.ilAuthContainerBase.php.