|
ILIAS
release_4-3 Revision
|
Abstract decorator for PEAR::Auth Base class for all Ilias Authentication classes. More...
Collaboration diagram for ilAuthContainerDecorator:Public Member Functions | |
| __construct () | |
| Constructor. | |
| __call ($name, $arguments) | |
| Wrapper for all PEAR_Auth_Container methods. | |
| getContainer () | |
| get pear container | |
| setContainer ($a_container) | |
| set pear container | |
| getAuthObject () | |
| appendParameter ($a_key, $a_value) | |
| Add a parameter. | |
| appendParameters ($a_params) | |
| getParameters () | |
| get auth container parameters | |
| loginObserver ($a_username, $a_auth) | |
| failedLoginObserver ($a_username, $a_auth) | |
| Called from base class after failed login. | |
| checkAuthObserver ($a_username, $a_auth) | |
| Called from base class after call of checkAuth. | |
| logoutObserver ($a_username, $a_auth) | |
| Called from base class after logout. | |
Protected Member Functions | |
| initContainer () | |
| Init the PEAR container. | |
Protected Attributes | |
| $parameter = array() | |
Private Attributes | |
| $container = null | |
Abstract decorator for PEAR::Auth Base class for all Ilias Authentication classes.
Definition at line 34 of file class.ilAuthContainerDecorator.php.
| ilAuthContainerDecorator::__construct | ( | ) |
|
final |
Wrapper for all PEAR_Auth_Container methods.
| @return |
Definition at line 55 of file class.ilAuthContainerDecorator.php.
| ilAuthContainerDecorator::appendParameter | ( | $a_key, | |
| $a_value | |||
| ) |
Add a parameter.
Used for contructor in PEAR_Auth_Container
Definition at line 90 of file class.ilAuthContainerDecorator.php.
| ilAuthContainerDecorator::appendParameters | ( | $a_params | ) |
Definition at line 95 of file class.ilAuthContainerDecorator.php.
| ilAuthContainerDecorator::checkAuthObserver | ( | $a_username, | |
| $a_auth | |||
| ) |
Called from base class after call of checkAuth.
| string | username |
| object | PEAR auth object |
Definition at line 147 of file class.ilAuthContainerDecorator.php.
References $ilLog.
| ilAuthContainerDecorator::failedLoginObserver | ( | $a_username, | |
| $a_auth | |||
| ) |
Called from base class after failed login.
| string | username |
| object | PEAR auth object |
Definition at line 130 of file class.ilAuthContainerDecorator.php.
References $ilLog.
| ilAuthContainerDecorator::getAuthObject | ( | ) |
Definition at line 82 of file class.ilAuthContainerDecorator.php.
References getContainer().
Here is the call graph for this function:| ilAuthContainerDecorator::getContainer | ( | ) |
get pear container
Definition at line 68 of file class.ilAuthContainerDecorator.php.
References $container.
Referenced by getAuthObject().
Here is the caller graph for this function:| ilAuthContainerDecorator::getParameters | ( | ) |
get auth container parameters
Definition at line 103 of file class.ilAuthContainerDecorator.php.
|
abstractprotected |
Init the PEAR container.
| ilAuthContainerDecorator::loginObserver | ( | $a_username, | |
| $a_auth | |||
| ) |
| object | $a_username | |
| object | $a_auth |
Definition at line 114 of file class.ilAuthContainerDecorator.php.
References $ilLog.
| ilAuthContainerDecorator::logoutObserver | ( | $a_username, | |
| $a_auth | |||
| ) |
Called from base class after logout.
| string | username |
| object | PEAR auth object |
Definition at line 162 of file class.ilAuthContainerDecorator.php.
References $ilLog.
| ilAuthContainerDecorator::setContainer | ( | $a_container | ) |
set pear container
Definition at line 76 of file class.ilAuthContainerDecorator.php.
|
private |
Definition at line 36 of file class.ilAuthContainerDecorator.php.
Referenced by getContainer().
|
protected |
Definition at line 37 of file class.ilAuthContainerDecorator.php.