[Zend_Auth] element index

Package indexes

All elements
a c d e f g h i m n r s w z _
_
top
Variable $_code
Authentication result code
Variable $_data
Holds the actual auth data
Variable $_filename
Filename against which authentication queries are performed
Variable $_identity
The identity used in the authentication attempt
Variable $_instance
Singleton instance
Variable $_member
Session object member
Variable $_messages
An array of string reasons why the authentication attempt was unsuccessful
Variable $_namespace
Session namespace
Variable $_password
Password for the user of the realm
Variable $_realm
Digest authentication realm
Variable $_session
Object to proxy $_SESSION storage
Variable $_storage
Persistent storage handler
Variable $_username
Digest authentication user
Method __construct
Sets session storage options and initializes session namespace object
Method __construct
Sets adapter options
Method __construct
Sets the result code, identity, and failure messages
Variable $_credential
$_credential - Credential values
Variable $_credentialColumn
$_credentialColumns - columns to be used as the credentials
Variable $_credentialTreatment
$_credentialTreatment - Treatment applied to the credential, such as MD5() or PASSWORD()
Variable $_identity
$_identity - Identity value
Variable $_identityColumn
$_identityColumn - the column to use as the identity
Variable $_resultRow
$_resultRow - Results of database authentication query
Variable $_tableName
$_tableName - the table name to check
Variable $_zendDb
Database Connection
Method __construct
__construct() - Sets configuration options
Variable $_acceptSchemes
List of schemes this class will accept from the client
Variable $_algo
The actual algorithm to use. Defaults to MD5
Variable $_basicResolver
Object that looks up user credentials for the Basic scheme
Variable $_digestResolver
Object that looks up user credentials for the Digest scheme
Variable $_domains
Space-delimited list of protected domains for Digest Auth
Variable $_file
Path to credentials file
Variable $_ieNoOpaque
Flag indicating the client is IE and didn't bother to return the opaque string
Variable $_imaProxy
Whether or not to do Proxy Authentication instead of origin server authentication (send 407's instead of 401's). Off by default.
Variable $_nonceTimeout
Nonce timeout period
Variable $_realm
The protection realm to use
Variable $_request
Reference to the HTTP Request object
Variable $_response
Reference to the HTTP Response object
Variable $_supportedAlgos
List of the supported digest algorithms. I want to support both MD5 and MD5-sess, but MD5-sess won't make it into the first version.
Variable $_supportedQops
List of supported qop options. My intetion is to support both 'auth' and 'auth-int', but 'auth-int' won't make it into the first version.
Variable $_supportedSchemes
List of authentication schemes supported by this class
Variable $_useOpaque
Whether to send the opaque value in the header. True by default
Method _basicAuth
Basic Authentication
Method _basicHeader
Basic Header
Method _calcNonce
Calculate Nonce
Method _calcOpaque
Calculate Opaque
Method _challengeClient
Challenge Client
Method _digestAuth
Digest Authentication
Method _digestHeader
Digest Header
Method _parseDigestAuth
Parse Digest Authorization header
Method __construct
Constructor
Method __construct
Constructor
a
top
Page Auth.php
Auth.php in Auth.php
Method authenticate
Performs an authentication attempt
Method authenticate
Authenticates against the supplied adapter
Method authenticate
Defined by Zend_Auth_Adapter_Interface
Method authenticate
authenticate() - defined by Zend_Auth_Adapter_Interface.
Method authenticate
Authenticate
c
top
Method clear
Defined by Zend_Auth_Storage_Interface
Method clear
Clears contents from storage
Method clear
Clears contents from storage
Method clearIdentity
Clears the identity from persistent storage
d
top
Page Digest.php
Digest.php in Digest.php
Page DbTable.php
DbTable.php in DbTable.php
e
top
Page Exception.php
Exception.php in Exception.php
Page Exception.php
Exception.php in Exception.php
Page Exception.php
Exception.php in Exception.php
Page Exception.php
Exception.php in Exception.php
f
top
Class Constant FAILURE
General Failure
Class Constant FAILURE_CREDENTIAL_INVALID
Failure due to invalid credential being supplied.
Class Constant FAILURE_IDENTITY_AMBIGUOUS
Failure due to identity being ambiguous.
Class Constant FAILURE_IDENTITY_NOT_FOUND
Failure due to identity not being found.
Class Constant FAILURE_UNCATEGORIZED
Failure due to uncategorized reasons.
Page File.php
File.php in File.php
g
top
Method getCode
getCode() - Get the result code for this authentication attempt
Method getFilename
Returns the filename option value or null if it has not yet been set
Method getIdentity
Returns the identity from storage or null if no identity is available
Method getIdentity
Returns the identity used in the authentication attempt
Method getInstance
Returns an instance of Zend_Auth
Method getMember
Returns the name of the session object member
Method getMessages
Returns an array of string reasons why the authentication attempt was unsuccessful
Method getNamespace
Returns the session namespace
Method getPassword
Returns the password option value or null if it has not yet been set
Method getRealm
Returns the realm option value or null if it has not yet been set
Method getStorage
Returns the persistent storage handler
Method getUsername
Returns the username option value or null if it has not yet been set
Method getResultRowObject
getResultRowObject() - Returns the result row as a stdClass object
Method getBasicResolver
Getter for the _basicResolver property
Method getDigestResolver
Getter for the _digestResolver property
Method getFile
Returns the path to the credentials file
Method getRequest
Getter for the Request object
Method getResponse
Getter for the Response object
h
top
Method hasIdentity
Returns true if and only if an identity is available from storage
Page Http.php
Http.php in Http.php
i
top
Page Interface.php
Interface.php in Interface.php
Page Interface.php
Interface.php in Interface.php
Method isEmpty
Defined by Zend_Auth_Storage_Interface
Method isEmpty
Returns true if and only if storage is empty
Method isEmpty
Returns true if and only if storage is empty
Method isValid
Returns whether the result represents a successful authentication attempt
Page Interface.php
Interface.php in Interface.php
m
top
Class Constant MEMBER_DEFAULT
Default session object member name
n
top
Page NonPersistent.php
NonPersistent.php in NonPersistent.php
Class Constant NAMESPACE_DEFAULT
Default session namespace
r
top
Page Result.php
Result.php in Result.php
Method read
Defined by Zend_Auth_Storage_Interface
Method read
Returns the contents of storage
Method read
Returns the contents of storage
Method resolve
Resolve username/realm to password/hash/etc.
Method resolve
Resolve credentials
s
top
Page Session.php
Session.php in Session.php
Method setFilename
Sets the filename option value
Method setPassword
Sets the password option value
Method setRealm
Sets the realm option value
Method setStorage
Sets the persistent storage handler
Method setUsername
Sets the username option value
Class Constant SUCCESS
Authentication success.
Method setCredential
setCredential() - set the credential value to be used, optionally can specify a treatment to be used, should be supplied in parameterized form, such as 'MD5(?)' or 'PASSWORD(?)'
Method setCredentialColumn
setCredentialColumn() - set the column name to be used as the credential column
Method setCredentialTreatment
setCredentialTreatment() - allows the developer to pass a parameterized string that is used to transform or treat the input credential data
Method setIdentity
setIdentity() - set the value to be used as the identity
Method setIdentityColumn
setIdentityColumn() - set the column name to be used as the identity column
Method setTableName
setTableName() - set the table name to be used in the select query
Method setBasicResolver
Setter for the _basicResolver property
Method setDigestResolver
Setter for the _digestResolver property
Method setFile
Set the path to the credentials file
Method setRequest
Setter for the Request object
Method setResponse
Setter for the Response object
w
top
Method write
Defined by Zend_Auth_Storage_Interface
Method write
Writes $contents to storage
Method write
Writes $contents to storage
z
top
Class Zend_Auth
Zend_Auth in Auth.php
Class Zend_Auth_Adapter_Digest
Class Zend_Auth_Adapter_Exception
Class Zend_Auth_Adapter_Interface
Class Zend_Auth_Exception
Zend_Auth_Exception in Exception.php
Class Zend_Auth_Result
Zend_Auth_Result in Result.php
Class Zend_Auth_Storage_Exception
Class Zend_Auth_Storage_Interface
Class Zend_Auth_Storage_NonPersistent
Zend_Auth_Storage_NonPersistent in NonPersistent.php
Non-Persistent Auth Storage
Class Zend_Auth_Storage_Session
Class Zend_Auth_Adapter_DbTable
Class Zend_Auth_Adapter_Http
HTTP Authentication Adapter
Class Zend_Auth_Adapter_Http_Resolver_Exception
HTTP Auth Resolver Exception
Class Zend_Auth_Adapter_Http_Resolver_File
HTTP Authentication File Resolver
Class Zend_Auth_Adapter_Http_Resolver_Interface
Auth HTTP Resolver Interface
a c d e f g h i m n r s w z _