Method |
Description |
|
__construct ( array $params = [] ) |
Constructor. |
|
addUser ( $userId, $credentials ) |
|
|
authenticate ( $userId, $credentials, $login = true ) |
|
|
exists ( $userId ) |
|
|
getCredential ( $name = null ) |
|
|
getError ( $msg = false ) |
|
|
getParam ( $param ) |
|
|
hasCapability ( $capability ) |
|
|
isLocked ( $userId, $show_details = false ) |
|
|
listUsers ( $sort = false ) |
|
|
lockUser ( $userId, $time ) |
|
|
removeUser ( $userId ) |
|
|
resetPassword ( $userId ) |
|
|
setCredential ( $type, $value ) |
|
|
setError ( $type, $msg = null ) |
|
|
transparent ( ) |
|
|
unlockUser ( $userId, $resetBadLogins = false ) |
|
|
updateUser ( $oldID, $newID, $credentials ) |
|
|
validateAuth ( ) |
|
|