File: LiveUser.php
Source Location: /LiveUser-0.15.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:
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:
require_once('PEAR/ErrorStack.php') [line 50]
Include PEAR ErrorStack class require_once('Event/Dispatcher.php') [line 51]
require_once('PEAR.php') [line 52]
LIVEUSER_ADMIN_TYPE_ID [line 115]
LIVEUSER_ANONYMOUS_TYPE_ID [line 106]
LIVEUSER_AREAADMIN_TYPE_ID [line 116]
LIVEUSER_ERROR [line 59]
LIVEUSER_ERROR_CONFIG [line 61]
LIVEUSER_ERROR_COOKIE [line 63]
LIVEUSER_ERROR_FAILED_INSTANTIATION [line 65]
LIVEUSER_ERROR_INIT_ERROR [line 66]
LIVEUSER_ERROR_MISSING_CLASS [line 67]
LIVEUSER_ERROR_MISSING_DEPS [line 62]
LIVEUSER_ERROR_MISSING_FILE [line 64]
LIVEUSER_ERROR_NOT_CALLABLE [line 70]
LIVEUSER_ERROR_NOT_SUPPORTED [line 60]
LIVEUSER_ERROR_UNKNOWN_EVENT [line 69]
LIVEUSER_ERROR_WRONG_CREDENTIALS [line 68]
LIVEUSER_MASTERADMIN_TYPE_ID [line 121]
LIVEUSER_MAX_LEVEL [line 96]
LIVEUSER_SECTION_APPLICATION [line 129]
LIVEUSER_SECTION_AREA [line 130]
LIVEUSER_SECTION_GROUP [line 131]
LIVEUSER_SECTION_RIGHT [line 132]
LIVEUSER_STATUS_AUTHFAILED [line 87]
LIVEUSER_STATUS_AUTHINITERROR [line 83]
LIVEUSER_STATUS_AUTHNOTFOUND [line 85]
LIVEUSER_STATUS_EXPIRED [line 80]
LIVEUSER_STATUS_IDLED [line 79]
LIVEUSER_STATUS_ISINACTIVE [line 81]
LIVEUSER_STATUS_LOGGEDOUT [line 86]
LIVEUSER_STATUS_OK [line 78]
LIVEUSER_STATUS_PERMINITERROR [line 82]
LIVEUSER_STATUS_UNFROZEN [line 88]
LIVEUSER_STATUS_UNKNOWN [line 84]
LIVEUSER_SUPERADMIN_TYPE_ID [line 117]
LIVEUSER_USER_TYPE_ID [line 111]
Documentation generated on Mon, 11 Mar 2019 14:29:00 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.
|