PHP Class Horde_Dav_Auth, horde

Author: Jan Schneider ([email protected])
Inheritance: extends Sabre\DAV\Auth\Backend\AbstractBasic
Show file Open project: horde/horde

Protected Properties

Property Type Description
$_auth Horde_Auth_Base Authentication object.

Public Methods

Method Description
__construct ( Horde_Auth_Base $auth ) Constructor.

Protected Methods

Method Description
validateUserPass ( string $username, string $password ) : boolean Validates a username and password

Method Details

__construct() public method

Constructor.
public __construct ( Horde_Auth_Base $auth )
$auth Horde_Auth_Base An authentication object.

validateUserPass() protected method

This method should return true or false depending on if login succeeded.
protected validateUserPass ( string $username, string $password ) : boolean
$username string
$password string
return boolean

Property Details

$_auth protected property

Authentication object.
protected Horde_Auth_Base $_auth
return Horde_Auth_Base