HTTP Basic authentication backend class
This class can be used by authentication objects wishing to use HTTP Basic Most of the digest logic is handled, implementors just need to worry about the authenticateInternal and getUserInfo methods
Located in /sources_custom/Sabre/DAV/Auth/Backend/AbstractBasic.php (line 16)
Sabre_DAV_Auth_Backend_Abstract | --Sabre_DAV_Auth_Backend_AbstractBasic
| Class | Description |
|---|---|
| Sabre_DAV_Auth_Backend_OCP | 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.
If nobody is currently logged in, this method should return null.
Validates a username and password
If the username and password were correct, this method must return an array with at least a 'uri' key.
If the credentials are incorrect, this method must return false.
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