PHP Класс Horde_Auth_Login, horde

This Auth driver is useful if you have a shadow password system where the Horde_Auth_Passwd driver doesn't work. Copyright 2004-2016 Horde LLC (http://www.horde.org/) See the enclosed file COPYING for license information (LGPL). If you did not receive this file, http://www.horde.org/licenses/lgpl21
Автор: Jan Schneider ([email protected])
Наследование: extends Horde_Auth_Base
Показать файл Открыть проект

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

Свойство Тип Описание
$_exclude array List of users that should be excluded from being listed/handled in any way by this driver.

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

Метод Описание
__construct ( array $params = [] ) Constructs a new Login authentication object.

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

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

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

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

Constructs a new Login authentication object.
public __construct ( array $params = [] )
$params array Optional parameters:
'location' - (string) Location of the su binary.
             DEFAULT: /bin/su

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

Find out if a set of login credentials are valid.
protected _authenticate ( string $userId, array $credentials ) : boolean
$userId string The userId to check.
$credentials array An array of login credentials.
Результат boolean Whether or not the credentials are valid.

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

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

List of users that should be excluded from being listed/handled in any way by this driver.
protected array $_exclude
Результат array