Element index for package Auth
[ a ]
[ c ]
[ d ]
[ e ]
[ f ]
[ g ]
[ h ]
[ i ]
[ l ]
[ m ]
[ o ]
[ p ]
[ q ]
[ r ]
[ s ]
[ u ]
[ v ]
a
- $activeUser
- in file MDB2.php, variable Auth_Container_MDB2::$activeUser
User that is currently selected from the DB.
- $activeUser
- in file MDB.php, variable Auth_Container_MDB::$activeUser
User that is currently selected from the DB.
- $activeUser
- in file Container.php, variable Auth_Container::$activeUser
User that is currently selected from the storage container.
- $activeUser
- in file DBLite.php, variable Auth_Container_DB::$activeUser
User that is currently selected from the DB.
- $advancedsecurity
- in file Auth.php, variable Auth::$advancedsecurity
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.
- $allowLogin
- in file Auth.php, variable Auth::$allowLogin
Is Login Allowed from this page
- $authChecks
- in file Auth.php, variable Auth::$authChecks
How many times has checkAuth been called
- $authdata
- in file Auth.php, variable Auth::$authdata
A hash to hold various superglobals as reference
- addUser
- in file SMBPasswd.php, method Auth_Container_SMBPasswd::addUser()
Add a new user to the storage container
- addUser
- in file File.php, method Auth_Container_File::addUser()
Add a new user to the storage container
- addUser
- in file Container.php, method Auth_Container::addUser()
Add a new user to the storage container
- addUser
- in file Auth.php, method Auth::addUser()
Add user to the storage container
- addUser
- in file MDB.php, method Auth_Container_MDB::addUser()
Add user to the storage container
- addUser
- in file MDB2.php, method Auth_Container_MDB2::addUser()
Add user to the storage container
- applyAuthOptions
- in file Auth.php, method Auth::applyAuthOptions()
Set the Auth options
- Auth
- in file Auth.php, method Auth::Auth()
Constructor
- Auth
- in file Auth.php, class Auth
PEAR::Auth
- Auth.php
- procedural page Auth.php
- Auth.php
- procedural page Auth.php
- Auth_Container
- in file Container.php, class Auth_Container
Storage class for fetching login data
- Auth_Container
- in file Container.php, method Auth_Container::Auth_Container()
Constructor
- Auth_Container_DB
- in file DBLite.php, method Auth_Container_DB::Auth_Container_DB()
Constructor of the container class
- Auth_Container_DB
- in file DBLite.php, class Auth_Container_DB
A lighter storage driver for fetching login data from a database
- Auth_Container_File
- in file File.php, class Auth_Container_File
Storage driver for fetching login data from an encrypted password file.
- Auth_Container_File
- in file File.php, method Auth_Container_File::Auth_Container_File()
Constructor of the container class
- Auth_Container_LDAP
- in file LDAP.php, method Auth_Container_LDAP::Auth_Container_LDAP()
Constructor of the container class
- Auth_Container_LDAP
- in file LDAP.php, class Auth_Container_LDAP
Storage driver for fetching login data from LDAP
- Auth_Container_MDB
- in file MDB.php, class Auth_Container_MDB
Storage driver for fetching login data from a database
- Auth_Container_MDB
- in file MDB.php, method Auth_Container_MDB::Auth_Container_MDB()
Constructor of the container class
- Auth_Container_MDB2
- in file MDB2.php, method Auth_Container_MDB2::Auth_Container_MDB2()
Constructor of the container class
- Auth_Container_MDB2
- in file MDB2.php, class Auth_Container_MDB2
Storage driver for fetching login data from a database
- Auth_Container_POP3
- in file POP3.php, method Auth_Container_POP3::Auth_Container_POP3()
Constructor of the container class
- Auth_Container_POP3
- in file POP3.php, class Auth_Container_POP3
Storage driver for Authentication on a POP3 server.
- Auth_Container_SMBPasswd
- in file SMBPasswd.php, class Auth_Container_SMBPasswd
Storage driver for fetching login data from an SAMBA smbpasswd file.
- Auth_Container_SMBPasswd
- in file SMBPasswd.php, method Auth_Container_SMBPasswd::Auth_Container_SMBPasswd()
Constructor of the container class
- Auth_Container_SOAP
- in file SOAP.php, class Auth_Container_SOAP
Storage driver for fetching login data from SOAP
- Auth_Container_SOAP
- in file SOAP.php, method Auth_Container_SOAP::Auth_Container_SOAP()
Constructor of the container class
- Auth_Container_vpopmail
- in file vpopmail.php, class Auth_Container_vpopmail
Storage driver for fetching login data from vpopmail
- Auth_Container_vpopmail
- in file vpopmail.php, method Auth_Container_vpopmail::Auth_Container_vpopmail()
Constructor of the container class
- AUTH_EXPIRED
- in file Auth.php, constant AUTH_EXPIRED
- AUTH_IDLED
- in file Auth.php, constant AUTH_IDLED
- AUTH_METHOD_NOT_SUPPORTED
- in file Auth.php, constant AUTH_METHOD_NOT_SUPPORTED
- AUTH_SECURITY_BREACH
- in file Auth.php, constant AUTH_SECURITY_BREACH
- AUTH_WRONG_LOGIN
- in file Auth.php, constant AUTH_WRONG_LOGIN
- $authtype
- in file RADIUS.php, variable Auth_Container_RADIUS::$authtype
Contains the authentication type
- Auth_Container_IMAP
- in file IMAP.php, class Auth_Container_IMAP
Storage driver for fetching login data from an IMAP server
- Auth_Container_IMAP
- in file IMAP.php, method Auth_Container_IMAP::Auth_Container_IMAP()
Constructor of the container class
- Auth_Container_RADIUS
- in file RADIUS.php, method Auth_Container_RADIUS::Auth_Container_RADIUS()
Constructor of the container class.
- Auth_Container_RADIUS
- in file RADIUS.php, class Auth_Container_RADIUS
Storage driver for authenticating users against RADIUS servers.
top
top
top
e
- $expire
- in file Auth.php, variable Auth::$expire
Auth lifetime in seconds
- $expired
- in file Auth.php, variable Auth::$expired
Has the auth session expired?
top
f
- File.php
- procedural page File.php
- fetchData
- in file POP3.php, method Auth_Container_POP3::fetchData()
Try to login to the POP3 server
- fetchData
- in file SMBPasswd.php, method Auth_Container_SMBPasswd::fetchData()
Get user information from pwfile
- fetchData
- in file SOAP.php, method Auth_Container_SOAP::fetchData()
Fetch data from SOAP service
- fetchData
- in file MDB2.php, method Auth_Container_MDB2::fetchData()
Get user information from database
- fetchData
- in file vpopmail.php, method Auth_Container_vpopmail::fetchData()
Get user information from vpopmail
- fetchData
- in file MDB.php, method Auth_Container_MDB::fetchData()
Get user information from database
- fetchData
- in file DBLite.php, method Auth_Container_DB::fetchData()
Get user information from database
- fetchData
- in file File.php, method Auth_Container_File::fetchData()
Authenticate an user
- fetchData
- in file LDAP.php, method Auth_Container_LDAP::fetchData()
Fetch data from LDAP server
- fetchData
- in file Container.php, method Auth_Container::fetchData()
Fetch data from storage container
- fetchData
- in file RADIUS.php, method Auth_Container_RADIUS::fetchData()
Authenticate
- fetchData
- in file IMAP.php, method Auth_Container_IMAP::fetchData()
Try to open a IMAP stream using $username / $password
top
top
top
i
- $idle
- in file Auth.php, variable Auth::$idle
Maximum idletime in seconds
- $idled
- in file Auth.php, variable Auth::$idled
Is the maximum idletime over?
- IMAP.php
- procedural page IMAP.php
top
l
- $loginCallback
- in file Auth.php, variable Auth::$loginCallback
Login callback function name
- $loginFailedCallback
- in file Auth.php, variable Auth::$loginFailedCallback
Failed Login callback function name
- $loginFunction
- in file Auth.php, variable Auth::$loginFunction
User-defined function that creates the login screen
- $logoutCallback
- in file Auth.php, variable Auth::$logoutCallback
Logout callback function name
- LDAP.php
- procedural page LDAP.php
- listUsers
- in file MDB.php, method Auth_Container_MDB::listUsers()
- listUsers
- in file MDB2.php, method Auth_Container_MDB2::listUsers()
- listUsers
- in file SMBPasswd.php, method Auth_Container_SMBPasswd::listUsers()
- listUsers
- in file Auth.php, method Auth::listUsers()
List all users that are currently available in the storage container
- listUsers
- in file Container.php, method Auth_Container::listUsers()
List all users that are available from the storage container
- listUsers
- in file File.php, method Auth_Container_File::listUsers()
List all available users
- logout
- in file Auth.php, method Auth::logout()
Logout function
top
top
top
top
top
top
s
- $server
- in file POP3.php, variable Auth_Container_POP3::$server
POP3 Server
- $server
- in file Auth.php, variable Auth::$server
Holds a reference to the global server variable
- $session
- in file Auth.php, variable Auth::$session
Holds a reference to the session auth variable
- $showLogin
- in file Auth.php, variable Auth::$showLogin
Should the login form be displayed
- $soapResponse
- in file SOAP.php, variable Auth_Container_SOAP::$soapResponse
The SOAP response
- $status
- in file Auth.php, variable Auth::$status
Current authentication status
- $storage
- in file Auth.php, variable Auth::$storage
Storage object
- SMBPasswd.php
- procedural page SMBPasswd.php
- SOAP.php
- procedural page SOAP.php
- sessionValidThru
- in file Auth.php, method Auth::sessionValidThru()
Returns the time up to the session is valid
- setAdvancedSecurity
- in file Auth.php, method Auth::setAdvancedSecurity()
Enables advanced security checks
- setAllowLogin
- in file Auth.php, method Auth::setAllowLogin()
Should the login form be displayed if neccessary?
- setAuth
- in file Auth.php, method Auth::setAuth()
Register variable in a session telling that the user has logged in successfully
- setAuthData
- in file Auth.php, method Auth::setAuthData()
Register additional information that is to be stored in the session.
- setExpire
- in file Auth.php, method Auth::setExpire()
Set the maximum expire time
- setFailedLoginCallback
- in file Auth.php, method Auth::setFailedLoginCallback()
Register a callback function to be called on failed user login.
- setIdle
- in file Auth.php, method Auth::setIdle()
Set the maximum idle time
- setLoginCallback
- in file Auth.php, method Auth::setLoginCallback()
Register a callback function to be called on user login.
- setLogoutCallback
- in file Auth.php, method Auth::setLogoutCallback()
Register a callback function to be called on user logout.
- setSessionname
- in file Auth.php, method Auth::setSessionname()
Set name of the session to a customized value.
- setShowLogin
- in file Auth.php, method Auth::setShowLogin()
Should the login form be displayed if neccessary?
- start
- in file Auth.php, method Auth::start()
Start new auth session
- supportsChallengeResponce
- in file Container.php, method Auth_Container::supportsChallengeResponce()
Returns true if the container supports Challenge Responce
top
top
top
Documentation generated on Mon, 11 Mar 2019 13:52:31 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.
|
|