LiveUser_Admin
[ class tree: LiveUser_Admin ] [ index: LiveUser_Admin ] [ all elements ]

Class: LiveUser_Admin_Auth_DB

Source Location: /LiveUser_Admin-0.3.3/Auth/DB.php

Class Overview

LiveUser_Admin_Auth_Common
   |
   --LiveUser_Admin_Auth_DB

DB-based authentication admin container for LiveUser.


Author(s):

Version:

  • Release: @package_version@

Copyright:

  • 2002-2005 Markus Wolff

Inherited Variables

Inherited Methods

Class: LiveUser_Admin_Auth_Common

LiveUser_Admin_Auth_Common::LiveUser_Admin_Auth_Common()
Class constructor. Feel free to override in backend subclasses.
LiveUser_Admin_Auth_Common::addUser()
Add user
LiveUser_Admin_Auth_Common::decryptPW()
Decrypts a password so that it can be compared with the user input. Uses the algorithm defined in the passwordEncryptionMode property.
LiveUser_Admin_Auth_Common::disconnect()
properly disconnect from resources
LiveUser_Admin_Auth_Common::encryptPW()
Encrypts a password for storage in a backend container.
LiveUser_Admin_Auth_Common::getUsers()
Fetches users
LiveUser_Admin_Auth_Common::init()
Load the storage container
LiveUser_Admin_Auth_Common::removeUser()
Remove user
LiveUser_Admin_Auth_Common::updateUser()
Update usr

Class Details

[line 97]
DB-based authentication admin container for LiveUser.

Description: This admin class provides the following functionalities

  • adding users
  • removing users
  • update user data (auth related: username, pwd, active)
  • adding rights
  • removing rights
  • get all users



[ Top ]


Documentation generated on Mon, 11 Mar 2019 14:16:44 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.