PEAR Manual
Prev
Chapter 15. Authentication
Next
LiveUser
Table of Contents
Class Summary
LiveUser
-- Class LiveUser - Login handling class
constructor
LiveUser::LiveUser()
-- Class constructor.
LiveUser::checkRight()
-- Wrapper method for the permission object's own checkRight method.
LiveUser::checkRightLevel()
-- Wrapper method for the permission object's own checkRightLevel method.
LiveUser::errorMessage()
-- Return a textual error message for a LiveUser error code.
LiveUser::factory()
-- Checks the given file and returns an object of the LoginManager.
LiveUser::getAuthContainer()
-- Get the Auth Container class instance of it exists
LiveUser::getHandle()
-- Wrapper method for the auth object's own getHandle method.
LiveUser::getOption()
-- Returns the value of an option
LiveUser::getPermContainer()
-- Get the Perm Container class instance of it exists
LiveUser::getProperty()
-- Wrapper method to access properties from the auth and permissioncontainers.
LiveUser::getRights()
-- Returns a one-dimensional array with all rights assigned to this user.
LiveUser::getStatus()
-- Get the current status.
LiveUser::init()
-- Tries to retrieve auth object from session.
LiveUser::isError()
-- Tell whether a result from a LiveUser method is an error.
LiveUser::isInactive()
-- Function that determines if the user exists but hasn't yet beendeclared "active" by an administrator.
LiveUser::isLoggedIn()
-- Checks if a user is logged in.
LiveUser::logout()
-- This destroys the session object.
LiveUser::setLoginFunction()
-- Sets a callback login function.
LiveUser::setLogoutFunction()
-- Sets a callback logout function.
LiveUser::setOption()
-- Sets an option.
Class Summary
LiveUser_Error
-- LiveUser Error class
constructor
LiveUser_Error::LiveUser_Error()
-- Creates a liveuser error object, extending the PEAR_Error class
Package LiveUser Constants
-- Constants defined in and used by LiveUser
Prev
Home
Next
Auth_HTTP::start()
Up
Class Summary
LiveUser