Class: Auth
Source Location: /Auth-1.4.3/Auth.php
PEAR::Auth
Author(s):
Version:
- Release: 1.4.3 File: $Revision: 1.111 $
Copyright:
|
|
|
Child classes:
|
Inherited Variables
|
Inherited Methods
|
Class Details
Class Variables
$advancedsecurity = false
[line 213]
Flag to use advanced security When set extra checks will be made to see if the user's IP or useragent have changed across requests. Turned off by default to preserve BC.
$allowLogin = true
[line 136]
Is Login Allowed from this page
$authChecks = 0
[line 263]
How many times has checkAuth been called var int
$authdata =
[line 257]
A hash to hold various superglobals as reference
$checkAuthCallback = ''
[line 165]
checkAuth callback function name
$cookie =
[line 251]
Holds a reference to the global cookie variable
$expire = 0
[line 77]
Auth lifetime in seconds If this variable is set to 0, auth never expires
$expired = false
[line 85]
Has the auth session expired?
$idle = 0
[line 97]
Maximum idletime in seconds The difference to $expire is, that the idletime gets refreshed each time checkAuth() is called. If this variable is set to 0, idletime is never checked.
$idled = false
[line 105]
Is the maximum idletime over?
$loginCallback = ''
[line 173]
Login callback function name
$loginFailedCallback = ''
[line 181]
Failed Login callback function name
$loginFunction = ''
[line 120]
User-defined function that creates the login screen
$logoutCallback = ''
[line 189]
Logout callback function name
$password = ''
[line 157]
Password
$post =
[line 245]
Holds a reference to the global post variable
$server =
[line 239]
Holds a reference to the global server variable
$session =
[line 233]
Holds a reference to the session auth variable
$showLogin = true
[line 128]
Should the login form be displayed
$status = ''
[line 143]
Current authentication status
$storage = ''
[line 113]
Storage object
$username = ''
[line 150]
Username
$version = "@version@"
[line 203]
Package Version
Method Detail
Documentation generated on Mon, 11 Mar 2019 14:49:11 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.
|