Apache Authentication Resolver
see | \Zend\Authentication\Adapter\Http\http://httpd.apache.org/docs/2.2/misc/password_encryptions.html |
---|
__construct(string $path)
string
Complete filename where the credentials are stored
getFile() : string
string
resolve(string $username, string $realm, string $password) : \Zend\Authentication\Result
string
Username
string
Authentication Realm
string
The password to authenticate
\Zend\Authentication\Adapter\Http\Exception\ExceptionInterface |
---|
setFile(string $path) : \Zend\Authentication\Adapter\Http\self
string
\Zend\Authentication\Adapter\Http\Exception\InvalidArgumentException |
if path is not readable |
---|
\Zend\Authentication\Adapter\Http\self
Provides a fluent interface