BackendUserSessionRepository

Internal

This class is a TYPO3 Backend implementation and is not considered part of the Public TYPO3 API.

Table of Contents

Properties

$sessionBackend  : SessionBackendInterface

Methods

__construct()  : mixed
findAllActive()  : array<string|int, mixed>
Find all active sessions for all backend users
findByBackendUser()  : array<string|int, mixed>
Find Sessions for specific BackendUser
getPersistedSessionIdentifier()  : string
terminateSessionByIdentifier()  : bool

Properties

Methods

findAllActive()

Find all active sessions for all backend users

public findAllActive() : array<string|int, mixed>
Return values
array<string|int, mixed>

findByBackendUser()

Find Sessions for specific BackendUser

public findByBackendUser(BackendUser $backendUser) : array<string|int, mixed>
Parameters
$backendUser : BackendUser
Return values
array<string|int, mixed>

terminateSessionByIdentifier()

public terminateSessionByIdentifier(string $sessionIdentifier) : bool
Parameters
$sessionIdentifier : string
Return values
bool

        
On this page

Search results