\Horde_Dav_Auth

An authentication backend for Sabre that wraps Horde's authentication.

Summary

Methods
Properties
Constants
__construct()
No public properties found
No constants found
validateUserPass()
$_auth
N/A
No private methods found
No private properties found
N/A

Properties

$_auth

$_auth : \Horde_Auth_Base

Authentication object.

Type

\Horde_Auth_Base

Methods

__construct()

__construct(\Horde_Auth_Base  $auth) 

Constructor.

Parameters

\Horde_Auth_Base $auth

An authentication object.

validateUserPass()

validateUserPass(string  $username, string  $password) : boolean

Validates a username and password

This method should return true or false depending on if login succeeded.

Parameters

string $username
string $password

Returns

boolean