nextcloud/inc/User
Aldo "xoen" Giambelluca 68775a282d Created class `OC_USER_BACKEND` for general user managment
It's possible to use `OC_USER` as normal but the real stuff
is done by the `OC_USER::$_backend` class, setted using
`OC_USER::setBackend()` (this is done in inc/lib_user.php)
2010-07-21 17:53:51 +02:00
..
backend.php Created class `OC_USER_BACKEND` for general user managment 2010-07-21 17:53:51 +02:00
database.php Created class `OC_USER_BACKEND` for general user managment 2010-07-21 17:53:51 +02:00
ldap.php Created class `OC_USER_BACKEND` for general user managment 2010-07-21 17:53:51 +02:00
mod_auth.php Created class `OC_USER_BACKEND` for general user managment 2010-07-21 17:53:51 +02:00