Class: Auth
Source Location: /Auth-1.4.0/Auth.php
PEAR::Auth
Author(s):
Version:
- Release: 1.4.0 File: $Revision: 1.108 $
Copyright:
|
|
|
Child classes:
|
Inherited Variables
|
Inherited Methods
|
Class Details
Class Variables
$advancedsecurity = false
[line 201]
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 132]
Is Login Allowed from this page
$authChecks = 0
[line 251]
How many times has checkAuth been called var int
$authdata =
[line 245]
A hash to hold various superglobals as reference
$cookie =
[line 239]
Holds a reference to the global cookie variable
$expire = 0
[line 73]
Auth lifetime in seconds If this variable is set to 0, auth never expires
$expired = false
[line 81]
Has the auth session expired?
$idle = 0
[line 93]
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 101]
Is the maximum idletime over?
$loginCallback = ''
[line 161]
Login callback function name
$loginFailedCallback = ''
[line 169]
Failed Login callback function name
$loginFunction = ''
[line 116]
User-defined function that creates the login screen
$logoutCallback = ''
[line 177]
Logout callback function name
$password = ''
[line 153]
Password
$post =
[line 233]
Holds a reference to the global post variable
$server =
[line 227]
Holds a reference to the global server variable
$session =
[line 221]
Holds a reference to the session auth variable
$showLogin = true
[line 124]
Should the login form be displayed
$status = ''
[line 139]
Current authentication status
$storage = ''
[line 109]
Storage object
$username = ''
[line 146]
Username
$version = "@version@"
[line 191]
Package Version
Method Detail
Documentation generated on Mon, 11 Mar 2019 14:47:03 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.
|