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 87)

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

Inherited Variables

Inherited from jAuthDriverBase

jAuthDriverBase::$_params
Methods
changePassword (line 129)
  • access: public
void changePassword ( $login,  $newpassword)
  • $login
  • $newpassword

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

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

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

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

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

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

Implementation of:
jIAuthDriver::updateUser()
save updated data of a user
verifyPassword (line 134)
  • 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::cryptPassword()

Documentation generated on Mon, 19 Sep 2011 14:11:24 +0200 by phpDocumentor 1.4.3