Home
last modified time | relevance | path

Searched refs:IUserBackend (Results 1 – 16 of 16) sorted by relevance

/dports/www/nextcloud/nextcloud/lib/public/User/Backend/
H A DABackend.php30 use OCP\IUserBackend; alias
36 abstract class ABackend implements IUserBackend, UserInterface {
/dports/www/owncloud/owncloud/apps/files_versions/lib/Command/
H A DCleanUp.php25 use OCP\IUserBackend; alias
77 if ($backend instanceof IUserBackend) {
/dports/www/owncloud/owncloud/apps/files_trashbin/lib/Command/
H A DCleanUp.php27 use OCP\IUserBackend; alias
83 if ($backend instanceof IUserBackend) {
/dports/www/owncloud/owncloud/apps/encryption/lib/Command/
H A DMigrateKeys.php30 use OCP\IUserBackend; alias
108 if ($backend instanceof IUserBackend) {
/dports/www/nextcloud/nextcloud/apps-pkg/files_versions/lib/Command/
H A DCleanUp.php28 use OCP\IUserBackend; alias
101 if ($backend instanceof IUserBackend) {
/dports/www/nextcloud/nextcloud/apps-pkg/files_trashbin/lib/Command/
H A DCleanUp.php30 use OCP\IUserBackend; alias
97 if ($backend instanceof IUserBackend) {
/dports/www/nextcloud/nextcloud/apps-pkg/files_external/lib/Lib/Auth/Password/
H A DLoginCredentials.php40 use OCP\IUserBackend; alias
124 if ($backend instanceof IUserBackend && $backend->getBackendName() === 'LDAP') {
/dports/www/owncloud/owncloud/lib/public/
H A DIUserBackend.php38 interface IUserBackend { interface
/dports/www/nextcloud/nextcloud/lib/public/
H A DIUserBackend.php33 interface IUserBackend { interface
/dports/www/owncloud/owncloud/lib/private/User/
H A DDatabase.php55 use OCP\IUserBackend; alias
64 class Database extends Backend implements IUserBackend, IProvidesHomeBackend, IProvidesDisplayNameB…
H A DUser.php43 use OCP\IUserBackend; alias
349 if ($b instanceof IUserBackend) {
H A DSession.php60 use OCP\IUserBackend; alias
/dports/www/nextcloud/nextcloud/lib/private/User/
H A DUser.php51 use OCP\IUserBackend; alias
360 if ($this->backend instanceof IUserBackend) {
H A DManager.php45 use OCP\IUserBackend; alias
493 if ($backend instanceof IUserBackend) {
/dports/www/nextcloud/nextcloud/apps-pkg/user_ldap/lib/
H A DUser_Proxy.php39 class User_Proxy extends Proxy implements \OCP\IUserBackend, \OCP\UserInterface, IUserLDAP {
H A DUser_LDAP.php52 class User_LDAP extends BackendUtility implements \OCP\IUserBackend, \OCP\UserInterface, IUserLDAP {