HTTP Digest authentication backend class
This class can be used by authentication objects wishing to use HTTP Digest Most of the digest logic is handled, implementors just need to worry about the getUserInfo method
Located in /sources_custom/Sabre/DAV/Auth/Backend/AbstractDigest.php (line 16)
Sabre_DAV_Auth_Backend_Abstract | --Sabre_DAV_Auth_Backend_AbstractDigest
| Class | Description |
|---|---|
| Sabre_DAV_Auth_Backend_File | This is an authentication backend that uses a file to manage passwords. |
Authenticates the user based on the current request.
If authentication is succesful, true must be returned. If authentication fails, an exception must be thrown.
Returns information about the currently logged in user.
Returns a users information based on its username
The returned struct must contain at least a uri element (which can be identical to username) as well as a digestHash element.
If the user was not known, false must be returned.
Inherited From Sabre_DAV_Auth_Backend_Abstract
Sabre_DAV_Auth_Backend_Abstract::authenticate()
Sabre_DAV_Auth_Backend_Abstract::getCurrentUser()
Sabre_DAV_Auth_Backend_Abstract::getUsers()
Documentation generated on Sun, 02 Jan 2011 23:06:51 +0000 by phpDocumentor 1.4.3