Property | Type | Description | |
---|---|---|---|
$_capabilities | array | An array of capabilities, so that the driver can report which operations it supports and which it doesn't. |
Method | Description | |
---|---|---|
__construct ( array $params = [] ) | Constructor. |
Method | Description | |
---|---|---|
_authenticate ( string $userId, array $credentials ) | Find out if a set of login credentials are valid. |
public __construct ( array $params = [] ) | ||
$params | array | Parameters:
'kolab' - (Horde_Kolab_Session) [REQUIRED] TODO |
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. |
protected array $_capabilities | ||
return | array |