Authentication: ezcAuthenticationHtpasswdOptions
[ ]
[ Rfcs ] [ Security ]
[ ]
[ ]
[ ]
[ ]
Class: ezcAuthenticationHtpasswdOptions
|
Class containing the options for the htpasswd authentication filter. [
source]
Parents
ezcBaseOptions
|
--ezcAuthenticationFilterOptions
|
--ezcAuthenticationHtpasswdOptions
Properties
|
bool |
read/write
|
$plain
Specifies if the password is passed to the filter in plain text or encrypted. The encryption will be autodetected by the filter from the password stored in the htpasswd file. |
Inherited Member Variables
From
ezcBaseOptions:
Method Summary
|
public ezcAuthenticationHtpasswdOptions |
__construct(
[$options = array()] )
Constructs an object with the specified values. |
Inherited Methods
From
ezcAuthenticationFilterOptions :
From
ezcBaseOptions :
Methods
__construct
ezcAuthenticationHtpasswdOptions __construct(
[
$options = array()] )
Constructs an object with the specified values.
Parameters
| Name |
Type |
Description |
$options |
array(string=>mixed) |
Options for this class |
Throws
| Class | Description |
ezcBasePropertyNotFoundException |
if $options contains a property not defined |
ezcBaseValueException |
if $options contains a property with a value not allowed |
Redefinition of
Last updated: Mon, 27 Jul 2009