PHP Class Horde_Core_Auth_Imsp, horde

Author: Michael J Rubinsky ([email protected])
Inheritance: extends Horde_Auth_Base
Datei anzeigen Open project: horde/horde

Protected Properties

Property Type Description
$_imsp Horde_Imsp_Client_Base

Protected Methods

Method Description
_authenticate ( string $userID, array $credentials ) : boolean Private authentication function.

Method Details

_authenticate() protected method

Private authentication function.
protected _authenticate ( string $userID, array $credentials ) : boolean
$userID string Username for IMSP server.
$credentials array Hash containing 'password' element.
return boolean True on success / False on failure.

Property Details

$_imsp protected_oe property

protected Horde_Imsp_Client_Base $_imsp
return Horde_Imsp_Client_Base