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

Element index for package LiveUser

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

a

$alias
in file Common.php, variable LiveUser_Auth_Common::$alias
    All fields with their alias
$alias
in file Storage.php, variable LiveUser_Perm_Storage::$alias
    All fields with their alias
AREA_NEWS
in file conf.php, constant AREA_NEWS
arrayMergeClobber
in file LiveUser.php, method LiveUser::arrayMergeClobber()
    Clobbers two arrays together.
authFactory
in file LiveUser.php, method LiveUser::authFactory()
    Creates an instance of an auth container class.
admin.php
procedural page admin.php
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 LiveUser.php, method LiveUser::checkGroup()
    Wrapper method for the permission object's own checkGroup method.
checkLevel
in file Complex.php, method LiveUser_Perm_Complex::checkLevel()
    Checks if the current user has a certain right in a given area at the necessary level.
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.
checkRightLevel
in file LiveUser.php, method LiveUser::checkRightLevel()
    Wrapper method for the permission object's own checkRight and checkLevel methods
classExists
in file LiveUser.php, method LiveUser::classExists()
    Checks if a class exists without triggering __autoload
CONNECTINGTHEINTERNET
in file conf.php, constant CONNECTINGTHEINTERNET
COOKING
in file conf.php, constant COOKING
cryptRC4
in file LiveUser.php, method LiveUser::cryptRC4()
    Crypts data using mcrypt or userland if not available.
cryptRC4Factory
in file LiveUser.php, method LiveUser::cryptRC4Factory()
    Creates an instance of the PEAR::Crypt_Rc4 class.
conf.php
procedural page conf.php
conf.php
procedural page conf.php
conf.php
procedural page conf.php
conf.php
procedural page conf.php
conf_pdo.php
procedural page conf_pdo.php
createlu.php
procedural page createlu.php
Common.php
procedural page Common.php
Complex.php
procedural page Complex.php
Cache.php
procedural page Cache.php
top

d

$dispatcher
in file LiveUser.php, variable LiveUser::$dispatcher
    Stores the event dispatcher which handles notifications.
decryptPW
in file LiveUser.php, method LiveUser::decryptPW()
    Decrypts a password so that it can be compared with the user input.
decryptPW
in file Common.php, method LiveUser_Auth_Common::decryptPW()
    Decrypts a password so that it can be compared with the user input.
deleteRememberCookie
in file LiveUser.php, method LiveUser::deleteRememberCookie()
    Deletes the rememberMe cookie.
disconnect
in file Simple.php, method LiveUser_Perm_Simple::disconnect()
    Properly disconnect from resources.
disconnect
in file PDO.php, method LiveUser_Perm_Storage_PDO::disconnect()
    Override the disconnect method from the parent class.
disconnect
in file PDO.php, method LiveUser_Auth_PDO::disconnect()
    properly disconnect from database
disconnect
in file SQL.php, method LiveUser_Perm_Storage_SQL::disconnect()
    properly disconnect from resources
disconnect
in file Storage.php, method LiveUser_Perm_Storage::disconnect()
    properly disconnect from resources
disconnect
in file XML.php, method LiveUser_Auth_XML::disconnect()
    Properly disconnect from resources
disconnect
in file XML.php, method LiveUser_Perm_Storage_XML::disconnect()
    properly disconnect from resources
disconnect
in file MDB2.php, method LiveUser_Auth_MDB2::disconnect()
    properly disconnect from database
disconnect
in file MDB.php, method LiveUser_Auth_MDB::disconnect()
    Properly disconnect from database
disconnect
in file DB.php, method LiveUser_Auth_DB::disconnect()
    Properly disconnect from database
disconnect
in file Cache.php, method LiveUser_Perm_Storage_Cache::disconnect()
    properly disconnect from resources
disconnect
in file Common.php, method LiveUser_Auth_Common::disconnect()
    properly disconnect from resources
disconnect
in file LiveUser.php, method LiveUser::disconnect()
    Properly disconnect resources in the active container.
demodata.php
procedural page demodata.php
DB.php
procedural page DB.php
DB.php
procedural page DB.php
top

e

$encryptionModes
in file Common.php, variable LiveUser_Auth_Common::$encryptionModes
    Possible encryption modes.
$expireTime
in file Common.php, variable LiveUser_Auth_Common::$expireTime
    Auth maximum lifetime in seconds
$externalValues
in file Common.php, variable LiveUser_Auth_Common::$externalValues
    External values to check (config settings)
EDITNEWS
in file liveuser_rights.php, constant EDITNEWS
eHandler
in file conf.php, function eHandler()
EMAIL_WEBMASTER
in file conf.php, constant EMAIL_WEBMASTER
encryptPW
in file LiveUser.php, method LiveUser::encryptPW()
    Encrypts a password for storage in a backend container.
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 Storage.php, variable LiveUser_Perm_Storage::$fields
    All fields with their types
$fields
in file Common.php, variable LiveUser_Auth_Common::$fields
    All fields with their types
factory
in file LiveUser.php, method LiveUser::factory()
    Returns an instance of the LiveUser class.
fileExists
in file LiveUser.php, method LiveUser::fileExists()
    Checks if a file exists in the include path.
forceLogin
in file conf.php, function forceLogin()
freeze
in file Storage.php, method LiveUser_Perm_Storage::freeze()
    store all properties in the session and return them as 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()
    Stores all properties in an array.
finish.inc.php
procedural page finish.inc.php
top

g

$group_ids
in file Medium.php, variable LiveUser_Perm_Medium::$group_ids
    One-dimensional array containing all the groups ids for the actual user.
$group_right_ids
in file Medium.php, variable LiveUser_Perm_Medium::$group_right_ids
    One-dimensional array containing only the group rights for the actual user.
generateSchema
in file install.php, method LiveUser_Misc_Schema_Install::generateSchema()
    Generates a schema file from the instance
getErrors
in file LiveUser.php, method LiveUser::getErrors()
    Wrapper method to get errors from the Error Stack.
getNews
in file home.php, function getNews()
getNewsContent
in file admin.php, function getNewsContent()
    Get a news content.
getNewsList
in file admin.php, function getNewsList()
    Returns news list for a given category
getOption
in file LiveUser.php, method LiveUser::getOption()
    Returns the value of an option from the configuration array.
getProperty
in file Simple.php, method LiveUser_Perm_Simple::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.
getProperty
in file Common.php, method LiveUser_Auth_Common::getProperty()
    Function returns the inquired value if it exists in the class.
getStatus
in file LiveUser.php, method LiveUser::getStatus()
    Get the current status.
Globals.php
procedural page Globals.php
Globals.php
procedural page Globals.php
top

h

$handles
in file Common.php, variable LiveUser_Auth_Common::$handles
    A list of handle fields that are used to find a user.
home.php
procedural page home.php
top

i

$idleTime
in file Common.php, variable LiveUser_Auth_Common::$idleTime
    Maximum time of idleness in seconds
init
in file PDO.php, method LiveUser_Auth_PDO::init()
    Load the storage container
init
in file PDO.php, method LiveUser_Perm_Storage_PDO::init()
    Initialize the storage container
init
in file Session.php, method LiveUser_Auth_Session::init()
    Load the storage container
init
in file XML.php, method LiveUser_Perm_Storage_XML::init()
    Initialize the storage container
init
in file XML.php, method LiveUser_Auth_XML::init()
    Load the storage container
init
in file Storage.php, method LiveUser_Perm_Storage::init()
    Initialize the storage container
init
in file Simple.php, method LiveUser_Perm_Simple::init()
    Load and initialize the storage container.
init
in file MDB2.php, method LiveUser_Perm_Storage_MDB2::init()
    Initialize the storage container
init
in file PEARAuth.php, method LiveUser_Auth_PEARAuth::init()
    Load the storage container
init
in file MDB.php, method LiveUser_Auth_MDB::init()
    Load the storage container
init
in file LiveUser.php, method LiveUser::init()
    Tries to retrieve the auth object from session and checks possible timeouts.
init
in file MDB2.php, method LiveUser_Auth_MDB2::init()
    Load the storage container
init
in file DB.php, method LiveUser_Auth_DB::init()
    Load the storage container
init
in file Common.php, method LiveUser_Auth_Common::init()
    Load the storage container
init
in file Cache.php, method LiveUser_Perm_Storage_Cache::init()
    Initialize the storage container
init
in file DB.php, method LiveUser_Perm_Storage_DB::init()
    Initialize the storage container
init
in file MDB.php, method LiveUser_Perm_Storage_MDB::init()
    Initialize the storage container
insertNews
in file admin.php, function insertNews()
    Insert news in database
installSchema
in file install.php, method LiveUser_Misc_Schema_Install::installSchema()
    Install a schema file into the database
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.
index.php
procedural page index.php
install.php
procedural page install.php
top

l

$log
in file LiveUser.php, variable LiveUser::$log
    PEAR::Log object used for error logging by ErrorStack.
$loggedIn
in file Common.php, variable LiveUser_Auth_Common::$loggedIn
    Has the current user successfully logged in?
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. Use the factory or singleton methods.
loginform.tpl.php
procedural page loginform.tpl.php
liveuser_rights.php
procedural page liveuser_rights.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
    look up area admin areas to determine which rights are automatically granted
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 inherited from 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
    DB container for Authentication
LiveUser_Auth_MDB
in file MDB.php, class LiveUser_Auth_MDB
    MDB container for Authentication
LiveUser_Auth_MDB2
in file MDB2.php, class LiveUser_Auth_MDB2
    MDB2 container for Authentication
LiveUser_Auth_PDO
in file PDO.php, class LiveUser_Auth_PDO
    PDO container for Authentication. This is a PHP5 only driver.
LiveUser_Auth_PEARAuth
in file PEARAuth.php, class LiveUser_Auth_PEARAuth
    PEAR_Auth container for Authentication
LiveUser_Auth_Session
in file Session.php, class LiveUser_Auth_Session
    Session based container for Authentication
LiveUser_Auth_XML
in file XML.php, class LiveUser_Auth_XML
    XML driver for authentication
LIVEUSER_COOKIE_DELETE_TIME
in file LiveUser.php, constant LIVEUSER_COOKIE_DELETE_TIME
LIVEUSER_DAY_SECONDS
in file LiveUser.php, constant LIVEUSER_DAY_SECONDS
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_SESSION_STARTED
in file LiveUser.php, constant LIVEUSER_ERROR_SESSION_STARTED
    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_Misc_Schema_Install
in file install.php, class LiveUser_Misc_Schema_Install
    database schema installer class
LiveUser_Perm_Complex
in file Complex.php, class LiveUser_Perm_Complex
    Complex container for permission handling
LiveUser_Perm_Medium
in file Medium.php, class LiveUser_Perm_Medium
    Medium container for permission handling
LiveUser_Perm_Simple
in file Simple.php, class LiveUser_Perm_Simple
    Base class for permission handling. Provides the simplest set of permission handling features.
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
    Abstraction class for all the storage containers
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
    Cache container for permission handling
LiveUser_Perm_Storage_DB
in file DB.php, class LiveUser_Perm_Storage_DB
    DB container for permission handling
LiveUser_Perm_Storage_MDB
in file MDB.php, class LiveUser_Perm_Storage_MDB
    MDB container for permission handling
LiveUser_Perm_Storage_MDB2
in file MDB2.php, class LiveUser_Perm_Storage_MDB2
    MDB2 container for permission handling
LiveUser_Perm_Storage_PDO
in file PDO.php, class LiveUser_Perm_Storage_PDO
    PDO container for permission handling.
LiveUser_Perm_Storage_SQL
in file SQL.php, class LiveUser_Perm_Storage_SQL
    SQL container for permission handling
LiveUser_Perm_Storage_XML
in file XML.php, class LiveUser_Perm_Storage_XML
    XML container for permission handling
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_EMPTY_HANDLE
in file LiveUser.php, constant LIVEUSER_STATUS_EMPTY_HANDLE
    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
    from this admin level on all rights are automatically granted
LIVEUSER_USER_TYPE_ID
in file LiveUser.php, constant LIVEUSER_USER_TYPE_ID
    User type id
loadClass
in file LiveUser.php, method LiveUser::loadClass()
    Loads a PEAR class.
login
in file Common.php, method LiveUser_Auth_Common::login()
    Tries to make a login with the given handle and password.
login
in file LiveUser.php, method LiveUser::login()
    Tries to log the user in by trying all the Auth containers defined in the configuration file until there is a success or a failure.
logout
in file LiveUser.php, method LiveUser::logout()
    This logs the user out and destroys the session object if the configuration option is set.
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 Simple.php, method LiveUser_Perm_Simple::mapUser()
    Tries to find the user with the given user ID in the permissions container. Will read all permission data and return true on success.
mapUser
in file Storage.php, method LiveUser_Perm_Storage::mapUser()
    map an auth user to a perm user
mapUser
in file XML.php, method LiveUser_Perm_Storage_XML::mapUser()
    map an auth user to a perm user
mapUser
in file PDO.php, method LiveUser_Perm_Storage_PDO::mapUser()
    map an auth user to a perm user
mapUser
in file MDB.php, method LiveUser_Perm_Storage_MDB::mapUser()
    map an auth user to a perm user
mapUser
in file Cache.php, method LiveUser_Perm_Storage_Cache::mapUser()
    map an auth user to a perm user
mapUser
in file MDB2.php, method LiveUser_Perm_Storage_MDB2::mapUser()
    map an auth user to a perm user
mapUser
in file DB.php, method LiveUser_Perm_Storage_DB::mapUser()
    map an auth user to a perm user
MODIFYNEWS
in file liveuser_rights.php, constant MODIFYNEWS
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

p

$passwordEncryptionMode
in file Common.php, variable LiveUser_Auth_Common::$passwordEncryptionMode
    Defines the algorithm used for encrypting/decrypting passwords.
$perm_type
in file Simple.php, variable LiveUser_Perm_Simple::$perm_type
    Defines the user type. Depending on the value the user can gain certain rights automatically
$perm_user_id
in file Simple.php, variable LiveUser_Perm_Simple::$perm_user_id
    Unique user ID, used to identify users from the auth container.
$prefix
in file PDO.php, variable LiveUser_Auth_PDO::$prefix
    Table prefix Prefix for all db tables the container has.
$prefix
in file MDB.php, variable LiveUser_Auth_MDB::$prefix
    Table prefix Prefix for all db tables the container has.
$prefix
in file MDB2.php, variable LiveUser_Auth_MDB2::$prefix
    Table prefix Prefix for all db tables the container has.
$prefix
in file DB.php, variable LiveUser_Auth_DB::$prefix
    Table prefix Prefix for all db tables the container has.
$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
    Array of all the user data read from the backend database
PDO.php
procedural page PDO.php
PEARAuth.php
procedural page PEARAuth.php
PDO.php
procedural page PDO.php
parsePDODSN
in file install.php, method LiveUser_Misc_Schema_Install::parsePDODSN()
    Accepts a PDO DSN and returns a PEAR DSN
PATH_SEPARATOR
in file conf.php, constant PATH_SEPARATOR
PEARLogFactory
in file LiveUser.php, method LiveUser::PEARLogFactory()
    Determines if loading of PEAR::Log is necessary.
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 container class.
php_error_handler
in file conf.php, function php_error_handler()
printHelp
in file demodata.php, function printHelp()
    Prints out a list of commandline options
top

r

$right_ids
in file Simple.php, variable LiveUser_Perm_Simple::$right_ids
    One-dimensional array containing current user's rights (direct and (sub)group).
readAreaAdminAreas
in file DB.php, method LiveUser_Perm_Storage_DB::readAreaAdminAreas()
    read the areas in which a user is an area admin
readAreaAdminAreas
in file Storage.php, method LiveUser_Perm_Storage::readAreaAdminAreas()
    read the areas in which a user is an area admin
readAreaAdminAreas
in file PDO.php, method LiveUser_Perm_Storage_PDO::readAreaAdminAreas()
    read the areas in which a user is an area admin
readAreaAdminAreas
in file Cache.php, method LiveUser_Perm_Storage_Cache::readAreaAdminAreas()
    read the areas in which a user is an area admin
readAreaAdminAreas
in file MDB2.php, method LiveUser_Perm_Storage_MDB2::readAreaAdminAreas()
    read the areas in which a user is an area admin
readAreaAdminAreas
in file MDB.php, method LiveUser_Perm_Storage_MDB::readAreaAdminAreas()
    read the areas in which a user is an area admin
readConfig
in file LiveUser.php, method LiveUser::readConfig()
    Reads the configuration array.
readGroupRights
in file MDB2.php, method LiveUser_Perm_Storage_MDB2::readGroupRights()
    Reads the group rights and put them in the array
readGroupRights
in file PDO.php, method LiveUser_Perm_Storage_PDO::readGroupRights()
    Reads the group rights and put them in the array
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 DB.php, method LiveUser_Perm_Storage_DB::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
readGroups
in file Storage.php, method LiveUser_Perm_Storage::readGroups()
    Reads all the group ids in that the user is also a member of (all groups that are subgroups of these are also added recursively)
readGroups
in file Cache.php, method LiveUser_Perm_Storage_Cache::readGroups()
    Reads all the group ids in that the user is also a member of (all groups that are subgroups of these are also added recursively)
readGroups
in file PDO.php, method LiveUser_Perm_Storage_PDO::readGroups()
    Reads all the group ids in that the user is also a member of (all groups that are subgroups of these are also added recursively)
readGroups
in file MDB2.php, method LiveUser_Perm_Storage_MDB2::readGroups()
    Reads all the group ids in that the user is also a member of (all groups that are subgroups of these are also added recursively)
readGroups
in file DB.php, method LiveUser_Perm_Storage_DB::readGroups()
    Reads all the group ids in that the user is also a member of (all groups that are subgroups of these are also added recursively)
readGroups
in file MDB.php, method LiveUser_Perm_Storage_MDB::readGroups()
    Reads all the group ids in that the user is also a member of (all groups that are subgroups of these are also added recursively)
readImpliedRights
in file DB.php, method LiveUser_Perm_Storage_DB::readImpliedRights()
    Read out the implied rights with a given level from the implied_rights table
readImpliedRights
in file MDB2.php, method LiveUser_Perm_Storage_MDB2::readImpliedRights()
    Read out the implied rights with a given level from the implied_rights table
readImpliedRights
in file Cache.php, method LiveUser_Perm_Storage_Cache::readImpliedRights()
    Read out the implied rights with a given level from the implied_rights table
readImpliedRights
in file MDB.php, method LiveUser_Perm_Storage_MDB::readImpliedRights()
    Read out the implied rights with a given level from the implied_rights table
readImpliedRights
in file PDO.php, method LiveUser_Perm_Storage_PDO::readImpliedRights()
    Read out the implied rights with a given level from the implied_rights table
readImpliedRights
in file Storage.php, method LiveUser_Perm_Storage::readImpliedRights()
    Read out the implied rights with a given level from the implied_rights table
readImplyingRights
in file Cache.php, method LiveUser_Perm_Storage_Cache::readImplyingRights()
    Read out the rights from the userrights or grouprights table that imply other rights along with their level
readImplyingRights
in file MDB.php, method LiveUser_Perm_Storage_MDB::readImplyingRights()
    Read out the rights from the userrights or grouprights table that imply other rights along with their level
readImplyingRights
in file DB.php, method LiveUser_Perm_Storage_DB::readImplyingRights()
    Read out the rights from the userrights or grouprights table that imply other rights along with their level
readImplyingRights
in file Storage.php, method LiveUser_Perm_Storage::readImplyingRights()
    Read out the rights from the userrights or grouprights table that imply other rights along with their level
readImplyingRights
in file PDO.php, method LiveUser_Perm_Storage_PDO::readImplyingRights()
    Read out the rights from the userrights or grouprights table that imply other rights along with their level
readImplyingRights
in file MDB2.php, method LiveUser_Perm_Storage_MDB2::readImplyingRights()
    Read out the rights from the userrights or grouprights table that imply other rights along with their level
readRememberCookie
in file LiveUser.php, method LiveUser::readRememberCookie()
    Handles the retrieval of the login data from the rememberMe cookie.
readSubGroups
in file MDB.php, method LiveUser_Perm_Storage_MDB::readSubGroups()
    Read the sub groups of the new groups that are not part of the group ids
readSubGroups
in file DB.php, method LiveUser_Perm_Storage_DB::readSubGroups()
    Read the sub groups of the new groups that are not part of the group ids
readSubGroups
in file Cache.php, method LiveUser_Perm_Storage_Cache::readSubGroups()
    Read the sub groups of the new groups that are not part of the group ids
readSubGroups
in file MDB2.php, method LiveUser_Perm_Storage_MDB2::readSubGroups()
    Read the sub groups of the new groups that are not part of the group ids
readSubGroups
in file PDO.php, method LiveUser_Perm_Storage_PDO::readSubGroups()
    Read the sub groups of the new groups that are not part of the group ids
readSubGroups
in file Storage.php, method LiveUser_Perm_Storage::readSubGroups()
    Read the sub groups of the new groups that are not part of the group ids
readUserData
in file PDO.php, method LiveUser_Auth_PDO::readUserData()
    Reads user data from the given data source If only $handle is given, it will read the data from the first user with that handle and return true on success.
readUserData
in file Common.php, method LiveUser_Auth_Common::readUserData()
    Reads user data from the given data source If only $handle is given, it will read the data from the first user with that handle and return true on success.
readUserData
in file MDB.php, method LiveUser_Auth_MDB::readUserData()
    Reads user data from the given data source If only $handle is given, it will read the data from the first user with that handle and return true on success.
readUserData
in file MDB2.php, method LiveUser_Auth_MDB2::readUserData()
    Reads user data from the given data source If only $handle is given, it will read the data from the first user with that handle and return true on success.
readUserData
in file Session.php, method LiveUser_Auth_Session::readUserData()
    Reads user data from the given data source Compares $passwd with a string inside the $_SESSION array
readUserData
in file DB.php, method LiveUser_Auth_DB::readUserData()
    Reads user data from the given data source If only $handle is given, it will read the data from the first user with that handle and return true on success.
readUserData
in file PEARAuth.php, method LiveUser_Auth_PEARAuth::readUserData()
    Reads user data from the given data source Starts and verifies the PEAR::Auth login process
readUserData
in file XML.php, method LiveUser_Auth_XML::readUserData()
    Reads user data from the given data source If only $handle is given, it will read the data from the first user with that handle and return true on success.
readUserRights
in file PDO.php, method LiveUser_Perm_Storage_PDO::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 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 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 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 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 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

$secret
in file Common.php, variable LiveUser_Auth_Common::$secret
    Defines the secret to use for encryption if needed
$sessionKey
in file Session.php, variable LiveUser_Auth_Session::$sessionKey
    name of the key containing the Session phrase inside the auth session array
$stack
in file Common.php, variable LiveUser_Auth_Common::$stack
    Error stack
$stack
in file Simple.php, variable LiveUser_Perm_Simple::$stack
    Error stack
Session.php
procedural page Session.php
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 after the configuration array has been loaded.
setRememberCookie
in file LiveUser.php, method LiveUser::setRememberCookie()
    If cookies are allowed, this method checks if the user wanted a cookie to be set so he doesn't have to enter handle and password for his next login. If true, it will set the cookie.
showLoginForm
in file conf.php, function showLoginForm()
singleton
in file LiveUser.php, method LiveUser::singleton()
    This uses the singleton pattern, making sure you have one and only instance of the class.
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 class.
top

t

$tables
in file Storage.php, variable LiveUser_Perm_Storage::$tables
    Table configuration
$tables
in file Common.php, variable LiveUser_Auth_Common::$tables
    Table configuration
top

u

$user_group_ids
in file Medium.php, variable LiveUser_Perm_Medium::$user_group_ids
    One-dimensional array containing all the groups ids for the actual user without subgroups.
$user_right_ids
in file Simple.php, variable LiveUser_Perm_Simple::$user_right_ids
    One-dimensional array containing only the individual rights directly assigned to the user.
unfreeze
in file Storage.php, method LiveUser_Perm_Storage::unfreeze()
    Reinitializes properties
unfreeze
in file Common.php, method LiveUser_Auth_Common::unfreeze()
    Reinitializes properties
unfreeze
in file Simple.php, method LiveUser_Perm_Simple::unfreeze()
    Reinitializes properties from the storage container.
updateNewsContent
in file admin.php, function updateNewsContent()
    Update a news content
updateProperty
in file LiveUser.php, method LiveUser::updateProperty()
    Updates the properties of the containers from the original source.
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
writeSchema
in file install.php, method LiveUser_Misc_Schema_Install::writeSchema()
    Takes a given definition array and writes it as xml to a file
top

x

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

Documentation generated on Mon, 11 Mar 2019 15:40:12 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.