Class Zend_Auth_Digest_Adapter

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

Located in /Auth/Digest/Adapter.php (line 42)

Zend_Auth_Adapter
   |
   --Zend_Auth_Digest_Adapter
Variable Summary
 string $_filename
Method Summary
 void __construct (string $filename)
Variables
string $_filename (line 49)

Filename against which authentication queries are performed

  • access: protected
Methods
static staticAuthenticate (line 77)

Authenticates against the given parameters

$options requires the following key-value pairs:

'filename' => path to digest authentication file 'realm' => digest authentication realm 'username' => digest authentication user 'password' => password for the user of the realm

static Zend_Auth_Digest_Token staticAuthenticate ( $options)
  • array $options

Redefinition of:
Zend_Auth_Adapter::staticAuthenticate()
Extending classes may implement this method, accepting authentication credentials as parameters, and returning the authentication results
Constructor __construct (line 58)

Creates a new digest authentication object against the $filename provided

  • access: public
  • throws: Zend_Auth_Digest_Exception
void __construct (string $filename)
  • string $filename
authenticate (line 130)

Authenticates the realm, username and password given

$options requires the following key-value pairs:

'realm' => digest authentication realm 'username' => digest authentication user 'password' => password for the user of the realm

Zend_Auth_Digest_Token authenticate ( $options)
  • array $options

Redefinition of:
Zend_Auth_Adapter::authenticate()
Extending classes should implement this method, accepting authentication credentials as parameters, and returning the authentication results

Inherited Methods

Inherited From Zend_Auth_Adapter

 Zend_Auth_Adapter::authenticate()
 Zend_Auth_Adapter::staticAuthenticate()

Documentation generated on Thu, 18 Jan 2007 10:00:36 -0800 by phpDocumentor 1.3.1