Documentation

Horde_Dav_Auth extends AbstractBasic
in package

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

Tags
author

Jan Schneider jan@horde.org

category

Horde

copyright

2013-2017 Horde LLC

license

http://www.horde.org/licenses/bsd BSD

Table of Contents

$_auth  : Horde_Auth_Base
Authentication object.
__construct()  : mixed
Constructor.
validateUserPass()  : bool
Validates a username and password

Properties

$_auth

Authentication object.

protected Horde_Auth_Base $_auth

Methods

__construct()

Constructor.

public __construct(Horde_Auth_Base $auth) : mixed
Parameters
$auth : Horde_Auth_Base

An authentication object.

Return values
mixed

validateUserPass()

Validates a username and password

protected validateUserPass(string $username, string $password) : bool

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

Parameters
$username : string
$password : string
Return values
bool

Search results