PHP Класс Horde_Auth_Ipbasic, horde
It is not meant for user-based systems, but for times when you want a block
of IPs to be able to access a site, and that access is simply on/off - no
preferences, etc.
Показать файл
Открыть проект
Защищенные свойства (Protected)
Свойство |
Тип |
Описание |
|
$_capabilities |
array |
An array of capabilities, so that the driver can report which
operations it supports and which it doesn't. |
|
Открытые методы
Защищенные методы
Описание методов
__construct()
публичный Метод
public __construct ( array $params = [] ) |
$params |
array |
Optional Parameters:
'blocks' - (array) CIDR masks which are allowed access.
|
_addressWithinCIDR()
защищенный Метод
Determine if an IP address is within a CIDR block.
_authenticate()
защищенный Метод
transparent()
публичный Метод
Automatic authentication: Find out if the client matches an allowed IP
block.
Описание свойств
$_capabilities защищенное свойство
An array of capabilities, so that the driver can report which
operations it supports and which it doesn't.
protected array $_capabilities |
Результат |
array |
|