ClassInterface Zend_Auth_Adapter_Http_Resolver_Interface

Description

Auth HTTP Resolver Interface

Defines an interace to resolve a username/realm combination into a shared secret usable by HTTP Authentication.

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

Located in /Auth/Adapter/Http/Resolver/Interface.php (line 37)


	
			
Method Summary
 string|false resolve (string $username, string $realm)
Methods
resolve (line 47)

Resolve username/realm to password/hash/etc.

  • return: User's shared secret, if the user is found in the realm, false otherwise.
  • access: public
string|false resolve (string $username, string $realm)
  • string $username: Username
  • string $realm: Authentication Realm

Documentation generated on Sun, 27 May 2007 23:25:09 -0700 by phpDocumentor 1.3.2