|
Stud.IP
jlu_3.3 Revision
|


Public Member Functions | |
| isAuthenticated ($username, $password) | |
Public Member Functions inherited from StudipAuthAbstract | |
| __construct () | |
| authenticateUser ($username, $password) | |
| getStudipUser ($username) | |
| doNewUserInit ($user) | |
| setUserDomains ($user) | |
| getUserDomains () | |
| doDataMapping ($user) | |
| isMappedField ($name) | |
| verifyUsername ($username) | |
| isUsedUsername ($username) | |
| isAuthenticated ($username, $password) | |
Additional Inherited Members | |
Static Public Member Functions inherited from StudipAuthAbstract | |
| static | getInstance ($plugin_name=false) |
| static | CheckAuthentication ($username, $password) |
| static | CheckUsername ($username) |
| static | CheckField ($field_name, $plugin_name) |
Data Fields inherited from StudipAuthAbstract | |
| $error_msg | |
| $is_new_user = false | |
| $user_domains | |
| $user_data_mapping = null | |
| $plugin_name | |
| $error_head | |
| isAuthenticated | ( | $username, | |
| $password | |||
| ) |
{method to check the authentication of a given username and a given passwordabstract, MUST be realized@access private
| string | the username |
| string | the password |
Reimplemented from StudipAuthAbstract.