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

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_ADMIN_TYPE_ID = 2
lowest admin type id

Usertypes


[ Top ]



LIVEUSER_ANONYMOUS_TYPE_ID [line 90]

LIVEUSER_ANONYMOUS_TYPE_ID = 0
lowest user type id

Usertypes


[ Top ]



LIVEUSER_AREAADMIN_TYPE_ID [line 100]

LIVEUSER_AREAADMIN_TYPE_ID = 3
Usertypes

[ Top ]



LIVEUSER_ERROR [line 43]

LIVEUSER_ERROR = -1
Error related constants definition

[ Top ]



LIVEUSER_ERROR_CONFIG [line 45]

LIVEUSER_ERROR_CONFIG = -3
Error related constants definition

[ Top ]



LIVEUSER_ERROR_COOKIE [line 47]

LIVEUSER_ERROR_COOKIE = -7
Error related constants definition

[ Top ]



LIVEUSER_ERROR_FAILED_INSTANTIATION [line 49]

LIVEUSER_ERROR_FAILED_INSTANTIATION = -9
Error related constants definition

[ Top ]



LIVEUSER_ERROR_INIT_ERROR [line 50]

LIVEUSER_ERROR_INIT_ERROR = -10
Error related constants definition

[ Top ]



LIVEUSER_ERROR_MISSING_CLASS [line 51]

LIVEUSER_ERROR_MISSING_CLASS = -11
Error related constants definition

[ Top ]



LIVEUSER_ERROR_MISSING_DEPS [line 46]

LIVEUSER_ERROR_MISSING_DEPS = -4
Error related constants definition

[ Top ]



LIVEUSER_ERROR_MISSING_FILE [line 48]

LIVEUSER_ERROR_MISSING_FILE = -8
Error related constants definition

[ Top ]



LIVEUSER_ERROR_NOT_CALLABLE [line 54]

LIVEUSER_ERROR_NOT_CALLABLE = -14
Error related constants definition

[ Top ]



LIVEUSER_ERROR_NOT_SUPPORTED [line 44]

LIVEUSER_ERROR_NOT_SUPPORTED = -2
Error related constants definition

[ Top ]



LIVEUSER_ERROR_UNKNOWN_EVENT [line 53]

LIVEUSER_ERROR_UNKNOWN_EVENT = -13
Error related constants definition

[ Top ]



LIVEUSER_ERROR_WRONG_CREDENTIALS [line 52]

LIVEUSER_ERROR_WRONG_CREDENTIALS = -12
Error related constants definition

[ Top ]



LIVEUSER_MASTERADMIN_TYPE_ID [line 105]

LIVEUSER_MASTERADMIN_TYPE_ID = 5
higest admin type id

Usertypes


[ Top ]



LIVEUSER_MAX_LEVEL [line 80]

LIVEUSER_MAX_LEVEL = 3
The higest possible right level

[ Top ]



LIVEUSER_SECTION_APPLICATION [line 113]

LIVEUSER_SECTION_APPLICATION = 1
Section types

[ Top ]



LIVEUSER_SECTION_AREA [line 114]

LIVEUSER_SECTION_AREA = 2
Section types

[ Top ]



LIVEUSER_SECTION_GROUP [line 115]

LIVEUSER_SECTION_GROUP = 3
Section types

[ Top ]



LIVEUSER_SECTION_RIGHT [line 116]

LIVEUSER_SECTION_RIGHT = 4
Section types

[ Top ]



LIVEUSER_STATUS_AUTHFAILED [line 71]

LIVEUSER_STATUS_AUTHFAILED = -9
Statuses of the current object.

[ Top ]



LIVEUSER_STATUS_AUTHINITERROR [line 67]

LIVEUSER_STATUS_AUTHINITERROR = -5
Statuses of the current object.

[ Top ]



LIVEUSER_STATUS_AUTHNOTFOUND [line 69]

LIVEUSER_STATUS_AUTHNOTFOUND = -7
Statuses of the current object.

[ Top ]



LIVEUSER_STATUS_EXPIRED [line 64]

LIVEUSER_STATUS_EXPIRED = -2
Statuses of the current object.

[ Top ]



LIVEUSER_STATUS_IDLED [line 63]

LIVEUSER_STATUS_IDLED = -1
Statuses of the current object.

[ Top ]



LIVEUSER_STATUS_ISINACTIVE [line 65]

LIVEUSER_STATUS_ISINACTIVE = -3
Statuses of the current object.

[ Top ]



LIVEUSER_STATUS_LOGGEDOUT [line 70]

LIVEUSER_STATUS_LOGGEDOUT = -8
Statuses of the current object.

[ Top ]



LIVEUSER_STATUS_OK [line 62]

LIVEUSER_STATUS_OK = 1
Statuses of the current object.

[ Top ]



LIVEUSER_STATUS_PERMINITERROR [line 66]

LIVEUSER_STATUS_PERMINITERROR = -4
Statuses of the current object.

[ Top ]



LIVEUSER_STATUS_UNFROZEN [line 72]

LIVEUSER_STATUS_UNFROZEN = -10
Statuses of the current object.

[ Top ]



LIVEUSER_STATUS_UNKNOWN [line 68]

LIVEUSER_STATUS_UNKNOWN = -6
Statuses of the current object.

[ Top ]



LIVEUSER_SUPERADMIN_TYPE_ID [line 101]

LIVEUSER_SUPERADMIN_TYPE_ID = 4
Usertypes

[ Top ]



LIVEUSER_USER_TYPE_ID [line 95]

LIVEUSER_USER_TYPE_ID = 1
lowest user type id

Usertypes


[ Top ]



Documentation generated on Mon, 11 Mar 2019 14:00:07 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.