ILIAS
Release_5_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. | |
supportsCaptchaVerification () | |
Returns whether or not the auth container supports the verification of captchas This should be true for those auth methods, which are available in the default login form. |
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 ilAuthContainerECS, ilAuthContainerLDAP, ilAuthContainerSOAP, ilAuthContainerOpenId, ilAuthContainerMDB2, 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.
ilAuthContainerBase::supportsCaptchaVerification | ( | ) |
Returns whether or not the auth container supports the verification of captchas This should be true for those auth methods, which are available in the default login form.
Reimplemented in ilAuthContainerLDAP, ilAuthContainerMultiple, and ilAuthContainerMDB2.
Definition at line 87 of file class.ilAuthContainerBase.php.