PHP Класс Horde_Auth_Kolab, horde

Derives from the Horde_Auth_Imap authentication object, and provides parameters to it based on the global Kolab configuration.
Автор: Stuart Binge ([email protected])
Автор: Gunnar Wrobel ([email protected])
Наследование: extends Horde_Auth_Base
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
$_capabilities array An array of capabilities, so that the driver can report which operations it supports and which it doesn't.

Открытые методы

Метод Описание
__construct ( array $params = [] ) Constructor.

Защищенные методы

Метод Описание
_authenticate ( string $userId, array $credentials ) Find out if a set of login credentials are valid.

Описание методов

__construct() публичный Метод

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

_authenticate() защищенный Метод

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.

Описание свойств

$_capabilities защищенное свойство

An array of capabilities, so that the driver can report which operations it supports and which it doesn't.
protected array $_capabilities
Результат array