@classDescription Base class for all ILIAS PEAR container classes
loginObserver($a_username, $a_auth)
Called after successful login.
logoutObserver($a_username, $a_auth)
Called after logout.
checkAuthObserver($a_username, $a_auth)
Called after check auth requests.
supportsCaptchaVerification()
Returns whether or not the auth container supports the verification of captchas This should be true f...
failedLoginObserver($a_username, $a_auth)
Called after failed login.