Loading lib/Service/SSOService.php +4 −4 Original line number Diff line number Diff line Loading @@ -7,7 +7,7 @@ use OCA\EcloudAccounts\AppInfo\Application; use OCA\EcloudAccounts\Db\TwoFactorMapper; use OCA\EcloudAccounts\Exception\SSOAdminAccessTokenException; use OCA\EcloudAccounts\Exception\SSOAdminAPIException; use OCP\ICacheFactory; use OCP\ICache; use OCP\IConfig; use OCP\ILogger; use OCP\IUserManager; Loading @@ -28,7 +28,7 @@ class SSOService { private IFactory $l10nFactory; private IUserManager $userManager; private TwoFactorMapper $twoFactorMapper; private ICacheFactory $cacheFactory; private ICache $clientsCache; private string $mainDomain; Loading Loading @@ -60,8 +60,8 @@ class SSOService { $this->l10nFactory = $l10nFactory; $this->userManager = $userManager; $this->twoFactorMapper = $twoFactorMapper; $this->cacheFactory = $cacheFactory; $this->clientsCache = $this->cacheFactory->createDistributed('ecloud_accounts_realm_clients'); $this->clientsCache = $cacheFactory->createDistributed('ecloud_accounts_realm_clients'); $this->mainDomain = $this->config->getSystemValue("main_domain"); $this->legacyDomain = $this->config->getSystemValue("legacy_domain"); Loading Loading
lib/Service/SSOService.php +4 −4 Original line number Diff line number Diff line Loading @@ -7,7 +7,7 @@ use OCA\EcloudAccounts\AppInfo\Application; use OCA\EcloudAccounts\Db\TwoFactorMapper; use OCA\EcloudAccounts\Exception\SSOAdminAccessTokenException; use OCA\EcloudAccounts\Exception\SSOAdminAPIException; use OCP\ICacheFactory; use OCP\ICache; use OCP\IConfig; use OCP\ILogger; use OCP\IUserManager; Loading @@ -28,7 +28,7 @@ class SSOService { private IFactory $l10nFactory; private IUserManager $userManager; private TwoFactorMapper $twoFactorMapper; private ICacheFactory $cacheFactory; private ICache $clientsCache; private string $mainDomain; Loading Loading @@ -60,8 +60,8 @@ class SSOService { $this->l10nFactory = $l10nFactory; $this->userManager = $userManager; $this->twoFactorMapper = $twoFactorMapper; $this->cacheFactory = $cacheFactory; $this->clientsCache = $this->cacheFactory->createDistributed('ecloud_accounts_realm_clients'); $this->clientsCache = $cacheFactory->createDistributed('ecloud_accounts_realm_clients'); $this->mainDomain = $this->config->getSystemValue("main_domain"); $this->legacyDomain = $this->config->getSystemValue("legacy_domain"); Loading