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

Index of all elements

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

a

$alias
in file SQL.php, variable LiveUser_Perm_Storage_SQL::$alias
$allowDuplicateHandles
in file Common.php, variable LiveUser_Auth_Common::$allowDuplicateHandles
    Allow multiple users in the database to have the same login handle. Default: false.
$authTable
in file MDB2.php, variable LiveUser_Auth_MDB2::$authTable
    Auth table Table where the auth data is stored.
$authTable
in file MDB.php, variable LiveUser_Auth_MDB::$authTable
    Auth table Table where the auth data is stored.
$authTable
in file DB.php, variable LiveUser_Auth_DB::$authTable
    Auth table Table where the auth data is stored.
$authTableCols
in file MDB2.php, variable LiveUser_Auth_MDB2::$authTableCols
    Columns of the auth table.
$authTableCols
in file DB.php, variable LiveUser_Auth_DB::$authTableCols
    Columns of the auth table.
$authTableCols
in file MDB.php, variable LiveUser_Auth_MDB::$authTableCols
    Columns of the auth table.
$authUserId
in file Common.php, variable LiveUser_Auth_Common::$authUserId
    Current user's database record id
addErrorLog
in file LiveUser.php, method LiveUser::addErrorLog()
    Add error logger for use by Errorstack.
AREA_NEWS
in file conf.php, constant AREA_NEWS
arrayMergeClobber
in file LiveUser.php, method LiveUser::arrayMergeClobber()
    Clobbers two arrays together
attachObserver
in file LiveUser.php, method LiveUser::attachObserver()
    Add an observer object to listen to multiple events
authFactory
in file LiveUser.php, method LiveUser::authFactory()
    Creates an instance of an auth object
top

b

$backendArrayIndex
in file Common.php, variable LiveUser_Auth_Common::$backendArrayIndex
    Defines the array index number of the LoginManager?s "backends" property.
top

c

$containerName
in file Common.php, variable LiveUser_Auth_Common::$containerName
    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.
$currentLogin
in file Common.php, variable LiveUser_Auth_Common::$currentLogin
    Timestamp of current login (last to be written)
checkGroup
in file Medium.php, method LiveUser_Perm_Medium::checkGroup()
    Checks if the current user is a member of a certain group If $this->ondemand and $ondemand is true, the groups will be loaded on the fly.
checkGroup
in file LiveUser.php, method LiveUser::checkGroup()
    Wrapper method for the permission object's own checkGroup method.
checkRight
in file LiveUser.php, method LiveUser::checkRight()
    Wrapper method for the permission object's own checkRight method.
checkRight
in file Simple.php, method LiveUser_Perm_Simple::checkRight()
    Checks if the current user has a certain right in a given area.
checkRightLevel
in file LiveUser.php, method LiveUser::checkRightLevel()
    Wrapper method for the permission object's own checkRightLevel method.
CONNECTINGTHEINTERNET
in file conf.php, constant CONNECTINGTHEINTERNET
COOKING
in file conf.php, constant COOKING
CryptRC4Factory
in file LiveUser.php, method LiveUser::CryptRC4Factory()
    Creates an instance of the PEAR::Crypt_Rc4 class
Common.php
procedural page Common.php
conf.php
procedural page conf.php
conf.php
procedural page conf.php
conf.php
procedural page conf.php
Complex.php
procedural page Complex.php
Cache.php
procedural page Cache.php
top

d

decryptPW
in file Common.php, method LiveUser_Auth_Common::decryptPW()
    Decrypts a password so that it can be compared with the user input. Uses the algorithm defined in the passwordEncryptionMode property.
disconnect
in file Simple.php, method LiveUser_Perm_Simple::disconnect()
    properly disconnect from resources
disconnect
in file MDB2.php, method LiveUser_Auth_MDB2::disconnect()
    properly disconnect from database
disconnect
in file Storage.php, method LiveUser_Perm_Storage::disconnect()
    properly disconnect from resources
disconnect
in file XML.php, method LiveUser_Perm_Storage_XML::disconnect()
    properly disconnect from resources
disconnect
in file XML.php, method LiveUser_Auth_XML::disconnect()
    Properly disconnect from resources
disconnect
in file MDB.php, method LiveUser_Auth_MDB::disconnect()
    Properly disconnect from database
disconnect
in file LiveUser.php, method LiveUser::disconnect()
    Properly disconnect resources in the active container
disconnect
in file Cache.php, method LiveUser_Perm_Storage_Cache::disconnect()
    properly disconnect from resources
disconnect
in file DB.php, method LiveUser_Auth_DB::disconnect()
    Properly disconnect from database
disconnect
in file Common.php, method LiveUser_Auth_Common::disconnect()
    properly disconnect from resources
DB.php
procedural page DB.php
DB.php
procedural page DB.php
top

e

$encryptionModes
in file Common.php, variable LiveUser_Auth_Common::$encryptionModes
    Set posible encryption modes.
$events
in file LiveUser.php, variable LiveUser::$events
    Events that are allowed to be triggered (built in events are preset).
$expireTime
in file Common.php, variable LiveUser_Auth_Common::$expireTime
    Auth lifetime in seconds
$externalValues
in file Common.php, variable LiveUser_Auth_Common::$externalValues
    External values to check (config settings)
eHandler
in file conf.php, function eHandler()
EMAIL_WEBMASTER
in file conf.php, constant EMAIL_WEBMASTER
encryptPW
in file Common.php, method LiveUser_Auth_Common::encryptPW()
    Encrypts a password for storage in a backend container.
externalValuesMatch
in file Common.php, method LiveUser_Auth_Common::externalValuesMatch()
    Check if the stored external values match the current external values
example.php
procedural page example.php
example.php
procedural page example.php
error-page.tpl.php
procedural page error-page.tpl.php
top

f

$fields
in file SQL.php, variable LiveUser_Perm_Storage_SQL::$fields
factory
in file LiveUser.php, method LiveUser::factory()
    Returns an instance of the login manager class.
fileExists
in file LiveUser.php, method LiveUser::fileExists()
    checks if a file exists in the include path
freeze
in file Storage.php, method LiveUser_Perm_Storage::freeze()
    store all properties in an array
freeze
in file Common.php, method LiveUser_Auth_Common::freeze()
    store all properties in an array
freeze
in file Simple.php, method LiveUser_Perm_Simple::freeze()
    store all properties in an array
freeze
in file LiveUser.php, method LiveUser::freeze()
    Store all properties in an array
finish.inc.php
procedural page finish.inc.php
top

g

$groupIds
in file Medium.php, variable LiveUser_Perm_Medium::$groupIds
    One-dimensional array containing all the groups ids for the actual user.
$groupRights
in file Medium.php, variable LiveUser_Perm_Medium::$groupRights
    One-dimensional array containing only the group rights for the actual user.
getAliasDefaults
in file SQL.php, method LiveUser_Perm_Storage_SQL::getAliasDefaults()
getErrors
in file LiveUser.php, method LiveUser::getErrors()
    Wrapper method to get the Error Stack
getFieldDefaults
in file SQL.php, method LiveUser_Perm_Storage_SQL::getFieldDefaults()
getOption
in file LiveUser.php, method LiveUser::getOption()
    Returns the value of an option
getProperty
in file Simple.php, method LiveUser_Perm_Simple::getProperty()
    Function returns the inquired value if it exists in the class.
getProperty
in file Common.php, method LiveUser_Auth_Common::getProperty()
    Function returns the inquired value if it exists in the class.
getProperty
in file LiveUser.php, method LiveUser::getProperty()
    Wrapper method to access properties from the auth and permission containers.
getStatus
in file LiveUser.php, method LiveUser::getStatus()
    Get the current status.
getTableDefaults
in file SQL.php, method LiveUser_Perm_Storage_SQL::getTableDefaults()
top

h

$handle
in file Common.php, variable LiveUser_Auth_Common::$handle
    The handle (username) of the current user
top

i

$idleTime
in file Common.php, variable LiveUser_Auth_Common::$idleTime
    Maximum time of idleness in seconds
$isActive
in file Common.php, variable LiveUser_Auth_Common::$isActive
    Is the current user allowed to login at all? If false,
init
in file PEARAuth.php, method LiveUser_Auth_PEARAuth::init()
init
in file XML.php, method LiveUser_Auth_XML::init()
init
in file XML.php, method LiveUser_Perm_Storage_XML::init()
init
in file Simple.php, method LiveUser_Perm_Simple::init()
    Tries to find the user with the given user ID in the permissions container. Will read all permission data and return true on success.
init
in file MDB2.php, method LiveUser_Perm_Storage_MDB2::init()
init
in file MDB2.php, method LiveUser_Auth_MDB2::init()
init
in file LiveUser.php, method LiveUser::init()
    Tries to retrieve auth object from session.
init
in file DB.php, method LiveUser_Perm_Storage_DB::init()
init
in file MDB.php, method LiveUser_Auth_MDB::init()
init
in file MDB.php, method LiveUser_Perm_Storage_MDB::init()
init
in file DB.php, method LiveUser_Auth_DB::init()
isInactive
in file LiveUser.php, method LiveUser::isInactive()
    Function that determines if the user exists but hasn't yet been declared "active" by an administrator.
isLoggedIn
in file LiveUser.php, method LiveUser::isLoggedIn()
    Checks if a user is logged in.
isNewLogin
in file Common.php, method LiveUser_Auth_Common::isNewLogin()
    Checks if there's enough time between lastLogin and current login (now) to count as a new login.
top

l

$lastLogin
in file Common.php, variable LiveUser_Auth_Common::$lastLogin
    Timestamp of last login (previous to currentLogin)
$loggedIn
in file Common.php, variable LiveUser_Auth_Common::$loggedIn
    Has the current user successfully logged in? Default: false
$loginTimeout
in file Common.php, variable LiveUser_Auth_Common::$loginTimeout
    Number of hours that must pass between two logins to be counted as a new login. Comes in handy in some situations. Default: 12
LiveUser
in file LiveUser.php, class LiveUser
    This is a manager class for a user login system using the LiveUser class. It creates a LiveUser object, takes care of the whole login process and stores the LiveUser object in a session.
LiveUser
in file LiveUser.php, method LiveUser::LiveUser()
    Constructor
loginform.tpl.php
procedural page loginform.tpl.php
LiveUser.php
procedural page LiveUser.php
LIVEUSER_ADMIN_TYPE_ID
in file LiveUser.php, constant LIVEUSER_ADMIN_TYPE_ID
    lowest admin type id
LIVEUSER_ANONYMOUS_TYPE_ID
in file LiveUser.php, constant LIVEUSER_ANONYMOUS_TYPE_ID
    lowest user type id
LIVEUSER_AREAADMIN_TYPE_ID
in file LiveUser.php, constant LIVEUSER_AREAADMIN_TYPE_ID
    Usertypes
LiveUser_Auth_Common
in file Common.php, class LiveUser_Auth_Common
    This class provides a set of functions for implementing a user authorisation system on live websites. All authorisation backends/containers must be extensions of this base class.
LiveUser_Auth_Common
in file Common.php, method LiveUser_Auth_Common::LiveUser_Auth_Common()
    Class constructor. Feel free to override in backend subclasses.
LiveUser_Auth_DB
in file DB.php, class LiveUser_Auth_DB
    This is a PEAR::DB backend driver for the LiveUser class.
LiveUser_Auth_MDB
in file MDB.php, class LiveUser_Auth_MDB
    This is a PEAR::MDB backend driver for the LiveUser class.
LiveUser_Auth_MDB2
in file MDB2.php, class LiveUser_Auth_MDB2
    This is a PEAR::MDB2 backend driver for the LiveUser class.
LiveUser_Auth_PEARAuth
in file PEARAuth.php, class LiveUser_Auth_PEARAuth
    ==================== !!! WARNING !!! ========================================
LiveUser_Auth_XML
in file XML.php, class LiveUser_Auth_XML
    This is a XML backend driver for the LiveUser class.
LIVEUSER_ERROR
in file LiveUser.php, constant LIVEUSER_ERROR
    Error related constants definition
LIVEUSER_ERROR_CONFIG
in file LiveUser.php, constant LIVEUSER_ERROR_CONFIG
    Error related constants definition
LIVEUSER_ERROR_COOKIE
in file LiveUser.php, constant LIVEUSER_ERROR_COOKIE
    Error related constants definition
LIVEUSER_ERROR_FAILED_INSTANTIATION
in file LiveUser.php, constant LIVEUSER_ERROR_FAILED_INSTANTIATION
    Error related constants definition
LIVEUSER_ERROR_INIT_ERROR
in file LiveUser.php, constant LIVEUSER_ERROR_INIT_ERROR
    Error related constants definition
LIVEUSER_ERROR_MISSING_CLASS
in file LiveUser.php, constant LIVEUSER_ERROR_MISSING_CLASS
    Error related constants definition
LIVEUSER_ERROR_MISSING_DEPS
in file LiveUser.php, constant LIVEUSER_ERROR_MISSING_DEPS
    Error related constants definition
LIVEUSER_ERROR_MISSING_FILE
in file LiveUser.php, constant LIVEUSER_ERROR_MISSING_FILE
    Error related constants definition
LIVEUSER_ERROR_NOT_CALLABLE
in file LiveUser.php, constant LIVEUSER_ERROR_NOT_CALLABLE
    Error related constants definition
LIVEUSER_ERROR_NOT_SUPPORTED
in file LiveUser.php, constant LIVEUSER_ERROR_NOT_SUPPORTED
    Error related constants definition
LIVEUSER_ERROR_UNKNOWN_EVENT
in file LiveUser.php, constant LIVEUSER_ERROR_UNKNOWN_EVENT
    Error related constants definition
LIVEUSER_ERROR_WRONG_CREDENTIALS
in file LiveUser.php, constant LIVEUSER_ERROR_WRONG_CREDENTIALS
    Error related constants definition
LIVEUSER_MASTERADMIN_TYPE_ID
in file LiveUser.php, constant LIVEUSER_MASTERADMIN_TYPE_ID
    higest admin type id
LIVEUSER_MAX_LEVEL
in file LiveUser.php, constant LIVEUSER_MAX_LEVEL
    The higest possible right level
LiveUser_Perm_Complex
in file Complex.php, method LiveUser_Perm_Complex::LiveUser_Perm_Complex()
    Constructor
LiveUser_Perm_Complex
in file Complex.php, class LiveUser_Perm_Complex
    This is a PEAR::MDB2 backend driver for the LiveUser class.
LiveUser_Perm_Medium
in file Medium.php, method LiveUser_Perm_Medium::LiveUser_Perm_Medium()
    Constructor
LiveUser_Perm_Medium
in file Medium.php, class LiveUser_Perm_Medium
    Medium permission complexity driver for LiveUser.
LiveUser_Perm_Simple
in file Simple.php, class LiveUser_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_Perm_Simple
in file Simple.php, method LiveUser_Perm_Simple::LiveUser_Perm_Simple()
    Class constructor. Feel free to override in backend subclasses.
LiveUser_Perm_Storage
in file Storage.php, class LiveUser_Perm_Storage
    This is a PEAR::MDB2 backend driver for the LiveUser class.
LiveUser_Perm_Storage
in file Storage.php, method LiveUser_Perm_Storage::LiveUser_Perm_Storage()
    Constructor
LiveUser_Perm_Storage_Cache
in file Cache.php, class LiveUser_Perm_Storage_Cache
    This is a Cache backend driver for the LiveUser class.
LiveUser_Perm_Storage_DB
in file DB.php, class LiveUser_Perm_Storage_DB
    This is a PEAR::DB backend driver for the LiveUser class.
LiveUser_Perm_Storage_MDB
in file MDB.php, class LiveUser_Perm_Storage_MDB
    This is a PEAR::MDB backend driver for the LiveUser class.
LiveUser_Perm_Storage_MDB2
in file MDB2.php, class LiveUser_Perm_Storage_MDB2
    This is a PEAR::MDB2 backend driver for the LiveUser class.
LiveUser_Perm_Storage_SQL
in file SQL.php, method LiveUser_Perm_Storage_SQL::LiveUser_Perm_Storage_SQL()
    Constructor
LiveUser_Perm_Storage_SQL
in file SQL.php, class LiveUser_Perm_Storage_SQL
    This is a PEAR::MDB2 backend driver for the LiveUser class.
LiveUser_Perm_Storage_XML
in file XML.php, class LiveUser_Perm_Storage_XML
    This is a XML backend driver for the LiveUser class.
LIVEUSER_SECTION_APPLICATION
in file LiveUser.php, constant LIVEUSER_SECTION_APPLICATION
    Section types
LIVEUSER_SECTION_AREA
in file LiveUser.php, constant LIVEUSER_SECTION_AREA
    Section types
LIVEUSER_SECTION_GROUP
in file LiveUser.php, constant LIVEUSER_SECTION_GROUP
    Section types
LIVEUSER_SECTION_RIGHT
in file LiveUser.php, constant LIVEUSER_SECTION_RIGHT
    Section types
LIVEUSER_STATUS_AUTHFAILED
in file LiveUser.php, constant LIVEUSER_STATUS_AUTHFAILED
    Statuses of the current object.
LIVEUSER_STATUS_AUTHINITERROR
in file LiveUser.php, constant LIVEUSER_STATUS_AUTHINITERROR
    Statuses of the current object.
LIVEUSER_STATUS_AUTHNOTFOUND
in file LiveUser.php, constant LIVEUSER_STATUS_AUTHNOTFOUND
    Statuses of the current object.
LIVEUSER_STATUS_EXPIRED
in file LiveUser.php, constant LIVEUSER_STATUS_EXPIRED
    Statuses of the current object.
LIVEUSER_STATUS_IDLED
in file LiveUser.php, constant LIVEUSER_STATUS_IDLED
    Statuses of the current object.
LIVEUSER_STATUS_ISINACTIVE
in file LiveUser.php, constant LIVEUSER_STATUS_ISINACTIVE
    Statuses of the current object.
LIVEUSER_STATUS_LOGGEDOUT
in file LiveUser.php, constant LIVEUSER_STATUS_LOGGEDOUT
    Statuses of the current object.
LIVEUSER_STATUS_OK
in file LiveUser.php, constant LIVEUSER_STATUS_OK
    Statuses of the current object.
LIVEUSER_STATUS_PERMINITERROR
in file LiveUser.php, constant LIVEUSER_STATUS_PERMINITERROR
    Statuses of the current object.
LIVEUSER_STATUS_UNFROZEN
in file LiveUser.php, constant LIVEUSER_STATUS_UNFROZEN
    Statuses of the current object.
LIVEUSER_STATUS_UNKNOWN
in file LiveUser.php, constant LIVEUSER_STATUS_UNKNOWN
    Statuses of the current object.
LIVEUSER_SUPERADMIN_TYPE_ID
in file LiveUser.php, constant LIVEUSER_SUPERADMIN_TYPE_ID
    Usertypes
LIVEUSER_USER_TYPE_ID
in file LiveUser.php, constant LIVEUSER_USER_TYPE_ID
    lowest user type id
loadClass
in file LiveUser.php, method LiveUser::loadClass()
    Loads a PEAR class
loadPEARLog
in file LiveUser.php, method LiveUser::loadPEARLog()
    This method lazy loads PEAR::Log
login
in file Common.php, method LiveUser_Auth_Common::login()
    Tries to make a login with the given handle and password.
logout
in file LiveUser.php, method LiveUser::logout()
    This destroys the session object.
Log_LU
in file example.php, method Log_LU::Log_LU()
Log_LU
in file example.php, class Log_LU
    LiveUser observer example.
top

m

MDB.php
procedural page MDB.php
MDB2.php
procedural page MDB2.php
Medium.php
procedural page Medium.php
MDB.php
procedural page MDB.php
MDB2.php
procedural page MDB2.php
mapUser
in file Storage.php, method LiveUser_Perm_Storage::mapUser()
mapUser
in file XML.php, method LiveUser_Perm_Storage_XML::mapUser()
mapUser
in file DB.php, method LiveUser_Perm_Storage_DB::mapUser()
mapUser
in file MDB.php, method LiveUser_Perm_Storage_MDB::mapUser()
mapUser
in file MDB2.php, method LiveUser_Perm_Storage_MDB2::mapUser()
mapUser
in file Cache.php, method LiveUser_Perm_Storage_Cache::mapUser()
top

n

news_change.php
procedural page news_change.php
news_change.tpl.php
procedural page news_change.tpl.php
news_new.php
procedural page news_new.php
news_new.tpl.php
procedural page news_new.tpl.php
news_notallowed.tpl.php
procedural page news_notallowed.tpl.php
news_view.php
procedural page news_view.php
news_view.tpl.php
procedural page news_view.tpl.php
top

o

$ownerGroupId
in file Common.php, variable LiveUser_Auth_Common::$ownerGroupId
$ownerUserId
in file Common.php, variable LiveUser_Auth_Common::$ownerUserId
onIdled
in file example.php, method Log_LU::onIdled()
onLogin
in file example.php, method Log_LU::onLogin()
onLogout
in file example.php, method Log_LU::onLogout()
top

p

$passwd
in file Common.php, variable LiveUser_Auth_Common::$passwd
    The password of the current user as given to the login() method.
$passwordEncryptionMode
in file Common.php, variable LiveUser_Auth_Common::$passwordEncryptionMode
    Defines the algorithm used for encrypting/decrypting passwords. Default: "MD5".
$permUserId
in file Simple.php, variable LiveUser_Perm_Simple::$permUserId
    Unique user ID, used to identify users from the auth container.
$prefix
in file SQL.php, variable LiveUser_Perm_Storage_SQL::$prefix
    Table prefix Prefix for all db tables the container has.
$propertyValues
in file Common.php, variable LiveUser_Auth_Common::$propertyValues
    Property values
PEARAuth.php
procedural page PEARAuth.php
PATH_SEPARATOR
in file conf.php, constant PATH_SEPARATOR
pear_error_handler
in file conf.php, function pear_error_handler()
permFactory
in file LiveUser.php, method LiveUser::permFactory()
    Creates an instance of an perm object
php_error_handler
in file conf.php, function php_error_handler()
top

r

$rights
in file Simple.php, variable LiveUser_Perm_Simple::$rights
    One-dimensional array containing current user's rights.
readAreaAdminAreas
in file Medium.php, method LiveUser_Perm_Medium::readAreaAdminAreas()
readAreaAdminAreas
in file DB.php, method LiveUser_Perm_Storage_DB::readAreaAdminAreas()
readAreaAdminAreas
in file MDB2.php, method LiveUser_Perm_Storage_MDB2::readAreaAdminAreas()
readAreaAdminAreas
in file Storage.php, method LiveUser_Perm_Storage::readAreaAdminAreas()
readAreaAdminAreas
in file Cache.php, method LiveUser_Perm_Storage_Cache::readAreaAdminAreas()
readAreaAdminAreas
in file MDB.php, method LiveUser_Perm_Storage_MDB::readAreaAdminAreas()
readGroupRights
in file DB.php, method LiveUser_Perm_Storage_DB::readGroupRights()
    Reads the group rights and put them in the array
readGroupRights
in file Medium.php, method LiveUser_Perm_Medium::readGroupRights()
readGroupRights
in file Storage.php, method LiveUser_Perm_Storage::readGroupRights()
    Reads the group rights and put them in the array
readGroupRights
in file MDB.php, method LiveUser_Perm_Storage_MDB::readGroupRights()
    Reads the group rights and put them in the array
readGroupRights
in file Cache.php, method LiveUser_Perm_Storage_Cache::readGroupRights()
    Reads the group rights and put them in the array
readGroupRights
in file MDB2.php, method LiveUser_Perm_Storage_MDB2::readGroupRights()
    Reads the group rights and put them in the array
readGroups
in file Medium.php, method LiveUser_Perm_Medium::readGroups()
readImpliedRights
in file Cache.php, method LiveUser_Perm_Storage_Cache::readImpliedRights()
readImpliedRights
in file DB.php, method LiveUser_Perm_Storage_DB::readImpliedRights()
readImpliedRights
in file MDB2.php, method LiveUser_Perm_Storage_MDB2::readImpliedRights()
readImpliedRights
in file MDB.php, method LiveUser_Perm_Storage_MDB::readImpliedRights()
readImplyingRights
in file MDB.php, method LiveUser_Perm_Storage_MDB::readImplyingRights()
readImplyingRights
in file MDB2.php, method LiveUser_Perm_Storage_MDB2::readImplyingRights()
readImplyingRights
in file DB.php, method LiveUser_Perm_Storage_DB::readImplyingRights()
readImplyingRights
in file Cache.php, method LiveUser_Perm_Storage_Cache::readImplyingRights()
readRights
in file Simple.php, method LiveUser_Perm_Simple::readRights()
    Reads all rights of current user into a two-dimensional associative array, having the area names as the key of the 1st dimension.
readSubGroups
in file MDB2.php, method LiveUser_Perm_Storage_MDB2::readSubGroups()
readSubGroups
in file MDB.php, method LiveUser_Perm_Storage_MDB::readSubGroups()
readSubGroups
in file Complex.php, method LiveUser_Perm_Complex::readSubGroups()
readSubGroups
in file Cache.php, method LiveUser_Perm_Storage_Cache::readSubGroups()
readSubGroups
in file DB.php, method LiveUser_Perm_Storage_DB::readSubGroups()
readUserRights
in file MDB.php, method LiveUser_Perm_Storage_MDB::readUserRights()
    Reads all rights of current user into a two-dimensional associative array, having the area names as the key of the 1st dimension.
readUserRights
in file Simple.php, method LiveUser_Perm_Simple::readUserRights()
readUserRights
in file Storage.php, method LiveUser_Perm_Storage::readUserRights()
    Reads all rights of current user into a two-dimensional associative array, having the area names as the key of the 1st dimension.
readUserRights
in file MDB2.php, method LiveUser_Perm_Storage_MDB2::readUserRights()
    Reads all rights of current user into a two-dimensional associative array, having the area names as the key of the 1st dimension.
readUserRights
in file XML.php, method LiveUser_Perm_Storage_XML::readUserRights()
    Reads all rights of current user into a two-dimensional associative array, having the area names as the key of the 1st dimension.
readUserRights
in file DB.php, method LiveUser_Perm_Storage_DB::readUserRights()
    Reads all rights of current user into a two-dimensional associative array, having the area names as the key of the 1st dimension.
readUserRights
in file Cache.php, method LiveUser_Perm_Storage_Cache::readUserRights()
    Reads all rights of current user into a two-dimensional associative array, having the area names as the key of the 1st dimension.
RIGHT_NEWS_CHANGE
in file conf.php, constant RIGHT_NEWS_CHANGE
RIGHT_NEWS_DELETE
in file conf.php, constant RIGHT_NEWS_DELETE
RIGHT_NEWS_NEW
in file conf.php, constant RIGHT_NEWS_NEW
top

s

Simple.php
procedural page Simple.php
SQL.php
procedural page SQL.php
Storage.php
procedural page Storage.php
setExternalValues
in file Common.php, method LiveUser_Auth_Common::setExternalValues()
    Creates associative array of values from $externalValues['values'] with $keysToCheck
setOption
in file LiveUser.php, method LiveUser::setOption()
    Sets an option.
showLoginForm
in file conf.php, function showLoginForm()
singleton
in file LiveUser.php, method LiveUser::singleton()
    Makes your instance global.
statusMessage
in file LiveUser.php, method LiveUser::statusMessage()
    Return a textual status message for a LiveUser status code.
storageFactory
in file LiveUser.php, method LiveUser::storageFactory()
    Returns an instance of a storage Container
top

t

$tables
in file SQL.php, variable LiveUser_Perm_Storage_SQL::$tables
triggerEvent
in file LiveUser.php, method LiveUser::triggerEvent()
    Notify all attached observers about a certain event
top

u

$userRights
in file Simple.php, variable LiveUser_Perm_Simple::$userRights
    One-dimensional array containing only the individual rights for the actual user.
$userType
in file Simple.php, variable LiveUser_Perm_Simple::$userType
    Defines the user type.
unfreeze
in file Common.php, method LiveUser_Auth_Common::unfreeze()
    Reinitializes properties
unfreeze
in file Storage.php, method LiveUser_Perm_Storage::unfreeze()
    Reinitializes properties
unfreeze
in file Simple.php, method LiveUser_Perm_Simple::unfreeze()
    Reinitializes properties
userExists
in file XML.php, method LiveUser_Auth_XML::userExists()
    Helper function that checks if there is a user in the database who's matching the given parameters.
userExists
in file MDB2.php, method LiveUser_Auth_MDB2::userExists()
    Helper function that checks if there is a user in the database who's matching the given parameters.
userExists
in file Common.php, method LiveUser_Auth_Common::userExists()
    Helper function that checks if there is a user in the database who's matching the given parameters.
userExists
in file PEARAuth.php, method LiveUser_Auth_PEARAuth::userExists()
    not yet implemented
userExists
in file DB.php, method LiveUser_Auth_DB::userExists()
    Helper function that checks if there is a user in the database who's matching the given parameters.
userExists
in file MDB.php, method LiveUser_Auth_MDB::userExists()
    Helper function that checks if there is a user in the database who's matching the given parameters.
USETHECOMPUTER
in file conf.php, constant USETHECOMPUTER
top

w

WASHTHEDISHES
in file conf.php, constant WASHTHEDISHES
WATCHLATENIGHTTV
in file conf.php, constant WATCHLATENIGHTTV
WATCHTV
in file conf.php, constant WATCHTV
top

x

XML.php
procedural page XML.php
XML.php
procedural page XML.php
top

_

$_observers
in file LiveUser.php, variable LiveUser::$_observers
    Used to store attached observers.
$_stack
in file Common.php, variable LiveUser_Auth_Common::$_stack
    Error stack
__toString
in file LiveUser.php, method LiveUser::__toString()
    make a string representation of the object
top

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