Index of all elements
[ a ]
[ c ]
[ d ]
[ e ]
[ f ]
[ g ]
[ h ]
[ i ]
[ l ]
[ m ]
[ o ]
[ p ]
[ q ]
[ r ]
[ s ]
[ u ]
[ v ]
a
- $activeUser
- in file Container.php, variable Auth_Container::$activeUser
User that is currently selected from the storage container.
- $activeUser
- in file MDB.php, variable Auth_Container_MDB::$activeUser
User that is currently selected from the DB.
- $activeUser
- in file DBLite.php, variable Auth_Container_DB::$activeUser
User that is currently selected from the DB.
- $activeUser
- in file MDB2.php, variable Auth_Container_MDB2::$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
- $authtype
- in file RADIUS.php, variable Auth_Container_RADIUS::$authtype
Contains the authentication type
- $auth_obj
- in file Controller.php, variable Auth_Controller::$auth_obj
var Auth An auth instance
- $autoRedirectBack
- in file Controller.php, variable Auth_Controller::$autoRedirectBack
var bool If this is set to true auther a succesfull login the Auth_Controller::redirectBack() is invoked automatically
- addUser
- in file MDB.php, method Auth_Container_MDB::addUser()
Add 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 MDB2.php, method Auth_Container_MDB2::addUser()
Add user to the storage container
- addUser
- in file Auth.php, method Auth::addUser()
Add 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 SMBPasswd.php, method Auth_Container_SMBPasswd::addUser()
Add a new 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, method Auth_Container::Auth_Container()
Constructor
- Auth_Container
- in file Container.php, class Auth_Container
Storage class for fetching login data
- 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, method Auth_Container_File::Auth_Container_File()
Constructor of the container class
- Auth_Container_File
- in file File.php, class Auth_Container_File
Storage driver for fetching login data from an encrypted password file.
- Auth_Container_IMAP
- in file IMAP.php, method Auth_Container_IMAP::Auth_Container_IMAP()
Constructor of the container class
- Auth_Container_IMAP
- in file IMAP.php, class Auth_Container_IMAP
Storage driver for fetching login data from an IMAP server
- 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_pear
- in file PEAR.php, method Auth_Container_Pear::Auth_Container_pear()
- Auth_Container_Pear
- in file PEAR.php, class Auth_Container_Pear
- 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_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.
- Auth_Container_SMBPasswd
- in file SMBPasswd.php, method Auth_Container_SMBPasswd::Auth_Container_SMBPasswd()
Constructor of the container class
- Auth_Container_SMBPasswd
- in file SMBPasswd.php, class Auth_Container_SMBPasswd
Storage driver for fetching login data from an SAMBA smbpasswd file.
- Auth_Container_SOAP
- in file SOAP.php, method Auth_Container_SOAP::Auth_Container_SOAP()
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_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_Controller
- in file Controller.php, method Auth_Controller::Auth_Controller()
Constructor
- Auth_Controller
- in file Controller.php, class Auth_Controller
Controlls access to a group of php access and redirects to a predefined login page as needed
- AUTH_EXPIRED
- in file Auth.php, constant AUTH_EXPIRED
- Auth_Frontend_Html
- in file Html.php, class Auth_Frontend_Html
Standard Html Login form
- 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
top
c
- $conn_id
- in file LDAP.php, variable Auth_Container_LDAP::$conn_id
Connection ID of LDAP Link
- $cookie
- in file Auth.php, variable Auth::$cookie
Holds a reference to the global cookie variable
- Controller.php
- procedural page Controller.php
- Container.php
- procedural page Container.php
- changePassword
- in file SMBPasswd.php, method Auth_Container_SMBPasswd::changePassword()
Change password for user in the storage container
- changePassword
- in file MDB.php, method Auth_Container_MDB::changePassword()
Change password for user in the storage container
- changePassword
- in file Auth.php, method Auth::changePassword()
Change password for user in the storage container
- changePassword
- in file File.php, method Auth_Container_File::changePassword()
Change password for user in the storage container
- changePassword
- in file MDB2.php, method Auth_Container_MDB2::changePassword()
Change password for user in the storage container
- changePassword
- in file Container.php, method Auth_Container::changePassword()
Change password for user in the storage container
- checkAuth
- in file Controller.php, method Auth_Controller::checkAuth()
Proxy call to auth
- checkGroup
- in file LDAP.php, method Auth_Container_LDAP::checkGroup()
Validate group membership
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 RADIUS.php, method Auth_Container_RADIUS::fetchData()
Authenticate
- 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 vpopmail.php, method Auth_Container_vpopmail::fetchData()
Get user information from vpopmail
- fetchData
- in file PEAR.php, method Auth_Container_Pear::fetchData()
- fetchData
- in file MDB.php, method Auth_Container_MDB::fetchData()
Get user information from database
- fetchData
- in file File.php, method Auth_Container_File::fetchData()
Authenticate an user
- fetchData
- in file DBLite.php, method Auth_Container_DB::fetchData()
Get user information from database
- fetchData
- in file IMAP.php, method Auth_Container_IMAP::fetchData()
Try to open a IMAP stream using $username / $password
- 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 MDB2.php, method Auth_Container_MDB2::fetchData()
Get user information from database
top
g
- getAuth
- in file Auth.php, method Auth::getAuth()
Has the user been authenticated?
- getAuthData
- in file Auth.php, method Auth::getAuthData()
Get additional information that is stored in the session.
- getCryptType
- in file Container.php, method Auth_Container::getCryptType()
Returns the crypt current crypt type of the container
- getPostPasswordField
- in file Auth.php, method Auth::getPostPasswordField()
Gets the post varible used for the username
- getPostUsernameField
- in file Auth.php, method Auth::getPostUsernameField()
Gets the post varible used for the username
- getStatus
- in file Controller.php, method Auth_Controller::getStatus()
Proxy call to auth
- getStatus
- in file Auth.php, method Auth::getStatus()
Get the current status
- getUser
- in file Container.php, method Auth_Container::getUser()
Returns a user assoc array
- getUsername
- in file Controller.php, method Auth_Controller::getUsername()
Proxy call to auth
- getUsername
- in file Auth.php, method Auth::getUsername()
Get the username
top
top
top
l
- $login
- in file Controller.php, variable Auth_Controller::$login
var string The login url
- $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 SMBPasswd.php, method Auth_Container_SMBPasswd::listUsers()
- listUsers
- in file MDB2.php, method Auth_Container_MDB2::listUsers()
- 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
- listUsers
- in file Auth.php, method Auth::listUsers()
List all users that are currently available in the storage container
- logout
- in file Controller.php, method Auth_Controller::logout()
Proxy call to auth
- logout
- in file Auth.php, method Auth::logout()
Logout function
top
top
top
top
top
r
- $radius
- in file RADIUS.php, variable Auth_Container_RADIUS::$radius
Contains a RADIUS object
- RADIUS.php
- procedural page RADIUS.php
- redirectBack
- in file Controller.php, method Auth_Controller::redirectBack()
Redirects Back to the calling page
- redirectLogin
- in file Controller.php, method Auth_Controller::redirectLogin()
Redirects to the login Page if not authorised
- removeUser
- in file MDB2.php, method Auth_Container_MDB2::removeUser()
Remove user from the storage container
- removeUser
- in file SMBPasswd.php, method Auth_Container_SMBPasswd::removeUser()
Remove user from the storage container
- removeUser
- in file Auth.php, method Auth::removeUser()
Remove user from the storage container
- removeUser
- in file MDB.php, method Auth_Container_MDB::removeUser()
Remove user from the storage container
- removeUser
- in file File.php, method Auth_Container_File::removeUser()
Remove user from the storage container
- removeUser
- in file Container.php, method Auth_Container::removeUser()
Remove user from the storage container
- render
- in file Html.php, method Auth_Frontend_Html::render()
Displays the login form
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.
- setAutoRedirectBack
- in file Controller.php, method Auth_Controller::setAutoRedirectBack()
Enables auto redirection when login is done
- 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
- start
- in file Controller.php, method Auth_Controller::start()
Starts the Auth Procedure
- 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.
|
|