This is the base class for any authentication object.
Located in /sources_custom/Sabre/DAV/Auth/Backend/Abstract.php (line 12)
| Class | Description |
|---|---|
| Sabre_DAV_Auth_Backend_AbstractBasic | HTTP Basic authentication backend class |
| Sabre_DAV_Auth_Backend_AbstractDigest | HTTP Digest authentication backend class |
| Sabre_DAV_Auth_Backend_Apache | Apache authenticator |
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.
Returns the full list of users.
This method must at least return a uri for each user.
It is optional to implement this.
Documentation generated on Sun, 02 Jan 2011 23:06:50 +0000 by phpDocumentor 1.4.3