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

Index of all elements

[ a ] [ c ] [ d ] [ e ] [ f ] [ g ] [ i ] [ l ] [ m ] [ n ] [ o ] [ p ] [ q ] [ r ] [ s ] [ t ] [ u ] [ w ] [ _ ]

a

$alias
in file SQL.php, variable LiveUser_Admin_Storage_SQL::$alias
$auth
in file Admin.php, variable LiveUser_Admin::$auth
    Auth admin object
$authContainerName
in file Admin.php, variable LiveUser_Admin::$authContainerName
    Name of the current selected auth container
$authTable
in file DB.php, variable LiveUser_Admin_Auth_DB::$authTable
    Auth table Table where the auth data is stored.
$authTable
in file MDB.php, variable LiveUser_Admin_Auth_MDB::$authTable
    Auth table Table where the auth data is stored.
$authTable
in file MDB2.php, variable LiveUser_Admin_Auth_MDB2::$authTable
    Auth table Table where the auth data is stored.
$authTableCols
in file MDB2.php, variable LiveUser_Admin_Auth_MDB2::$authTableCols
    Columns of the auth table.
$authTableCols
in file MDB.php, variable LiveUser_Admin_Auth_MDB::$authTableCols
    Columns of the auth table.
$authTableCols
in file DB.php, variable LiveUser_Admin_Auth_DB::$authTableCols
    Columns of the auth table.
ACCESS
in file conf.php, constant ACCESS
addApplication
in file Simple.php, method LiveUser_Admin_Perm_Simple::addApplication()
addArea
in file Simple.php, method LiveUser_Admin_Perm_Simple::addArea()
addErrorLog
in file Admin.php, method LiveUser_Admin::addErrorLog()
    Add error logger for use by Errorstack.
addGroup
in file Medium.php, method LiveUser_Admin_Perm_Medium::addGroup()
addRight
in file Simple.php, method LiveUser_Admin_Perm_Simple::addRight()
addTranslation
in file Simple.php, method LiveUser_Admin_Perm_Simple::addTranslation()
addUser
in file Simple.php, method LiveUser_Admin_Perm_Simple::addUser()
addUser
in file MDB2.php, method LiveUser_Admin_Auth_MDB2::addUser()
    Adds a new user to Auth/MDB2.
addUser
in file DB.php, method LiveUser_Admin_Auth_DB::addUser()
    Adds a new user to Auth/DB.
addUser
in file Admin.php, method LiveUser_Admin::addUser()
    Tries to add a user to both containers.
addUser
in file MDB.php, method LiveUser_Admin_Auth_MDB::addUser()
    Adds a new user to Auth/MDB.
addUser
in file Common.php, method LiveUser_Admin_Auth_Common::addUser()
    Adds a new user to Auth.
addUserToGroup
in file Medium.php, method LiveUser_Admin_Perm_Medium::addUserToGroup()
assignSubGroup
in file Complex.php, method LiveUser_Admin_Perm_Complex::assignSubGroup()
Admin.php
procedural page Admin.php
Application.php
procedural page Application.php
Area.php
procedural page Area.php
area51.php
procedural page area51.php
top

c

createInsert
in file SQL.php, method LiveUser_Admin_Storage_SQL::createInsert()
createJoinFilter
in file SQL.php, method LiveUser_Admin_Storage_SQL::createJoinFilter()
createSelect
in file SQL.php, method LiveUser_Admin_Storage_SQL::createSelect()
createUpdate
in file SQL.php, method LiveUser_Admin_Storage_SQL::createUpdate()
createWhere
in file SQL.php, method LiveUser_Admin_Storage_SQL::createWhere()
Common.php
procedural page Common.php
config.inc.php
procedural page config.inc.php
coffeemaker.php
procedural page coffeemaker.php
conf.php
procedural page conf.php
Complex.php
procedural page Complex.php
top

d

decryptPW
in file Common.php, method 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.
delete
in file SQL.php, method LiveUser_Admin_Storage_SQL::delete()
disconnect
in file Storage.php, method LiveUser_Admin_Storage::disconnect()
    properly disconnect from resources
disconnect
in file SQL.php, method LiveUser_Admin_Storage_SQL::disconnect()
    properly disconnect from resources
disconnect
in file MDB2.php, method LiveUser_Admin_Storage_MDB2::disconnect()
disconnect
in file Simple.php, method LiveUser_Admin_Perm_Simple::disconnect()
    properly disconnect from resources
DRINK_COFFEE
in file conf.php, constant DRINK_COFFEE
DB.php
procedural page DB.php
top

e

eHandler
in file conf.php, function eHandler()
encryptPW
in file Common.php, method LiveUser_Admin_Auth_Common::encryptPW()
    Encrypts a password for storage in a backend container.
example.php
procedural page example.php
top

f

$fields
in file SQL.php, variable LiveUser_Admin_Storage_SQL::$fields
factory
in file Admin.php, method LiveUser_Admin::factory()
findTables
in file SQL.php, method LiveUser_Admin_Storage_SQL::findTables()
FLY_ALIEN_SPACE_CRAFT
in file conf.php, constant FLY_ALIEN_SPACE_CRAFT
top

g

getApplications
in file Simple.php, method LiveUser_Admin_Perm_Simple::getApplications()
getAreas
in file Simple.php, method LiveUser_Admin_Perm_Simple::getAreas()
getCurrentApplication
in file Simple.php, method LiveUser_Admin_Perm_Simple::getCurrentApplication()
    Get current application
getErrors
in file Admin.php, method LiveUser_Admin::getErrors()
    Wrapper method to get the Error Stack
getGroups
in file Complex.php, method LiveUser_Admin_Perm_Complex::getGroups()
getGroups
in file Medium.php, method LiveUser_Admin_Perm_Medium::getGroups()
getImpliedRights
in file Complex.php, method LiveUser_Admin_Perm_Complex::getImpliedRights()
getInheritedRights
in file Complex.php, method LiveUser_Admin_Perm_Complex::getInheritedRights()
getParentGroup
in file Complex.php, method LiveUser_Admin_Perm_Complex::getParentGroup()
getProperty
in file Common.php, method LiveUser_Admin_Auth_Common::getProperty()
    Function returns the inquired value if it exists in the class.
getRights
in file Simple.php, method LiveUser_Admin_Perm_Simple::getRights()
getRights
in file Complex.php, method LiveUser_Admin_Perm_Complex::getRights()
getTranslations
in file Simple.php, method LiveUser_Admin_Perm_Simple::getTranslations()
getUser
in file Admin.php, method LiveUser_Admin::getUser()
    Finds and gets userinfo by his userID, customFields can also be gotten
getUsers
in file MDB2.php, method LiveUser_Admin_Auth_MDB2::getUsers()
    Gets all users with handle, passwd, auth_user_id lastlogin, is_active and individual rights.
getUsers
in file DB.php, method LiveUser_Admin_Auth_DB::getUsers()
    Gets all users with handle, passwd, auth_user_id lastlogin, is_active and individual rights.
getUsers
in file Common.php, method LiveUser_Admin_Auth_Common::getUsers()
    Gets all users with handle, passwd, authId, lastlogin, is_active and individual rights.
getUsers
in file MDB.php, method LiveUser_Admin_Auth_MDB::getUsers()
    Gets all users with handle, passwd, auth_user_id lastlogin, is_active and individual rights.
getUsers
in file Simple.php, method LiveUser_Admin_Perm_Simple::getUsers()
grantGroupRight
in file Medium.php, method LiveUser_Admin_Perm_Medium::grantGroupRight()
grantGroupRight
in file Complex.php, method LiveUser_Admin_Perm_Complex::grantGroupRight()
grantUserRight
in file Complex.php, method LiveUser_Admin_Perm_Complex::grantUserRight()
grantUserRight
in file Simple.php, method LiveUser_Admin_Perm_Simple::grantUserRight()
Group.php
procedural page Group.php
GroupRights.php
procedural page GroupRights.php
top

i

implodeArray
in file MDB2.php, method LiveUser_Admin_Storage_MDB2::implodeArray()
implyRight
in file Complex.php, method LiveUser_Admin_Perm_Complex::implyRight()
init
in file MDB2.php, method LiveUser_Admin_Storage_MDB2::init()
init
in file DB.php, method LiveUser_Admin_Auth_DB::init()
init
in file MDB2.php, method LiveUser_Admin_Auth_MDB2::init()
init
in file MDB.php, method LiveUser_Admin_Auth_MDB::init()
insert
in file SQL.php, method LiveUser_Admin_Storage_SQL::insert()
ImplyRights.php
procedural page ImplyRights.php
index.php
procedural page index.php
top

l

LAUNCH_ATOMIC_BOMB
in file conf.php, constant LAUNCH_ATOMIC_BOMB
LiveUser_Admin
in file Admin.php, class LiveUser_Admin
    Attempt at a unified admin class
LiveUser_Admin
in file Admin.php, method LiveUser_Admin::LiveUser_Admin()
loginscreen.php
procedural page loginscreen.php
LiveUser_Admin_Auth_Common
in file Common.php, class LiveUser_Admin_Auth_Common
    Base class for authentication backends.
LiveUser_Admin_Auth_Common
in file Common.php, method LiveUser_Admin_Auth_Common::LiveUser_Admin_Auth_Common()
    Class constructor. Feel free to override in backend subclasses.
LiveUser_Admin_Auth_DB
in file DB.php, class LiveUser_Admin_Auth_DB
    Simple DB-based complexity driver for LiveUser.
LiveUser_Admin_Auth_MDB
in file MDB.php, class LiveUser_Admin_Auth_MDB
    Simple MDB-based complexity driver for LiveUser.
LiveUser_Admin_Auth_MDB2
in file MDB2.php, class LiveUser_Admin_Auth_MDB2
    Simple MDB2-based complexity driver for LiveUser.
LIVEUSER_ADMIN_ERROR
in file Admin.php, constant LIVEUSER_ADMIN_ERROR
    Error related constants definition
LIVEUSER_ADMIN_ERROR_ALREADY_ASSIGNED
in file Admin.php, constant LIVEUSER_ADMIN_ERROR_ALREADY_ASSIGNED
    Error related constants definition
LIVEUSER_ADMIN_ERROR_DATA
in file Admin.php, constant LIVEUSER_ADMIN_ERROR_DATA
    Error related constants definition
LIVEUSER_ADMIN_ERROR_FILTER
in file Admin.php, constant LIVEUSER_ADMIN_ERROR_FILTER
    Error related constants definition
LIVEUSER_ADMIN_ERROR_NOT_SUPPORTED
in file Admin.php, constant LIVEUSER_ADMIN_ERROR_NOT_SUPPORTED
    Error related constants definition
LIVEUSER_ADMIN_ERROR_QUERY_BUILDER
in file Admin.php, constant LIVEUSER_ADMIN_ERROR_QUERY_BUILDER
    Error related constants definition
LiveUser_Admin_Perm_Complex
in file Complex.php, class LiveUser_Admin_Perm_Complex
    This class provides a set of functions for implementing a user permission management system on live websites. All authorisation backends/containers must be extensions of this base class.
LiveUser_Admin_Perm_Medium
in file Medium.php, class LiveUser_Admin_Perm_Medium
    This class provides a set of functions for implementing a user permission management system on live websites. All authorisation backends/containers must be extensions of this base class.
LiveUser_Admin_Perm_Simple
in file Simple.php, class LiveUser_Admin_Perm_Simple
    This class provides a set of functions for implementing a user permission management system on live websites. All authorisation backends/containers must be extensions of this base class.
LiveUser_Admin_Perm_Simple
in file Simple.php, method LiveUser_Admin_Perm_Simple::LiveUser_Admin_Perm_Simple()
    Class constructor. Feel free to override in backend subclasses.
LiveUser_Admin_Perm_Storage_MDB2
in file MDB2.php, class LiveUser_Admin_Perm_Storage_MDB2
    This is a PEAR::MDB2 backend driver for the LiveUser class.
LiveUser_Admin_Perm_Storage_MDB2
in file MDB2.php, method LiveUser_Admin_Perm_Storage_MDB2::LiveUser_Admin_Perm_Storage_MDB2()
    Constructor
LiveUser_Admin_Storage
in file Storage.php, method LiveUser_Admin_Storage::LiveUser_Admin_Storage()
    Constructor
LiveUser_Admin_Storage
in file Storage.php, class LiveUser_Admin_Storage
    This is a PEAR::MDB2 backend driver for the LiveUser class.
LiveUser_Admin_Storage_MDB2
in file MDB2.php, class LiveUser_Admin_Storage_MDB2
    This is a PEAR::MDB2 backend driver for the LiveUser class.
LiveUser_Admin_Storage_MDB2
in file MDB2.php, method LiveUser_Admin_Storage_MDB2::LiveUser_Admin_Storage_MDB2()
    Constructor
LiveUser_Admin_Storage_SQL
in file SQL.php, class LiveUser_Admin_Storage_SQL
    This is a PEAR::MDB2 backend driver for the LiveUser class.
LiveUser_Admin_Storage_SQL
in file SQL.php, method LiveUser_Admin_Storage_SQL::LiveUser_Admin_Storage_SQL()
    Constructor
LIVEUSER_GROUP_TYPE_ALL
in file Medium.php, constant LIVEUSER_GROUP_TYPE_ALL
LIVEUSER_GROUP_TYPE_ROLE
in file Medium.php, constant LIVEUSER_GROUP_TYPE_ROLE
LIVEUSER_GROUP_TYPE_USER
in file Medium.php, constant LIVEUSER_GROUP_TYPE_USER
LiveUser_Perm_Complex
in file Complex.php, method LiveUser_Admin_Perm_Complex::LiveUser_Perm_Complex()
    Constructor
LiveUser_Perm_Medium
in file Medium.php, method LiveUser_Admin_Perm_Medium::LiveUser_Perm_Medium()
    Constructor
loadPEARLog
in file Admin.php, method LiveUser_Admin::loadPEARLog()
    This method lazy loads PEAR::Log
top

m

MDB.php
procedural page MDB.php
MDB2.php
procedural page MDB2.php
main.php
procedural page main.php
Medium.php
procedural page Medium.php
MDB2.php
procedural page MDB2.php
MDB2.php
procedural page MDB2.php
MAKE_COFFEE
in file conf.php, constant MAKE_COFFEE
top

n

$name
in file Common.php, variable LiveUser_Admin_Auth_Common::$name
    The name associated with this auth container. The name is used when adding users from this container to the reference table in the permission container. This way it is possible to see from which auth container the user data is coming from.
nav.php
procedural page nav.php
nextId
in file MDB2.php, method LiveUser_Admin_Storage_MDB2::nextId()
top

o

OutputRightsConstants.php
procedural page OutputRightsConstants.php
outputRightsConstants
in file Simple.php, method LiveUser_Admin_Perm_Simple::outputRightsConstants()
    Generate the constants to a file or define them directly.
top

p

$perm
in file Admin.php, variable LiveUser_Admin::$perm
    Admin perm object
$prefix
in file SQL.php, variable LiveUser_Admin_Storage_SQL::$prefix
    Table prefix Prefix for all db tables the container has.
PATH_SEPARATOR
in file conf.php, constant PATH_SEPARATOR
top

q

query
in file MDB2.php, method LiveUser_Admin_Storage_MDB2::query()
queryAll
in file MDB2.php, method LiveUser_Admin_Storage_MDB2::queryAll()
queryCol
in file MDB2.php, method LiveUser_Admin_Storage_MDB2::queryCol()
queryOne
in file MDB2.php, method LiveUser_Admin_Storage_MDB2::queryOne()
quote
in file MDB2.php, method LiveUser_Admin_Storage_MDB2::quote()
top

r

Rights.php
procedural page Rights.php
READ_TESTS
in file conf.php, constant READ_TESTS
removeApplication
in file Simple.php, method LiveUser_Admin_Perm_Simple::removeApplication()
removeArea
in file Complex.php, method LiveUser_Admin_Perm_Complex::removeArea()
removeArea
in file Simple.php, method LiveUser_Admin_Perm_Simple::removeArea()
removeGroup
in file Complex.php, method LiveUser_Admin_Perm_Complex::removeGroup()
removeGroup
in file Medium.php, method LiveUser_Admin_Perm_Medium::removeGroup()
removeRight
in file Simple.php, method LiveUser_Admin_Perm_Simple::removeRight()
removeRight
in file Complex.php, method LiveUser_Admin_Perm_Complex::removeRight()
removeRight
in file Medium.php, method LiveUser_Admin_Perm_Medium::removeRight()
removeTranslation
in file Simple.php, method LiveUser_Admin_Perm_Simple::removeTranslation()
removeUser
in file Medium.php, method LiveUser_Admin_Perm_Medium::removeUser()
removeUser
in file DB.php, method LiveUser_Admin_Auth_DB::removeUser()
    Removes an existing user from Auth/DB.
removeUser
in file Complex.php, method LiveUser_Admin_Perm_Complex::removeUser()
removeUser
in file MDB.php, method LiveUser_Admin_Auth_MDB::removeUser()
    Removes an existing user from Auth/MDB.
removeUser
in file MDB2.php, method LiveUser_Admin_Auth_MDB2::removeUser()
    Removes an existing user from Auth/MDB2.
removeUser
in file Common.php, method LiveUser_Admin_Auth_Common::removeUser()
    Removes an existing user from Auth.
removeUser
in file Simple.php, method LiveUser_Admin_Perm_Simple::removeUser()
removeUser
in file Admin.php, method LiveUser_Admin::removeUser()
    Removes user from both containers
removeUserFromGroup
in file Medium.php, method LiveUser_Admin_Perm_Medium::removeUserFromGroup()
revokeGroupRight
in file Medium.php, method LiveUser_Admin_Perm_Medium::revokeGroupRight()
revokeUserRight
in file Simple.php, method LiveUser_Admin_Perm_Simple::revokeUserRight()
top

s

Subgroups.php
procedural page Subgroups.php
Simple.php
procedural page Simple.php
SQL.php
procedural page SQL.php
Storage.php
procedural page Storage.php
searchUsers
in file Admin.php, method LiveUser_Admin::searchUsers()
    Searches users with given filters and returns all users found with their handle, passwd, auth_user_id lastlogin, is_active and the customFields if they are specified
selectAll
in file SQL.php, method LiveUser_Admin_Storage_SQL::selectAll()
selectCol
in file SQL.php, method LiveUser_Admin_Storage_SQL::selectCol()
selectOne
in file SQL.php, method LiveUser_Admin_Storage_SQL::selectOne()
setAdminAuthContainer
in file Admin.php, method LiveUser_Admin::setAdminAuthContainer()
    Sets the current auth container to the one with the given auth container name
setAdminContainers
in file Admin.php, method LiveUser_Admin::setAdminContainers()
    Tries to find a user in any of the auth container.
setAdminPermContainer
in file Admin.php, method LiveUser_Admin::setAdminPermContainer()
    Sets the perm container
setConfArray
in file Admin.php, method LiveUser_Admin::setConfArray()
    Merges the current configuration array with configuration array pases along with the method call.
setCurrentApplication
in file Simple.php, method LiveUser_Admin_Perm_Simple::setCurrentApplication()
    Set current application
setLimit
in file MDB2.php, method LiveUser_Admin_Storage_MDB2::setLimit()
singleton
in file Admin.php, method LiveUser_Admin::singleton()
top

t

$tables
in file SQL.php, variable LiveUser_Admin_Storage_SQL::$tables
testarea.php
procedural page testarea.php
test.php
procedural page test.php
top

u

User.php
procedural page User.php
UserGroup.php
procedural page UserGroup.php
UserRights.php
procedural page UserRights.php
unassignSubGroup
in file Complex.php, method LiveUser_Admin_Perm_Complex::unassignSubGroup()
unimplyRight
in file Complex.php, method LiveUser_Admin_Perm_Complex::unimplyRight()
update
in file SQL.php, method LiveUser_Admin_Storage_SQL::update()
updateApplication
in file Simple.php, method LiveUser_Admin_Perm_Simple::updateApplication()
updateArea
in file Simple.php, method LiveUser_Admin_Perm_Simple::updateArea()
updateGroup
in file Medium.php, method LiveUser_Admin_Perm_Medium::updateGroup()
updateGroupRight
in file Medium.php, method LiveUser_Admin_Perm_Medium::updateGroupRight()
updateRight
in file Simple.php, method LiveUser_Admin_Perm_Simple::updateRight()
updateTranslation
in file Simple.php, method LiveUser_Admin_Perm_Simple::updateTranslation()
updateUser
in file DB.php, method LiveUser_Admin_Auth_DB::updateUser()
    Changes user data in auth table.
updateUser
in file Common.php, method LiveUser_Admin_Auth_Common::updateUser()
    Changes user data in auth table.
updateUser
in file MDB.php, method LiveUser_Admin_Auth_MDB::updateUser()
    Changes user data in auth table.
updateUser
in file MDB2.php, method LiveUser_Admin_Auth_MDB2::updateUser()
    Changes user data in auth table.
updateUser
in file Admin.php, method LiveUser_Admin::updateUser()
    Tried to changes user data for both containers.
updateUser
in file Simple.php, method LiveUser_Admin_Perm_Simple::updateUser()
updateUserRight
in file Simple.php, method LiveUser_Admin_Perm_Simple::updateUserRight()
top

w

WRITE_TESTS
in file conf.php, constant WRITE_TESTS
top

_

_updateImpliedStatus
in file Complex.php, method LiveUser_Admin_Perm_Complex::_updateImpliedStatus()
_updateLevelStatus
in file Complex.php, method LiveUser_Admin_Perm_Complex::_updateLevelStatus()
top

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