Class: Sabre_DAV_Auth_Backend_AbstractDigestMock

Source Location: /includes/classes/SabreDAV/tests/Sabre/DAV/Auth/Backend/AbstractDigestTest.php

Class Overview [line 143]

Sabre_DAV_Auth_Backend_Abstract
   |
   --Sabre_DAV_Auth_Backend_AbstractDigest
      |
      --Sabre_DAV_Auth_Backend_AbstractDigestMock

HTTP Digest authentication backend class

Author(s):

  • Evert Pot (http://www.rooftopsolutions.nl/)

Version:

Copyright:

  • Copyright (C) 2007-2010 Rooftop Solutions. All rights reserved.

Variables

Constants

Methods


Inherited Methods

Class: Sabre_DAV_Auth_Backend_AbstractDigest

Sabre_DAV_Auth_Backend_AbstractDigest::authenticate()
Authenticates the user based on the current request.
Sabre_DAV_Auth_Backend_AbstractDigest::getCurrentUser()
Returns information about the currently logged in user.
Sabre_DAV_Auth_Backend_AbstractDigest::getUserInfo()
Returns a users information based on its username

Class: Sabre_DAV_Auth_Backend_Abstract

Sabre_DAV_Auth_Backend_Abstract::authenticate()
Authenticates the user based on the current request.
Sabre_DAV_Auth_Backend_Abstract::getCurrentUser()
Returns information about the currently logged in user.
Sabre_DAV_Auth_Backend_Abstract::getUsers()
Returns the full list of users.


Class Details

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

Tags:

[ Top ]


Class Variables


Class Methods

getUserInfo

void getUserInfo( $realm, $userName)

[line 145]

Overrides Sabre_DAV_Auth_Backend_AbstractDigest::getUserInfo() (Returns a users information based on its username)

Parameters:

  • $realm -
  • $userName -

[ Top ]


Class Constants


Documentation generated on Mon, 31 May 2010 12:52:53 -0400 by phpDocumentor 1.4.3