|
| | __construct () |
| | Constructor. More...
|
| |
| | 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...
|
| |
| | 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...
|
| |
Authentication against ILIAS database.
- Author
- Stefan Meyer meyer.nosp@m.@lei.nosp@m.fos.c.nosp@m.om
- Version
- $Id$
Definition at line 12 of file class.ilAuthContainerApache.php.