Class dbAuthDriver

Description

Implements interfaces:

authentification driver for authentification information stored in a database

Located in /plugins/auth/db/db.auth.php (line 19)

jAuthDriverBase
   |
   --dbAuthDriver
Method Summary
dbAuthDriver __construct ( $params)
void changePassword ( $login,  $newpassword)
void createUserObject ( $login,  $password)
void getUser ( $login)
void getUserList ( $pattern)
void removeUser ( $login)
void saveNewUser ( $user)
void updateUser ( $user)
void verifyPassword ( $login,  $password)
Variables
Methods
Constructor __construct (line 21)
dbAuthDriver __construct ( $params)
  • $params

Redefinition of:
jAuthDriverBase::__construct()

Implementation of:
jIAuthDriver::__construct()
constructor
changePassword (line 71)
  • access: public
void changePassword ( $login,  $newpassword)
  • $login
  • $newpassword

Implementation of:
jIAuthDriver::changePassword()
change a user password
createUserObject (line 55)
  • access: public
void createUserObject ( $login,  $password)
  • $login
  • $password

Implementation of:
jIAuthDriver::createUserObject()
creates a new user object, with some first data..
getUser (line 50)
  • access: public
void getUser ( $login)
  • $login

Implementation of:
jIAuthDriver::getUser()
return user data corresponding to the given login
getUserList (line 62)
  • access: public
void getUserList ( $pattern)
  • $pattern

Implementation of:
jIAuthDriver::getUserList()
construct the user list
removeUser (line 38)
  • access: public
void removeUser ( $login)
  • $login

Implementation of:
jIAuthDriver::removeUser()
Erase user data of the user $login
saveNewUser (line 32)
  • access: public
void saveNewUser ( $user)
  • $user

Implementation of:
jIAuthDriver::saveNewUser()
store a new user.
updateUser (line 44)
  • access: public
void updateUser ( $user)
  • $user

Implementation of:
jIAuthDriver::updateUser()
save updated data of a user
verifyPassword (line 76)
  • access: public
void verifyPassword ( $login,  $password)
  • $login
  • $password

Implementation of:
jIAuthDriver::verifyPassword()
verify that the password correspond to the login

Inherited Methods

Inherited From jAuthDriverBase

jAuthDriverBase::__construct()
jAuthDriverBase::checkPassword()
jAuthDriverBase::cryptPassword()

Documentation generated on Thu, 19 Sep 2013 00:01:19 +0200 by phpDocumentor 1.4.3