Webdav: ezcWebdavBasicAuthenticator
[ ]
[ Clients ] [ Plugin architecture ]
[ ]
[ ]
[ ]
[ ]
Interface: ezcWebdavBasicAuthenticator
|
Interface for Basic authentication mechanism. [
source]
This interface must be implemented by objects that provide authentication through a username/password combination, as defined by the HTTP Basic authentication method.
An instance of a class implementing this interface may be used in the
ezcWebdavServer $auth property. The WebDAV server will then use this instance to perform authentication. In addition, classes may implement
ezcWebdavDigestAuthenticator and are highly recommended to do so.
Parents
ezcWebdavAnonymousAuthenticator
|
--ezcWebdavBasicAuthenticator
Descendents
Method Summary
Inherited Methods
From
ezcWebdavAnonymousAuthenticator :
Methods
authenticateBasic
Checks authentication for the given $user.
This method checks the given user/password credentials encapsulated in $data. Returns true if the user was succesfully recognized and the password is valid for him, false otherwise. In case no username and/or password was provided in the request, empty strings are provided as the parameters of this method.
Parameters
Last updated: Tue, 02 Dec 2008