Home
last modified time | relevance | path

Searched refs:SessionBackendInterface (Results 1 – 25 of 27) sorted by relevance

12

/dports/www/typo3-9/typo3_src-9.5.31/typo3/sysext/core/Classes/Session/
H A DSessionManager.php20 use TYPO3\CMS\Core\Session\Backend\SessionBackendInterface; alias
39 * @var SessionBackendInterface[]
47 * @return SessionBackendInterface
50 public function getSessionBackend(string $identifier): SessionBackendInterface
70 * @param SessionBackendInterface $backend see constants
74 …public function invalidateAllSessionsByUserId(SessionBackendInterface $backend, int $userId, Abstr…
104 * @return SessionBackendInterface
107 …eSessionBackendFromConfiguration(string $identifier, array $configuration): SessionBackendInterface
111 if (!is_subclass_of($className, SessionBackendInterface::class)) {
112 …igured session backend ' . $className . ' does not implement ' . SessionBackendInterface::class, 1…
[all …]
/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/core/Classes/Session/
H A DSessionManager.php22 use TYPO3\CMS\Core\Session\Backend\SessionBackendInterface; alias
41 * @var SessionBackendInterface[]
49 * @return SessionBackendInterface
52 public function getSessionBackend(string $identifier): SessionBackendInterface
72 * @param SessionBackendInterface $backend see constants
76 …public function invalidateAllSessionsByUserId(SessionBackendInterface $backend, int $userId, Abstr…
106 * @return SessionBackendInterface
109 …eSessionBackendFromConfiguration(string $identifier, array $configuration): SessionBackendInterface
113 if (!is_subclass_of($className, SessionBackendInterface::class)) {
114 …igured session backend ' . $className . ' does not implement ' . SessionBackendInterface::class, 1…
[all …]
H A DUserSessionManager.php26 use TYPO3\CMS\Core\Session\Backend\SessionBackendInterface; alias
53 protected SessionBackendInterface $sessionBackend;
59 * @param SessionBackendInterface $sessionBackend
64 …public function __construct(SessionBackendInterface $sessionBackend, int $sessionLifetime, IpLocke…
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/core/Classes/Session/
H A DSessionManager.php22 use TYPO3\CMS\Core\Session\Backend\SessionBackendInterface; alias
41 * @var SessionBackendInterface[]
49 * @return SessionBackendInterface
52 public function getSessionBackend(string $identifier): SessionBackendInterface
72 * @param SessionBackendInterface $backend see constants
76 …public function invalidateAllSessionsByUserId(SessionBackendInterface $backend, int $userId, Abstr…
106 * @return SessionBackendInterface
109 …eSessionBackendFromConfiguration(string $identifier, array $configuration): SessionBackendInterface
113 if (!is_subclass_of($className, SessionBackendInterface::class)) {
114 …igured session backend ' . $className . ' does not implement ' . SessionBackendInterface::class, 1…
[all …]
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/beuser/Classes/Domain/Repository/
H A DBackendUserSessionRepository.php20 use TYPO3\CMS\Core\Session\Backend\SessionBackendInterface; alias
107 * @return SessionBackendInterface
109 protected function getSessionBackend(): SessionBackendInterface
H A DBackendUserRepository.php21 use TYPO3\CMS\Core\Session\Backend\SessionBackendInterface; alias
152 * @return SessionBackendInterface
/dports/www/typo3-9/typo3_src-9.5.31/typo3/sysext/beuser/Classes/Domain/Repository/
H A DBackendUserSessionRepository.php19 use TYPO3\CMS\Core\Session\Backend\SessionBackendInterface; alias
106 * @return SessionBackendInterface
108 protected function getSessionBackend(): SessionBackendInterface
H A DBackendUserRepository.php20 use TYPO3\CMS\Core\Session\Backend\SessionBackendInterface; alias
152 * @return SessionBackendInterface
/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/beuser/Classes/Domain/Repository/
H A DBackendUserRepository.php20 use TYPO3\CMS\Core\Session\Backend\SessionBackendInterface; alias
151 * @return SessionBackendInterface
153 protected function getSessionBackend(): SessionBackendInterface
H A DBackendUserSessionRepository.php21 use TYPO3\CMS\Core\Session\Backend\SessionBackendInterface; alias
30 protected SessionBackendInterface $sessionBackend;
/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/backend/Classes/Controller/
H A DSwitchUserController.php28 use TYPO3\CMS\Core\Session\Backend\SessionBackendInterface; alias
44 protected SessionBackendInterface $sessionBackend;
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/core/Classes/Session/Backend/
H A DSessionBackendInterface.php27 interface SessionBackendInterface interface
H A DDatabaseSessionBackend.php35 class DatabaseSessionBackend implements SessionBackendInterface, HashableSessionBackendInterface
/dports/www/typo3-9/typo3_src-9.5.31/typo3/sysext/core/Classes/Session/Backend/
H A DSessionBackendInterface.php25 interface SessionBackendInterface interface
H A DDatabaseSessionBackend.php33 class DatabaseSessionBackend implements SessionBackendInterface, HashableSessionBackendInterface
H A DRedisSessionBackend.php30 class RedisSessionBackend implements SessionBackendInterface, HashableSessionBackendInterface, Logg…
/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/core/Classes/Session/Backend/
H A DSessionBackendInterface.php27 interface SessionBackendInterface interface
H A DDatabaseSessionBackend.php35 class DatabaseSessionBackend implements SessionBackendInterface, HashableSessionBackendInterface
H A DRedisSessionBackend.php32 class RedisSessionBackend implements SessionBackendInterface, HashableSessionBackendInterface, Logg…
/dports/www/typo3-9/typo3_src-9.5.31/typo3/sysext/beuser/Classes/Controller/
H A DBackendUserController.php20 use TYPO3\CMS\Core\Session\Backend\SessionBackendInterface; alias
337 * @return SessionBackendInterface
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/beuser/Classes/Controller/
H A DBackendUserController.php32 use TYPO3\CMS\Core\Session\Backend\SessionBackendInterface; alias
400 * @return SessionBackendInterface
/dports/www/typo3-9/typo3_src-9.5.31/typo3/sysext/core/Documentation/Changelog/8.6/
H A DFeature-70316-IntroduceSessionStorageFramework.rst52 :php:`\TYPO3\CMS\Core\Session\Backend\SessionBackendInterface` has to be implemented.
/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/core/Documentation/Changelog/8.6/
H A DFeature-70316-IntroduceSessionStorageFramework.rst52 :php:`\TYPO3\CMS\Core\Session\Backend\SessionBackendInterface` has to be implemented.
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/core/Documentation/Changelog/8.6/
H A DFeature-70316-IntroduceSessionStorageFramework.rst52 :php:`\TYPO3\CMS\Core\Session\Backend\SessionBackendInterface` has to be implemented.
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/core/Classes/Authentication/
H A DAbstractUserAuthentication.php36 use TYPO3\CMS\Core\Session\Backend\SessionBackendInterface; alias
311 * @var SessionBackendInterface
1534 * @return SessionBackendInterface

12