[Zend_Auth] element index

Package indexes

All elements
a d f g i r s z _
_
top
Variable $_code
Zend_Auth_Result::$_code in ResultProposed.php
Whether the result represents a successful authentication attempt
Variable $_identity
Zend_Auth_Result::$_identity in ResultProposed.php
The identity used in the authentication attempt
Variable $_messages
Zend_Auth_Result::$_messages in ResultProposed.php
An array of string reasons why the authentication attempt was unsuccessful
Method __construct
Zend_Auth_Result::__construct() in ResultProposed.php
Variable $_identityColumn
$_zendDbSelect
Variable $_resultRow
$_resultRow
Variable $_zendDb
$_zendDbSelect
Variable $_zendDbSelect
$_zendDbSelect
Method __construct
__construct()
a
top
Method authenticate
authenticate() - Complete the Zend_Auth_Adapter interface.
d
top
Page DbSelect.php
DbSelect.php in DbSelect.php
f
top
Class Constant FAILURE
Zend_Auth_Result::FAILURE in ResultProposed.php
General Failure
Class Constant FAILURE_IDENTITY_NOT_FOUND
Failure due to identity not being found.
Class Constant FAILURE_IDENTITY_TOO_AMBIGIOUS
Failure due to identity being too ambigious.
Class Constant FAILURE_INVALID_CREDENTIAL
Failure due to invalid credential being supplied.
Class Constant FAILURE_UNCATEGORIZED
Failure due to uncategorized reasons.
g
top
Method getCode
Zend_Auth_Result::getCode() in ResultProposed.php
getResultCode() - Get the result code for this authentication attempt
Method getIdentity
Zend_Auth_Result::getIdentity() in ResultProposed.php
Returns the identity used in the authentication attempt
Method getMessages
Zend_Auth_Result::getMessages() in ResultProposed.php
Returns an array of string reasons why the authentication attempt was unsuccessful
Method getResultRow
getResultRow()
i
top
Method isValid
Zend_Auth_Result::isValid() in ResultProposed.php
Returns whether the result represents a successful authentication attempt
r
top
Page ResultProposed.php
ResultProposed.php in ResultProposed.php
s
top
Class Constant SUCCESS
Zend_Auth_Result::SUCCESS in ResultProposed.php
Authentication success.
z
top
Class Zend_Auth_Result
Zend_Auth_Result in ResultProposed.php
Class Zend_Auth_Adapter_DbTable_Select
a d f g i r s z _