Implements interfaces:
HTTP Authentication File Resolver
Located in /Zend/Auth/Adapter/Http/Resolver/File.php (line 40)
Constructor
Returns the path to the credentials file
Resolve credentials
Only the first matching username/realm combination in the file is returned. If the file contains credentials for Digest authentication, the returned string is the password hash, or h(a1) from RFC 2617. The returned string is the plain-text password for Basic authentication.
The expected format of the file is: username:realm:sharedSecret
That is, each line consists of the user's username, the applicable authentication realm, and the password or hash, each delimited by colons.
Set the path to the credentials file
Documentation generated on Fri, 06 Apr 2007 18:19:39 -0700 by phpDocumentor 1.3.1