|
ILIAS
release_5-2 Revision v5.2.25-18-g3f80b828510
|
Inheritance diagram for ilAuthContainerMultiple:
Collaboration diagram for ilAuthContainerMultiple:Public Member Functions | |
| __construct () | |
| Constructor. More... | |
| failedLoginObserver ($a_username, $a_auth) | |
| loginObserver ($a_username, $a_auth) | |
| checkAuthObserver ($a_username, $a_auth) | |
| fetchData ($user, $pass) | |
| supportsCaptchaVerification () | |
Protected Attributes | |
| $current_container = null | |
Definition at line 37 of file class.ilAuthContainerMultiple.php.
| ilAuthContainerMultiple::__construct | ( | ) |
Constructor.
Definition at line 45 of file class.ilAuthContainerMultiple.php.
| ilAuthContainerMultiple::checkAuthObserver | ( | $a_username, | |
| $a_auth | |||
| ) |
Definition at line 80 of file class.ilAuthContainerMultiple.php.
| ilAuthContainerMultiple::failedLoginObserver | ( | $a_username, | |
| $a_auth | |||
| ) |
Definition at line 56 of file class.ilAuthContainerMultiple.php.
| ilAuthContainerMultiple::fetchData | ( | $user, | |
| $pass | |||
| ) |
Definition at line 93 of file class.ilAuthContainerMultiple.php.
References $pass, $result, ilAuthModeDetermination\_getInstance(), AUTH_LDAP, AUTH_LOCAL, AUTH_RADIUS, AUTH_SOAP, ilAuthUtils\getAuthPlugins(), ilLoggerFactory\getLogger(), ilLDAPServer\getServerIdByAuthMode(), and PEAR\isError().
Here is the call graph for this function:| ilAuthContainerMultiple::loginObserver | ( | $a_username, | |
| $a_auth | |||
| ) |
Definition at line 65 of file class.ilAuthContainerMultiple.php.
| ilAuthContainerMultiple::supportsCaptchaVerification | ( | ) |
Definition at line 181 of file class.ilAuthContainerMultiple.php.
|
protected |
Definition at line 39 of file class.ilAuthContainerMultiple.php.