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) |
libAllure\AuthBackendDatabase::checkCredentials | ( | $username, | |
$password | |||
) |
Reimplemented from libAllure\AuthBackend.