Class Zend_Auth_Digest_Token

Description

Implements interfaces:

  • license: New BSD License
  • copyright: Copyright (c) 2005-2007 Zend Technologies USA Inc. (http://www.zend.com)

Located in /Auth/Digest/Token.php (line 36)


	
			
Variable Summary
 array $_identity
 string|null $_message
 boolean $_valid
Method Summary
 void __construct (boolean $valid, array $identity, [string $message = null])
 array getIdentity ()
 string|null getMessage ()
 boolean isValid ()
Variables
array $_identity (line 50)

Array containing the username and realm from the authentication attempt

  • access: protected
string|null $_message (line 57)

Message from the authentication adapter describing authentication failure

  • access: protected
boolean $_valid (line 43)

Whether or not this token represents a successful authentication attempt

  • access: protected
Methods
Constructor __construct (line 67)

Sets the token values, as appropriate

  • access: public
void __construct (boolean $valid, array $identity, [string $message = null])
  • boolean $valid
  • array $identity
  • string $message
getIdentity (line 92)

Defined by Zend_Auth_Token_Interface

Returns an array having keys of 'realm' and 'username', having string values that correspond to those provided in the authentication request.

  • access: public
array getIdentity ()

Implementation of:
Zend_Auth_Token_Interface::getIdentity()
Returns the identity represented by the authentication token
getMessage (line 102)

Defined by Zend_Auth_Token_Interface

  • access: public
string|null getMessage ()

Implementation of:
Zend_Auth_Token_Interface::getMessage()
Returns a message about why the authentication token is not valid or null if the authentication token is valid
isValid (line 79)

Defined by Zend_Auth_Token_Interface

  • access: public
boolean isValid ()

Implementation of:
Zend_Auth_Token_Interface::isValid()
Returns whether the authentication token is currently valid (i.e., whether it represents a successful authentication attempt)

Documentation generated on Thu, 18 Jan 2007 10:01:22 -0800 by phpDocumentor 1.3.1