| ILIAS
    Release_4_1_x_branch Revision 61804
    | 
Base class for all ILIAS PEAR container classes More...
 Inheritance diagram for ilAuthContainerBase:
 Inheritance diagram for ilAuthContainerBase: Collaboration diagram for ilAuthContainerBase:
 Collaboration diagram for ilAuthContainerBase:| 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, ilAuthContainerSOAP, ilAuthContainerECS, ilAuthContainerOpenId, 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.