Element index for package Auth
[ a ]
[ c ]
[ d ]
[ e ]
[ f ]
[ g ]
[ h ]
[ i ]
[ k ]
[ l ]
[ m ]
[ n ]
[ o ]
[ p ]
[ q ]
[ r ]
[ s ]
[ u ]
[ v ]
[ _ ]
top
a
- $activeUser
- in file DBLite.php, variable Auth_Container_DBLite::$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 DB.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.
- $activeUser
- in file MDB.php, variable Auth_Container_MDB::$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
- $allow_anonymous
- in file Anonymous.php, variable Auth_Anonymous::$allow_anonymous
Whether to allow anonymous authentication
- $anonymous_username
- in file Anonymous.php, variable Auth_Anonymous::$anonymous_username
Username to use for anonymous user
- $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
- addUser
- in file Container.php, method Auth_Container::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 DB.php, method Auth_Container_DB::addUser()
Add 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 SMBPasswd.php, method Auth_Container_SMBPasswd::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
- attachLogObserver
- in file Auth.php, method Auth::attachLogObserver()
Attach an Observer to the Auth Log Source
- Auth
- in file Auth.php, method Auth::Auth()
Constructor
- Auth
- in file Auth.php, class Auth
PEAR::Auth
- Anonymous.php
- procedural page Anonymous.php
- Auth.php
- procedural page Auth.php
- Array.php
- procedural page Array.php
- Auth.php
- procedural page Auth.php
- AUTH_ADV_CHALLENGE
- in file Auth.php, constant AUTH_ADV_CHALLENGE
Auth Advanced Security - Challenge Response
- AUTH_ADV_IPCHECK
- in file Auth.php, constant AUTH_ADV_IPCHECK
Auth Advanced Security - IP Checks
- AUTH_ADV_USERAGENT
- in file Auth.php, constant AUTH_ADV_USERAGENT
Auth Advanced Security - User Agent Checks
- Auth_Anonymous
- in file Anonymous.php, class Auth_Anonymous
Anonymous Authentication
- Auth_Anonymous
- in file Anonymous.php, method Auth_Anonymous::Auth_Anonymous()
Pass all parameters to Parent Auth class
- AUTH_CALLBACK_ABORT
- in file Auth.php, constant AUTH_CALLBACK_ABORT
Returned if checkAuthCallback says session should not continue.
- 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_Array
- in file Array.php, method Auth_Container_Array::Auth_Container_Array()
Constructor for Array Container
- Auth_Container_Array
- in file Array.php, class Auth_Container_Array
Storage driver for fetching authentication data from a PHP Array
- Auth_Container_DB
- in file DB.php, method Auth_Container_DB::Auth_Container_DB()
Constructor of the container class
- Auth_Container_DB
- in file DB.php, class Auth_Container_DB
Storage driver for fetching login data from a database
- Auth_Container_DBLite
- in file DBLite.php, method Auth_Container_DBLite::Auth_Container_DBLite()
Constructor of the container class
- Auth_Container_DBLite
- in file DBLite.php, class Auth_Container_DBLite
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, 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_KADM5
- in file KADM5.php, method Auth_Container_KADM5::Auth_Container_KADM5()
Constructor of the container class
- Auth_Container_KADM5
- in file KADM5.php, class Auth_Container_KADM5
Storage driver for Authentication on a Kerberos V 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, method Auth_Container_MDB::Auth_Container_MDB()
Constructor of the container class
- Auth_Container_MDB
- in file MDB.php, class Auth_Container_MDB
Storage driver for fetching login data from a database
- Auth_Container_MDB2
- in file MDB2.php, class Auth_Container_MDB2
Storage driver for fetching login data from a database
- Auth_Container_MDB2
- in file MDB2.php, method Auth_Container_MDB2::Auth_Container_MDB2()
Constructor of the container class
- Auth_Container_Multiple
- in file Multiple.php, class Auth_Container_Multiple
Storage driver for using multiple storage drivers in a fall through fashion
- Auth_Container_Multiple
- in file Multiple.php, method Auth_Container_Multiple::Auth_Container_Multiple()
Constructor for Array Container
- Auth_Container_Pear
- in file PEAR.php, class Auth_Container_Pear
Storage driver for authenticating against PEAR website
- Auth_Container_Pear
- in file PEAR.php, method Auth_Container_Pear::Auth_Container_Pear()
Constructor
- Auth_Container_POP3
- in file POP3.php, class Auth_Container_POP3
Storage driver for Authentication on a POP3 server.
- Auth_Container_POP3
- in file POP3.php, method Auth_Container_POP3::Auth_Container_POP3()
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.
- Auth_Container_SAP
- in file SAP.php, method Auth_Container_SAP::Auth_Container_SAP()
Class constructor. Checks that required options are present and that the SAPRFC extension is loaded
- Auth_Container_SAP
- in file SAP.php, class Auth_Container_SAP
Performs authentication against a SAP system using the SAPRFC PHP extension.
- 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, 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_SOAP5
- in file SOAP5.php, method Auth_Container_SOAP5::Auth_Container_SOAP5()
Constructor of the container class
- Auth_Container_SOAP5
- in file SOAP5.php, class Auth_Container_SOAP5
Storage driver for fetching login data from SOAP using the PHP5 Builtin SOAP functions. This is a modification of the SOAP Storage driver from Bruno Pedro thats using the PEAR SOAP Package.
- Auth_Container_vpopmail
- in file vpopmail.php, method Auth_Container_vpopmail::Auth_Container_vpopmail()
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_Vpopmaild
- in file NetVPOPMaild.php, method Auth_Container_Vpopmaild::Auth_Container_Vpopmaild()
Constructor of the container class
- Auth_Container_Vpopmaild
- in file NetVPOPMaild.php, class Auth_Container_Vpopmaild
Storage driver for Authentication on a Vpopmaild server.
- AUTH_EXPIRED
- in file Auth.php, constant AUTH_EXPIRED
Returned if session has 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
Returned if session exceeds idle time
- AUTH_LOG_DEBUG
- in file Auth.php, constant AUTH_LOG_DEBUG
Auth Log level - DEBUG
- AUTH_LOG_INFO
- in file Auth.php, constant AUTH_LOG_INFO
Auth Log level - INFO
- AUTH_METHOD_NOT_SUPPORTED
- in file Auth.php, constant AUTH_METHOD_NOT_SUPPORTED
Returned if a container method is not supported.
- AUTH_SECURITY_BREACH
- in file Auth.php, constant AUTH_SECURITY_BREACH
Returned if new Advanced security system detects a breach
- AUTH_WRONG_LOGIN
- in file Auth.php, constant AUTH_WRONG_LOGIN
Returned if container is unable to authenticate user/password pair
top
c
- $checkAuthCallback
- in file Auth.php, variable Auth::$checkAuthCallback
checkAuth callback function name
- $conn_id
- in file LDAP.php, variable Auth_Container_LDAP::$conn_id
Connection ID of LDAP Link
- $containers
- in file Multiple.php, variable Auth_Container_Multiple::$containers
The instanciated containers
- $cookie
- in file Auth.php, variable Auth::$cookie
Holds a reference to the global cookie variable
- $cryptType
- in file Array.php, variable Auth_Container_Array::$cryptType
The cryptType used on the passwords
- Container.php
- procedural page Container.php
- Controller.php
- procedural page Controller.php
- changePassword
- in file MDB.php, method Auth_Container_MDB::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
- changePassword
- in file SMBPasswd.php, method Auth_Container_SMBPasswd::changePassword()
Change password for user in the storage container
- changePassword
- in file DB.php, method Auth_Container_DB::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 Auth.php, method Auth::changePassword()
Change password for user in the storage container
- checkAuth
- in file Auth.php, method Auth::checkAuth()
Checks if there is a session with valid auth information.
- checkGroup
- in file LDAP.php, method Auth_Container_LDAP::checkGroup()
Validate group membership
top
top
e
- $enableLogging
- in file Auth.php, variable Auth::$enableLogging
Whether to enable logging of behaviour
- $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 PEAR.php, method Auth_Container_Pear::fetchData()
Get user information from pear.php.net
- fetchData
- in file NetVPOPMaild.php, method Auth_Container_Vpopmaild::fetchData()
fetchData()
- fetchData
- in file SAP.php, method Auth_Container_SAP::fetchData()
Performs username and password check
- fetchData
- in file Multiple.php, method Auth_Container_Multiple::fetchData()
Get user information from array
- fetchData
- in file SOAP5.php, method Auth_Container_SOAP5::fetchData()
Fetch data from SOAP service
- fetchData
- in file SOAP.php, method Auth_Container_SOAP::fetchData()
Fetch data from SOAP service
- fetchData
- in file SMBPasswd.php, method Auth_Container_SMBPasswd::fetchData()
Get user information from pwfile
- 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_DBLite::fetchData()
Get user information from database
- fetchData
- in file DB.php, method Auth_Container_DB::fetchData()
Get user information from database
- fetchData
- in file Container.php, method Auth_Container::fetchData()
Fetch data from storage container
- fetchData
- in file Array.php, method Auth_Container_Array::fetchData()
Get user information from array
- fetchData
- in file File.php, method Auth_Container_File::fetchData()
Authenticate an user
- 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 KADM5.php, method Auth_Container_KADM5::fetchData()
Try to login to the KADM5 server
- fetchData
- in file MDB2.php, method Auth_Container_MDB2::fetchData()
Get user information from database
- forceLogin
- in file Anonymous.php, method Auth_Anonymous::forceLogin()
Force the user to login
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 DB.php, method Auth_Container_DB::getCryptType()
Returns the selected crypt type for this container
- getCryptType
- in file MDB.php, method Auth_Container_MDB::getCryptType()
Returns the selected crypt type for this container
- getCryptType
- in file MDB2.php, method Auth_Container_MDB2::getCryptType()
Returns the selected crypt type for this container
- getCryptType
- in file Container.php, method Auth_Container::getCryptType()
Returns the crypt current crypt type of the container
- getError
- in file SAP.php, method Auth_Container_SAP::getError()
Retrieves the last error from the SAP connection and returns it as an array.
- 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 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 Auth.php, method Auth::getUsername()
Get the username
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
top
l
- $logger
- in file Auth.php, variable Auth::$logger
PEAR::Log object
- $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
- logging.php
- procedural page logging.php
- listUsers
- in file MDB.php, method Auth_Container_MDB::listUsers()
Returns a list of users from the container
- listUsers
- in file MDB2.php, method Auth_Container_MDB2::listUsers()
Returns a list of users from the container
- listUsers
- in file SMBPasswd.php, method Auth_Container_SMBPasswd::listUsers()
- listUsers
- in file File.php, method Auth_Container_File::listUsers()
List all available users
- listUsers
- in file Container.php, method Auth_Container::listUsers()
List all users that are available from the storage container
- listUsers
- in file DB.php, method Auth_Container_DB::listUsers()
Returns a list of users from the container
- listUsers
- in file Auth.php, method Auth::listUsers()
List all users that are currently available in the storage container
- listUsers
- in file Array.php, method Auth_Container_Array::listUsers()
Returns a list of users available within the container
- log
- in file Container.php, method Auth_Container::log()
Log a message to the Auth log
- log
- in file Auth.php, method Auth::log()
Log a message from the Auth system
- loginFunction
- in file multi-container.php, function loginFunction()
- logout
- in file Auth.php, method Auth::logout()
Logout function
top
top
top
o
- $options
- in file MDB.php, variable Auth_Container_MDB::$options
Additional options for the storage container
- $options
- in file MDB2.php, variable Auth_Container_MDB2::$options
Additional options for the storage container
- $options
- in file Multiple.php, variable Auth_Container_Multiple::$options
The options for each container
- $options
- in file SAP.php, variable Auth_Container_SAP::$options
- $options
- in file LDAP.php, variable Auth_Container_LDAP::$options
Options for the class
- $options
- in file KADM5.php, variable Auth_Container_KADM5::$options
Options for the class
- $options
- in file DBLite.php, variable Auth_Container_DBLite::$options
Additional options for the storage container
- $options
- in file File.php, variable Auth_Container_File::$options
Options for container
- $options
- in file IMAP.php, variable Auth_Container_IMAP::$options
Options for the class
- $options
- in file DB.php, variable Auth_Container_DB::$options
Additional options for the storage container
top
top
top
r
- $radius
- in file RADIUS.php, variable Auth_Container_RADIUS::$radius
Contains a RADIUS object
- $regenerateSessionId
- in file Auth.php, variable Auth::$regenerateSessionId
Whether to regenerate session id everytime start is called
- RADIUS.php
- procedural page RADIUS.php
- removeUser
- in file MDB.php, method Auth_Container_MDB::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 File.php, method Auth_Container_File::removeUser()
Remove user from the storage container
- removeUser
- in file DB.php, method Auth_Container_DB::removeUser()
Remove user from the storage container
- removeUser
- in file Container.php, method Auth_Container::removeUser()
Remove user from the storage container
- removeUser
- in file MDB2.php, method Auth_Container_MDB2::removeUser()
Remove user from the storage container
- removeUser
- in file Auth.php, method Auth::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 NetVPOPMaild.php, variable Auth_Container_Vpopmaild::$server
Vpopmaild 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
- $soapClient
- in file SOAP.php, variable Auth_Container_SOAP::$soapClient
The SOAP client
- $soapResponse
- in file SOAP.php, variable Auth_Container_SOAP::$soapResponse
The SOAP response
- $soapResponse
- in file SOAP5.php, variable Auth_Container_SOAP5::$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
- SAP.php
- procedural page SAP.php
- SMBPasswd.php
- procedural page SMBPasswd.php
- SOAP.php
- procedural page SOAP.php
- SOAP5.php
- procedural page SOAP5.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()
Is Login Allowed from this page?
- 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.
- setCheckAuthCallback
- in file Auth.php, method Auth::setCheckAuthCallback()
Register a callback function to be called whenever the validity of the login is checked The function will receive two parameters, the username and a reference to the auth object.
- 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 necessary?
- start
- in file Auth.php, method Auth::start()
Start new auth session
- staticCheckAuth
- in file Auth.php, method Auth::staticCheckAuth()
Statically checks if there is a session with valid auth information.
- supportsChallengeResponse
- in file Container.php, method Auth_Container::supportsChallengeResponse()
Returns true if the container supports Challenge Response
- supportsChallengeResponse
- in file MDB.php, method Auth_Container_MDB::supportsChallengeResponse()
Determine if this container supports password authentication with challenge response
- supportsChallengeResponse
- in file DB.php, method Auth_Container_DB::supportsChallengeResponse()
Determine if this container supports password authentication with challenge response
- supportsChallengeResponse
- in file MDB2.php, method Auth_Container_MDB2::supportsChallengeResponse()
Determine if this container supports password authentication with challenge response
top
top
top
Documentation generated on Mon, 11 Mar 2019 15:41:38 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.
|
|