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

File: LiveUser.php

Source Location: /LiveUser-0.13.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('Log.php') [line 37]
require_once('PEAR.php') [line 36]

LIVEUSER_ERROR [line 44]

LIVEUSER_ERROR = -1
Error related constants definition

[ Top ]



LIVEUSER_ERROR_CONFIG [line 46]

LIVEUSER_ERROR_CONFIG = -3
Error related constants definition

[ Top ]



LIVEUSER_ERROR_COOKIE [line 50]

LIVEUSER_ERROR_COOKIE = -7
Error related constants definition

[ Top ]



LIVEUSER_ERROR_FAILED_INSTANTIATION [line 52]

LIVEUSER_ERROR_FAILED_INSTANTIATION = -9
Error related constants definition

[ Top ]



LIVEUSER_ERROR_INIT_ERROR [line 53]

LIVEUSER_ERROR_INIT_ERROR = -10
Error related constants definition

[ Top ]



LIVEUSER_ERROR_MISSING_CLASS [line 54]

LIVEUSER_ERROR_MISSING_CLASS = -11
Error related constants definition

[ Top ]



LIVEUSER_ERROR_MISSING_DEPS [line 47]

LIVEUSER_ERROR_MISSING_DEPS = -4
Error related constants definition

[ Top ]



LIVEUSER_ERROR_MISSING_FILE [line 51]

LIVEUSER_ERROR_MISSING_FILE = -8
Error related constants definition

[ Top ]



LIVEUSER_ERROR_MISSING_LOGINFUNCTION [line 48]

LIVEUSER_ERROR_MISSING_LOGINFUNCTION = -5
Error related constants definition

[ Top ]



LIVEUSER_ERROR_MISSING_LOGOUTFUNCTION [line 49]

LIVEUSER_ERROR_MISSING_LOGOUTFUNCTION = -6
Error related constants definition

[ Top ]



LIVEUSER_ERROR_NOT_SUPPORTED [line 45]

LIVEUSER_ERROR_NOT_SUPPORTED = -2
Error related constants definition

[ Top ]



LIVEUSER_MAX_LEVEL [line 78]

LIVEUSER_MAX_LEVEL = 3
The higest possible right level

[ Top ]



LIVEUSER_STATUS_AUTHFAILED [line 70]

LIVEUSER_STATUS_AUTHFAILED = -9
Statuses of the current object.

[ Top ]



LIVEUSER_STATUS_AUTHINITERROR [line 66]

LIVEUSER_STATUS_AUTHINITERROR = -5
Statuses of the current object.

[ Top ]



LIVEUSER_STATUS_AUTHNOTFOUND [line 68]

LIVEUSER_STATUS_AUTHNOTFOUND = -7
Statuses of the current object.

[ Top ]



LIVEUSER_STATUS_EXPIRED [line 63]

LIVEUSER_STATUS_EXPIRED = -2
Statuses of the current object.

[ Top ]



LIVEUSER_STATUS_IDLED [line 62]

LIVEUSER_STATUS_IDLED = -1
Statuses of the current object.

[ Top ]



LIVEUSER_STATUS_ISINACTIVE [line 64]

LIVEUSER_STATUS_ISINACTIVE = -3
Statuses of the current object.

[ Top ]



LIVEUSER_STATUS_LOGGEDOUT [line 69]

LIVEUSER_STATUS_LOGGEDOUT = -8
Statuses of the current object.

[ Top ]



LIVEUSER_STATUS_PERMINITERROR [line 65]

LIVEUSER_STATUS_PERMINITERROR = -4
Statuses of the current object.

[ Top ]



LIVEUSER_STATUS_UNKNOWN [line 67]

LIVEUSER_STATUS_UNKNOWN = -6
Statuses of the current object.

[ Top ]



Documentation generated on Mon, 11 Mar 2019 13:56:17 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.