Class: Auth
Source Location: /Auth-1.3.0RC7/Auth.php
PEAR::Auth
Author(s):
Version:
|
|
|
Inherited Variables
|
Inherited Methods
|
Class Details
Class Variables
$advancedsecurity = false
[line 179]
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 110]
Is Login Allowed from this page
$authChecks = 0
[line 229]
How many times has checkAuth been called var int
$authdata =
[line 223]
A hash to hold various superglobals as reference
$cookie =
[line 217]
Holds a reference to the global cookie variable
$expire = 0
[line 51]
Auth lifetime in seconds If this variable is set to 0, auth never expires
$expired = false
[line 59]
Has the auth session expired?
$idle = 0
[line 71]
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 79]
Is the maximum idletime over?
$loginCallback = ''
[line 139]
Login callback function name
$loginFailedCallback = ''
[line 147]
Failed Login callback function name
$loginFunction = ''
[line 94]
User-defined function that creates the login screen
$logoutCallback = ''
[line 155]
Logout callback function name
$password = ''
[line 131]
Password
$post =
[line 211]
Holds a reference to the global post variable
$server =
[line 205]
Holds a reference to the global server variable
$session =
[line 199]
Holds a reference to the session auth variable
$showLogin = true
[line 102]
Should the login form be displayed
$status = ''
[line 117]
Current authentication status
$storage = ''
[line 87]
Storage object
$username = ''
[line 124]
Username
$version = "@version@"
[line 169]
Package Version
Method Detail
Documentation generated on Mon, 11 Mar 2019 14:37:15 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.
|