Documentation

AuthComponent extends Injectable
in package
implements ISecurityProvider

Table of Contents

Interfaces

ISecurityProvider

Properties

$user  : UserWrapper
$request  : Request
$securityComponent  : SecurityComponent

Methods

__construct()  : mixed
getAuthorizedUser()  : UserAccount|null
getCurrentUserAccount()  : UserAccount|null
getPrevUser()  : UserAccount|null
getPrevUserAccount()  : UserAccount|null
getToken()  : string|null
getUser()  : UserWrapper|null
getUserIdListForCron()  : mixed
getUserIdListFromRedisCache()  : mixed
getUserIdListFromSession()  : mixed
loadUsers()  : mixed
setUser()  : mixed
getUserIdListFromSecurityComponent()  : mixed
reloadUsers()  : mixed

Properties

Methods

getToken()

public getToken() : string|null
Return values
string|null

getUserIdListForCron()

public getUserIdListForCron() : mixed

getUserIdListFromRedisCache()

public getUserIdListFromRedisCache() : mixed

getUserIdListFromSession()

public getUserIdListFromSession() : mixed

loadUsers()

public loadUsers(mixed $actorAccountId, mixed $targetAccountId, mixed $prevUserId) : mixed
Parameters
$actorAccountId : mixed
$targetAccountId : mixed
$prevUserId : mixed
Tags
throws
NonUniqueResultException

getUserIdListFromSecurityComponent()

private getUserIdListFromSecurityComponent() : mixed

        
On this page

Search results