Class Webcal_Sabre_DAV_Auth_Backend_PDO

Description

This is an authentication backend that uses a file to manage passwords.

The backend file must conform to Apache's htdigest format

  • author: Evert Pot (http://www.rooftopsolutions.nl/)
  • copyright: Copyright (C) 2007-2009 Rooftop Solutions. All rights reserved.
  • license: Modified BSD License

Located in /server/Webcal_Sabre_DAV_Auth_Backend_PDO.php (line 14)

Sabre_DAV_Auth_Backend_AbstractDigest
   |
   --Webcal_Sabre_DAV_Auth_Backend_PDO
Method Summary
 void __construct ( $pdo, string $filename)
 array getUserInfo (string $realm, string $username)
 array getUsers ()
Methods
Constructor __construct (line 26)

Creates the backend object.

If the filename argument is passed in, it will parse out the specified file fist.

  • access: public
void __construct ( $pdo, string $filename)
  • string $filename
  • PDO $pdo
getUserInfo (line 39)

Returns a users' information

  • access: public
array getUserInfo (string $realm, string $username)
  • string $realm
  • string $username
getUsers (line 71)

Returns a list of all users

  • access: public
array getUsers ()

Documentation generated on Thu, 10 Jun 2010 17:08:42 -0400 by phpDocumentor 1.4.3