"TYPO3 4.0.1: tx_sv_authbase Class Reference", "datetime" => "Sat Dec 2 19:27:25 2006", "date" => "2 Dec 2006", "doxygenversion" => "1.4.6", "projectname" => "TYPO3 4.0.1", "projectnumber" => "4.0.1" ); get_header($doxygen_vars); ?>
Public Member Functions | |
initAuth ($mode, $loginData, $authInfo, &$pObj) | |
compareUident ($user, $loginData, $security_level='') | |
writelog ($type, $action, $error, $details_nr, $details, $data, $tablename='', $recuid='', $recpid='') | |
fetchUserRecord ($username, $extraWhere='', $dbUserSetup='') | |
Public Attributes | |
$pObj | |
$mode | |
$login = array() | |
$authInfo = array() | |
$db_user = array() | |
$db_groups = array() | |
$writeAttemptLog = false | |
$writeDevLog = false |
Definition at line 62 of file class.tx_sv_authbase.php.
|
Check the login data with the user record data for builtin login methods
Definition at line 110 of file class.tx_sv_authbase.php. Referenced by tx_sv_auth::authUser(). |
|
Get a user from DB by username
Definition at line 158 of file class.tx_sv_authbase.php. Referenced by tx_sv_auth::getUser(). |
|
Initialize authentication service
Definition at line 87 of file class.tx_sv_authbase.php. References $authInfo, $mode, $pObj, and t3lib_svbase::getServiceOption(). |
|
Writes to log database table in pObj
Definition at line 129 of file class.tx_sv_authbase.php. References t3lib_svbase::$error. Referenced by tx_sv_auth::authUser(), and tx_sv_auth::getUser(). |
|
Defines if debug messages should be written with t3lib_div::devLog Reimplemented from t3lib_svbase. Definition at line 75 of file class.tx_sv_authbase.php. |