[Zend_Auth] element index

Package indexes

All elements
a c d e g h i r s w z _
_
top
Variable $_filename
Filename against which authentication queries are performed
Variable $_identity
The identity used in the authentication attempt
Variable $_instance
Singleton instance
Variable $_isValid
Whether the result represents a successful authentication attempt
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
Method __construct
Sets adapter options
a
top
Method authenticate
Performs an authentication attempt
Method authenticate
Defined by Zend_Auth_Adapter_Interface
Method authenticate
Authenticates against the supplied adapter
Class Constant NAMESPACE_DEFAULT
Default session namespace
Page Auth.php
Auth.php in Auth.php
c
top
Method clear
Defined by Zend_Auth_Storage_Interface
Method clear
Clears contents from storage
Method clearIdentity
Clears the identity from persistent storage
d
top
Page Digest.php
Digest.php in Digest.php
e
top
Class Constant MEMBER_DEFAULT
Default session object member name
Page Exception.php
Exception.php in Exception.php
Page Exception.php
Exception.php in Exception.php
Page Exception.php
Exception.php in Exception.php
g
top
Method getFilename
Returns the filename option value or null if it has not yet been set
Method getIdentity
Returns the identity used in the authentication attempt
Method getIdentity
Returns the identity from storage or null if no identity is available
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
h
top
Method hasIdentity
Returns true if and only if an identity is available from storage
i
top
Method isEmpty
Defined by Zend_Auth_Storage_Interface
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
Page Interface.php
Interface.php in Interface.php
r
top
Method read
Returns the contents of storage
Method read
Defined by Zend_Auth_Storage_Interface
Page Result.php
Result.php in Result.php
s
top
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
Page Session.php
Session.php in Session.php
w
top
Method write
Defined by Zend_Auth_Storage_Interface
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_Session
a c d e g h i r s w z _