|
ILIAS
release_5-1 Revision 5.0.0-5477-g43f3e3fab5f
|
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 () | |
Public Member Functions inherited from Auth_Container | |
| Auth_Container () | |
| Constructor. More... | |
| fetchData ($username, $password, $isChallengeResponse=false) | |
| Fetch data from storage container. More... | |
| verifyPassword ($password1, $password2, $cryptType="md5") | |
| Crypt and verfiy the entered password. More... | |
| supportsChallengeResponse () | |
| Returns true if the container supports Challenge Response password authentication. More... | |
| getCryptType () | |
| Returns the crypt current crypt type of the container. More... | |
| listUsers () | |
| List all users that are available from the storage container. More... | |
| getUser ($username) | |
| Returns a user assoc array. More... | |
| addUser ($username, $password, $additional=null) | |
| Add a new user to the storage container. More... | |
| removeUser ($username) | |
| Remove user from the storage container. More... | |
| changePassword ($username, $password) | |
| Change password for user in the storage container. More... | |
| log ($message, $level=AUTH_LOG_DEBUG) | |
| Log a message to the Auth log. More... | |
Public Member Functions inherited from ilAuthContainerBase | |
| loginObserver ($a_username, $a_auth) | |
| Called after successful login. More... | |
| failedLoginObserver ($a_username, $a_auth) | |
| Called after failed login. More... | |
| checkAuthObserver ($a_username, $a_auth) | |
| Called after check auth requests. More... | |
| logoutObserver ($a_username, $a_auth) | |
| Called after logout. More... | |
| 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. More... | |
Protected Attributes | |
| $current_container = null | |
Additional Inherited Members | |
Data Fields inherited from Auth_Container | |
| $activeUser = "" | |
| User that is currently selected from the storage container. More... | |
| $_auth_obj = null | |
| The Auth object this container is attached to. More... | |
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 | |||
| ) |
Reimplemented from ilAuthContainerBase.
Definition at line 80 of file class.ilAuthContainerMultiple.php.
References AUTH_LOG_DEBUG, and Auth_Container\log().
Here is the call graph for this function:| ilAuthContainerMultiple::failedLoginObserver | ( | $a_username, | |
| $a_auth | |||
| ) |
Reimplemented from ilAuthContainerBase.
Definition at line 56 of file class.ilAuthContainerMultiple.php.
References AUTH_LOG_DEBUG, and Auth_Container\log().
Here is the call graph for this function:| ilAuthContainerMultiple::fetchData | ( | $user, | |
| $pass | |||
| ) |
Definition at line 93 of file class.ilAuthContainerMultiple.php.
References Auth_Container\$_auth_obj, $_REQUEST, $auth, $pass, $result, ilAuthModeDetermination\_getInstance(), AUTH_LDAP, AUTH_LOCAL, AUTH_LOG_DEBUG, AUTH_RADIUS, AUTH_SOAP, ilAuthUtils\getAuthPlugins(), ilLoggerFactory\getLogger(), ilLDAPServer\getServerIdByAuthMode(), PEAR\isError(), and Auth_Container\log().
Here is the call graph for this function:| ilAuthContainerMultiple::loginObserver | ( | $a_username, | |
| $a_auth | |||
| ) |
Reimplemented from ilAuthContainerBase.
Definition at line 65 of file class.ilAuthContainerMultiple.php.
References AUTH_LOG_DEBUG, and Auth_Container\log().
Here is the call graph for this function:| ilAuthContainerMultiple::supportsCaptchaVerification | ( | ) |
Reimplemented from ilAuthContainerBase.
Definition at line 181 of file class.ilAuthContainerMultiple.php.
|
protected |
Definition at line 39 of file class.ilAuthContainerMultiple.php.