PHP Класс Horde_Auth_Peclsasl, horde

SASL is the Simple Authentication and Security Layer (as defined by RFC 2222). It provides a system for adding plugable authenticating support to connection-based protocols. This driver relies on the PECL sasl package: http://pecl.php.net/package/sasl
Автор: Jon Parise ([email protected])
Наследование: extends Horde_Auth_Base
Показать файл Открыть проект

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

Метод Описание
__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 Optional parameters:
'app' - (string) The name of the authenticating application.
        DEFAULT: horde
'service' - (string) The name of the SASL service to use when
            authenticating.
            DEFAULT: php

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

Find out if a set of login credentials are valid.
protected _authenticate ( string $userId, array $credentials )
$userId string The userId to check.
$credentials array An array of login credentials.