File: LiveUser.php
Source Location: /LiveUser-0.16.14/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:
A framework for authentication and authorization in PHP applications
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. PHP version 4 and 5 LICENSE: This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with this library; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
Includes:
LIVEUSER_ADMIN_TYPE_ID [line 121]
LIVEUSER_ANONYMOUS_TYPE_ID [line 112]
LIVEUSER_AREAADMIN_TYPE_ID [line 125]
LIVEUSER_COOKIE_DELETE_TIME [line 151]
LIVEUSER_DAY_SECONDS [line 148]
LIVEUSER_ERROR [line 60]
LIVEUSER_ERROR_CONFIG [line 62]
LIVEUSER_ERROR_COOKIE [line 64]
LIVEUSER_ERROR_FAILED_INSTANTIATION [line 66]
LIVEUSER_ERROR_INIT_ERROR [line 67]
LIVEUSER_ERROR_MISSING_CLASS [line 68]
LIVEUSER_ERROR_MISSING_DEPS [line 63]
LIVEUSER_ERROR_MISSING_FILE [line 65]
LIVEUSER_ERROR_NOT_CALLABLE [line 71]
LIVEUSER_ERROR_NOT_SUPPORTED [line 61]
LIVEUSER_ERROR_SESSION_STARTED [line 72]
LIVEUSER_ERROR_UNKNOWN_EVENT [line 70]
LIVEUSER_ERROR_WRONG_CREDENTIALS [line 69]
LIVEUSER_MASTERADMIN_TYPE_ID [line 133]
LIVEUSER_MAX_LEVEL [line 102]
LIVEUSER_SECTION_APPLICATION [line 141]
LIVEUSER_SECTION_AREA [line 142]
LIVEUSER_SECTION_GROUP [line 143]
LIVEUSER_SECTION_RIGHT [line 144]
LIVEUSER_STATUS_AUTHFAILED [line 90]
LIVEUSER_STATUS_AUTHINITERROR [line 86]
LIVEUSER_STATUS_AUTHNOTFOUND [line 88]
LIVEUSER_STATUS_EMPTY_HANDLE [line 92]
LIVEUSER_STATUS_EXPIRED [line 83]
LIVEUSER_STATUS_IDLED [line 82]
LIVEUSER_STATUS_ISINACTIVE [line 84]
LIVEUSER_STATUS_LOGGEDOUT [line 89]
LIVEUSER_STATUS_OK [line 81]
LIVEUSER_STATUS_PERMINITERROR [line 85]
LIVEUSER_STATUS_UNFROZEN [line 91]
LIVEUSER_STATUS_UNKNOWN [line 87]
LIVEUSER_SUPERADMIN_TYPE_ID [line 129]
LIVEUSER_USER_TYPE_ID [line 117]
Documentation generated on Mon, 11 Mar 2019 15:40:13 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.
|