File: LiveUser.php
Source Location: /LiveUser-0.14.0/LiveUser.php
Classes:
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.
Page Details:
LiveUser is an authentication/permission framework designed to be flexible and easily extendable.
Since it is impossible to have a "one size fits all" it takes a container approach which should enable it to be versatile enough to meet most needs. Includes:
require_once('PEAR/ErrorStack.php') [line 35]
Include PEAR ErrorStack class require_once('PEAR.php') [line 36]
LIVEUSER_ADMIN_TYPE_ID [line 99]
LIVEUSER_ANONYMOUS_TYPE_ID [line 90]
LIVEUSER_AREAADMIN_TYPE_ID [line 100]
LIVEUSER_ERROR [line 43]
LIVEUSER_ERROR_CONFIG [line 45]
LIVEUSER_ERROR_COOKIE [line 47]
LIVEUSER_ERROR_FAILED_INSTANTIATION [line 49]
LIVEUSER_ERROR_INIT_ERROR [line 50]
LIVEUSER_ERROR_MISSING_CLASS [line 51]
LIVEUSER_ERROR_MISSING_DEPS [line 46]
LIVEUSER_ERROR_MISSING_FILE [line 48]
LIVEUSER_ERROR_NOT_CALLABLE [line 54]
LIVEUSER_ERROR_NOT_SUPPORTED [line 44]
LIVEUSER_ERROR_UNKNOWN_EVENT [line 53]
LIVEUSER_ERROR_WRONG_CREDENTIALS [line 52]
LIVEUSER_MASTERADMIN_TYPE_ID [line 105]
LIVEUSER_MAX_LEVEL [line 80]
LIVEUSER_SECTION_APPLICATION [line 113]
LIVEUSER_SECTION_AREA [line 114]
LIVEUSER_SECTION_GROUP [line 115]
LIVEUSER_SECTION_RIGHT [line 116]
LIVEUSER_STATUS_AUTHFAILED [line 71]
LIVEUSER_STATUS_AUTHINITERROR [line 67]
LIVEUSER_STATUS_AUTHNOTFOUND [line 69]
LIVEUSER_STATUS_EXPIRED [line 64]
LIVEUSER_STATUS_IDLED [line 63]
LIVEUSER_STATUS_ISINACTIVE [line 65]
LIVEUSER_STATUS_LOGGEDOUT [line 70]
LIVEUSER_STATUS_OK [line 62]
LIVEUSER_STATUS_PERMINITERROR [line 66]
LIVEUSER_STATUS_UNFROZEN [line 72]
LIVEUSER_STATUS_UNKNOWN [line 68]
LIVEUSER_SUPERADMIN_TYPE_ID [line 101]
LIVEUSER_USER_TYPE_ID [line 95]
Documentation generated on Mon, 11 Mar 2019 14:00:07 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.
|