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


	
			
Variable Summary
mixed $_params
Method Summary
classAuthDriver __construct ( $params)
void changePassword ( $login,  $newpassword)
void createUserObject ( $login,  $password)
void cryptPassword ( $password)
void getUser ( $login)
void getUserList ( $pattern)
void removeUser ( $login)
void saveNewUser ( $user)
void updateUser ( $user)
void verifyPassword ( $login,  $password)
Variables
mixed $_params (line 92)
  • access: protected
Methods
Constructor __construct (line 94)
classAuthDriver __construct ( $params)
  • $params

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

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

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

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

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

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

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

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

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

Documentation generated on Wed, 07 Sep 2011 13:46:29 +0200 by phpDocumentor 1.4.3