MvcAuthenticationTiein: ezcMvcAuthenticationFilterOptions
[ ]
[ ]
[ ]
[ ]
[ ]
Class: ezcMvcAuthenticationFilterOptions
|
Class containing authentication filter options [
source]
Parents
ezcBaseOptions
|
--ezcMvcAuthenticationFilterOptions
Properties
|
ezcDbInstance |
read/write
|
$database
The database that is used for the user database. |
|
string |
read/write
|
$loginRequiredUri
The URI that the filter will be redirected to when authentication is required. |
|
string |
read/write
|
$logoutUri
The URI that the filter will be redirected to when he runs the logout action. |
|
string |
read/write
|
$passwordField
The field that contains the user's password. |
|
string |
read/write
|
$sessionTimestampKey
The name of the session variable that contains the last-accessed timestamp. |
|
string |
read/write
|
$sessionUserIdKey
The name of the session variable that contains the user ID. |
|
string |
read/write
|
$tableName
The table that stores the user information. |
|
string |
read/write
|
$userIdField
The field that contains the unique user ID. |
|
string |
read/write
|
$userNameField
The field that contains the user's full name. |
|
string |
read/write
|
$varNameFilter
The name of the variable under which the auth filter is available in the controller's actions. |
|
string |
read/write
|
$varNameUserId
The name of the variable under which the user ID will be provided in the controller's actions. |
|
string |
read/write
|
$varNameUserName
The name of the variable under which the user name will be provided in the controller's actions. |
Inherited Member Variables
From
ezcBaseOptions:
Method Summary
|
public ezcMvcAuthenticationFilterOptions |
__construct(
[$options = array()] )
Constructs an object with the specified values. |
Inherited Methods
From
ezcBaseOptions :
Methods
__construct
ezcMvcAuthenticationFilterOptions __construct(
[
$options = array()] )
Constructs an object with the specified values.
Parameters
| Name |
Type |
Description |
$options |
array(string=>mixed) |
|
Throws
| Class | Description |
ezcBaseValueException |
if $options contains a property with a value not allowed |
ezcBasePropertyNotFoundException |
if $options contains a property not defined |
Redefinition of
Last updated: Mon, 21 Dec 2009