Documentation TYPO3 par Ameos |
Public Member Functions | |
getUser () | |
authUser ($user) | |
getGroups ($user, $knownGroups) | |
getSubGroups ($grList, $idList='', &$groups) |
Definition at line 56 of file class.tx_sv_auth.php.
|
Authenticate a user (Check various conditions for the user that might invalidate its authentication, eg. password match, domain, IP, etc.)
Definition at line 89 of file class.tx_sv_auth.php. References tx_sv_authbase::compareUident(), t3lib_div::devLog(), and tx_sv_authbase::writelog(). |
|
Find usergroup records, currently only for frontend
Definition at line 129 of file class.tx_sv_auth.php. References t3lib_div::cmpIP(), t3lib_div::devLog(), and getSubGroups(). |
|
Fetches subgroups of groups. Function is called recursively for each subgroup. Function was previously copied from t3lib_userAuthGroup->fetchGroups and has been slightly modified.
Definition at line 186 of file class.tx_sv_auth.php. References t3lib_div::inList(), and t3lib_div::intExplode(). Referenced by getGroups(). |
|
Find a user (eg. look up the user record in database when a login is sent)
Definition at line 64 of file class.tx_sv_auth.php. References t3lib_div::arrayToLogString(), t3lib_div::devLog(), tx_sv_authbase::fetchUserRecord(), and tx_sv_authbase::writelog(). |