Zend_Auth_ResultLocated in /Auth/Result.php (line 30)
Constructor __construct (line 93)
Sets the result code, identity, and failure messages
getCode (line 123)
getCode() - Get the result code for this authentication attempt
getIdentity (line 133)
Returns the identity used in the authentication attempt
getMessages (line 145)
Returns an array of string reasons why the authentication attempt was unsuccessful
If authentication was successful, this method returns an empty array.
isValid (line 113)
Returns whether the result represents a successful authentication attempt
FAILURE
= 0
(line 35)
General Failure
FAILURE_CREDENTIAL_INVALID
= -3
(line 50)
Failure due to invalid credential being supplied.
FAILURE_IDENTITY_AMBIGUOUS
= -2
(line 45)
Failure due to identity being ambiguous.
FAILURE_IDENTITY_NOT_FOUND
= -1
(line 40)
Failure due to identity not being found.
FAILURE_UNCATEGORIZED
= -4
(line 55)
Failure due to uncategorized reasons.
SUCCESS
= 1
(line 60)
Authentication success.
Documentation generated on Sun, 27 May 2007 23:27:14 -0700 by phpDocumentor 1.3.2