Class: Auth
Source Location: /Auth-1.3.0r2/Auth.php
PEAR::Auth
Author(s):
Version:
|
|
|
Inherited Variables
|
Inherited Methods
|
Class Details
Class Variables
$advancedsecurity = false
[line 176]
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 107]
Is Login Allowed from this page
$authChecks = 0
[line 226]
How many times has checkAuth been called var int
$authdata =
[line 220]
A hash to hold various superglobals as reference
$cookie =
[line 214]
Holds a reference to the global cookie variable
$expire = 0
[line 48]
Auth lifetime in seconds If this variable is set to 0, auth never expires
$expired = false
[line 56]
Has the auth session expired?
$idle = 0
[line 68]
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 76]
Is the maximum idletime over?
$loginCallback = ''
[line 136]
Login callback function name
$loginFailedCallback = ''
[line 144]
Failed Login callback function name
$loginFunction = ''
[line 91]
User-defined function that creates the login screen
$logoutCallback = ''
[line 152]
Logout callback function name
$password = ''
[line 128]
Password
$post =
[line 208]
Holds a reference to the global post variable
$server =
[line 202]
Holds a reference to the global server variable
$session =
[line 196]
Holds a reference to the session auth variable
$showLogin = true
[line 99]
Should the login form be displayed
$status = ''
[line 114]
Current authentication status
$storage = ''
[line 84]
Storage object
$username = ''
[line 121]
Username
$version = "@version@"
[line 166]
Package Version
Method Detail
Documentation generated on Mon, 11 Mar 2019 13:52:32 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.
|