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)


	
			
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 89)
  • access: protected
Methods
Constructor __construct (line 91)
classAuthDriver __construct ( $params)
  • $params

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

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

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

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

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

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

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

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

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

Documentation generated on Thu, 22 Mar 2012 22:13:03 +0100 by phpDocumentor 1.4.3