Class classAuthDriver

Description

Implements interfaces:

Driver for a class which implement an authentification

  • see: jAuth
  • since: 1.0a5

Located in /plugins/auth/class/class.auth.php (line 88)

jAuthDriverBase
   |
   --classAuthDriver
Method Summary
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
changePassword (line 130)
  • access: public
void changePassword ( $login,  $newpassword)
  • $login
  • $newpassword

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

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

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

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

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

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

Implementation of:
jIAuthDriver::updateUser()
save updated data of a user
verifyPassword (line 135)
  • 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:13 +0200 by phpDocumentor 1.4.3