Apache Authentication Resolver
| see | \Zend\Authentication\Adapter\Http\http://httpd.apache.org/docs/2.2/misc/password_encryptions.html |
|---|
__construct(string $path)
stringComplete filename where the credentials are stored
getFile() : string
stringresolve(string $username, string $realm, string $password) : \Zend\Authentication\Result
stringUsername
stringAuthentication Realm
stringThe 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\selfProvides a fluent interface$file : string