libAllure
 
Loading...
Searching...
No Matches
libAllure\AuthBackendDatabase Class Reference
+ Inheritance diagram for libAllure\AuthBackendDatabase:

Public Member Functions

 __construct (Database $databaseInstance=null)
 
 checkCredentials ($username, $password)
 
 createTables ()
 
 getUserAttributes ($identifier, $uniqueField='username')
 
 getUserAttributes ($username)
 
 hashPassword ($password)
 
 register ($identifier='default')
 
 registerAsDefault ()
 
 setHashAlgo ($hashAlgo)
 
 setSalt ($prefixSalt=null, $suffixSalt=null)
 
 setUserAttribute ($username, $field, $value)
 

Static Public Member Functions

static getAllBackendIdentifiers ()
 
static getAllBackends ()
 
static getBackend ($identifier='default')
 
static getInstance ()
 
static setBackend (AuthBackend $backend)
 

Member Function Documentation

◆ checkCredentials()

libAllure\AuthBackendDatabase::checkCredentials (   $username,
  $password 
)

Reimplemented from libAllure\AuthBackend.