PHP Class Horde_Auth_Kolab, horde

Derives from the Horde_Auth_Imap authentication object, and provides parameters to it based on the global Kolab configuration.
Author: Stuart Binge ([email protected])
Author: Gunnar Wrobel ([email protected])
Inheritance: extends Horde_Auth_Base
Mostrar archivo Open project: horde/horde

Protected Properties

Property Type Description
$_capabilities array An array of capabilities, so that the driver can report which operations it supports and which it doesn't.

Public Methods

Method Description
__construct ( array $params = [] ) Constructor.

Protected Methods

Method Description
_authenticate ( string $userId, array $credentials ) Find out if a set of login credentials are valid.

Method Details

__construct() public method

Constructor.
public __construct ( array $params = [] )
$params array Parameters:
'kolab' - (Horde_Kolab_Session) [REQUIRED] TODO

_authenticate() protected method

For Kolab this requires to identify the IMAP server the user should be authenticated against before the credentials can be checked using this server. The Kolab_Server module handles identification of the correct IMAP server.
protected _authenticate ( string $userId, array $credentials )
$userId string The userId to check.
$credentials array An array of login credentials. For Kolab, this must contain a "password" entry.

Property Details

$_capabilities protected_oe property

An array of capabilities, so that the driver can report which operations it supports and which it doesn't.
protected array $_capabilities
return array