Documentation

Horde_Core_Auth_Imsp extends Horde_Auth_Base
in package

This class provides basic authentication against an IMSP server.

Tags
author

Michael J Rubinsky mrubinsk@horde.org

category

Horde

copyright

2004-2017 Horde LLC

license

http://opensource.org/licenses/lgpl-2.1.php LGPL

Table of Contents

Properties

$_imsp  : Horde_Imsp_Client_Base

Methods

_authenticate()  : bool
Private authentication function.

Properties

$_imsp

protected Horde_Imsp_Client_Base $_imsp

Methods

_authenticate()

Private authentication function.

protected _authenticate(string $userID, array<string|int, mixed> $credentials) : bool
Parameters
$userID : string

Username for IMSP server.

$credentials : array<string|int, mixed>

Hash containing 'password' element.

Return values
bool

True on success / False on failure.


        
On this page

Search results