Class Zend_Auth_Adapter_Digest

Description

Implements interfaces:

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

Located in /Zend/Auth/Adapter/Digest.php (line 36)


	
			
Variable Summary
 string $_filename
 string $_password
 string $_realm
 string $_username
Method Summary
 void __construct ([mixed $filename = null], [mixed $realm = null], [mixed $username = null], [mixed $password = null])
 string|null getFilename ()
 string|null getPassword ()
 string|null getRealm ()
 string|null getUsername ()
Variables
string $_filename (line 43)

Filename against which authentication queries are performed

  • access: protected
string $_password (line 64)

Password for the user of the realm

  • access: protected
string $_realm (line 50)

Digest authentication realm

  • access: protected
string $_username (line 57)

Digest authentication user

  • access: protected
Methods
Constructor __construct (line 75)

Sets adapter options

  • access: public
void __construct ([mixed $filename = null], [mixed $realm = null], [mixed $username = null], [mixed $password = null])
  • mixed $filename
  • mixed $realm
  • mixed $username
  • mixed $password
authenticate (line 180)

Defined by Zend_Auth_Adapter_Interface

  • access: public
  • throws: Zend_Auth_Adapter_Exception
Zend_Auth_Result authenticate ()

Implementation of:
Zend_Auth_Adapter_Interface::authenticate()
Performs an authentication attempt
getFilename (line 91)

Returns the filename option value or null if it has not yet been set

  • access: public
string|null getFilename ()
getPassword (line 157)

Returns the password option value or null if it has not yet been set

  • access: public
string|null getPassword ()
getRealm (line 113)

Returns the realm option value or null if it has not yet been set

  • access: public
string|null getRealm ()
getUsername (line 135)

Returns the username option value or null if it has not yet been set

  • access: public
string|null getUsername ()
setFilename (line 102)

Sets the filename option value

  • return: Provides a fluent interface
  • access: public
Zend_Auth_Adapter_Digest setFilename (mixed $filename)
  • mixed $filename
setPassword (line 168)

Sets the password option value

  • return: Provides a fluent interface
  • access: public
Zend_Auth_Adapter_Digest setPassword (mixed $password)
  • mixed $password
setRealm (line 124)

Sets the realm option value

  • return: Provides a fluent interface
  • access: public
Zend_Auth_Adapter_Digest setRealm (mixed $realm)
  • mixed $realm
setUsername (line 146)

Sets the username option value

  • return: Provides a fluent interface
  • access: public
Zend_Auth_Adapter_Digest setUsername (mixed $username)
  • mixed $username

Documentation generated on Wed, 21 Feb 2007 11:46:58 -0800 by phpDocumentor 1.3.1