AuthenticationDatabaseTiein
[ ]
[ ]
[ ]
[ ]
[ ]
Element index for package AuthenticationDatabaseTiein
[
d ]
[
e ]
[
f ]
[
g ]
[
i ]
[
o ]
[
r ]
[
s ]
[
t ]
[
u ]
[
_ ]
_
- __construct : ezcAuthenticationOpenidDbStore
- in file openid_db_store.php, method ezcAuthenticationOpenidDbStore::__construct()
Creates a new object of this class.
- __construct : ezcAuthenticationDatabaseOptions
- in file database_options.php, method ezcAuthenticationDatabaseOptions::__construct()
Constructs an object with the specified values.
- __construct : ezcAuthenticationDatabaseFilter
- in file database_filter.php, method ezcAuthenticationDatabaseFilter::__construct()
Creates a new object of this class.
- __construct : ezcAuthenticationDatabaseInfo
- in file database_info.php, method ezcAuthenticationDatabaseInfo::__construct()
Constructs a new ezcAuthenticationDatabaseInfo object.
- __construct : ezcAuthenticationOpenidDbStoreOptions
- in file openid_db_store_options.php, method ezcAuthenticationOpenidDbStoreOptions::__construct()
Constructs an object with the specified values.
- __set_state : ezcAuthenticationDatabaseInfo
- in file database_info.php, method ezcAuthenticationDatabaseInfo::__set_state()
Returns a new instance of this class with the data specified by $array.
d
- $data : ezcAuthenticationDatabaseFilter
- in file database_filter.php, variable ezcAuthenticationDatabaseFilter::$data
Holds the extra data fetched during the authentication process.
- database_filter.php
- procedural page database_filter.php
- database_info.php
- procedural page database_info.php
- database_options.php
- procedural page database_options.php
e
- ezcAuthenticationDatabaseFilter
- in file database_filter.php, class ezcAuthenticationDatabaseFilter
Filter to authenticate against a database.
- ezcAuthenticationDatabaseInfo
- in file database_info.php, class ezcAuthenticationDatabaseInfo
Structure for defining the database and table to authenticate against.
- ezcAuthenticationDatabaseOptions
- in file database_options.php, class ezcAuthenticationDatabaseOptions
Class containing the options for the database authentication filter.
- ezcAuthenticationOpenidDbStore
- in file openid_db_store.php, class ezcAuthenticationOpenidDbStore
Class providing database storage for OpenID authentication.
- ezcAuthenticationOpenidDbStoreOptions
- in file openid_db_store_options.php, class ezcAuthenticationOpenidDbStoreOptions
Class containing the options for the OpenID database store.
f
- $fields : ezcAuthenticationDatabaseInfo
- in file database_info.php, variable ezcAuthenticationDatabaseInfo::$fields
Fields which hold the user credentials.
- fetchData : ezcAuthenticationDatabaseFilter
- in file database_filter.php, method ezcAuthenticationDatabaseFilter::fetchData()
Returns the extra data which was fetched during the authentication process.
g
- getAssociation : ezcAuthenticationOpenidDbStore
- in file openid_db_store.php, method ezcAuthenticationOpenidDbStore::getAssociation()
Returns the unserialized association linked to the OpenID provider URL.
i
- $instance : ezcAuthenticationDatabaseInfo
- in file database_info.php, variable ezcAuthenticationDatabaseInfo::$instance
Database instance.
o
- openid_db_store.php
- procedural page openid_db_store.php
- openid_db_store_options.php
- procedural page openid_db_store_options.php
r
- $requestedData : ezcAuthenticationDatabaseFilter
- in file database_filter.php, variable ezcAuthenticationDatabaseFilter::$requestedData
Holds the attributes which will be requested during the authentication process.
- registerFetchData : ezcAuthenticationDatabaseFilter
- in file database_filter.php, method ezcAuthenticationDatabaseFilter::registerFetchData()
Registers the extra data which will be fetched by the filter during the authentication process.
- removeAssociation : ezcAuthenticationOpenidDbStore
- in file openid_db_store.php, method ezcAuthenticationOpenidDbStore::removeAssociation()
Removes the association linked to the OpenID provider URL.
- removeNonce : ezcAuthenticationOpenidDbStore
- in file openid_db_store.php, method ezcAuthenticationOpenidDbStore::removeNonce()
Removes the nonce from the nonces table.
- run : ezcAuthenticationDatabaseFilter
- in file database_filter.php, method ezcAuthenticationDatabaseFilter::run()
Runs the filter and returns a status code when finished.
s
- storeAssociation : ezcAuthenticationOpenidDbStore
- in file openid_db_store.php, method ezcAuthenticationOpenidDbStore::storeAssociation()
Stores an association in the store linked to the OpenID provider URL.
- storeNonce : ezcAuthenticationOpenidDbStore
- in file openid_db_store.php, method ezcAuthenticationOpenidDbStore::storeNonce()
Stores the nonce in the store.
t
- $table : ezcAuthenticationDatabaseInfo
- in file database_info.php, variable ezcAuthenticationDatabaseInfo::$table
Table which stores the user credentials.
- STATUS_PASSWORD_INCORRECT : ezcAuthenticationDatabaseFilter
- in file database_filter.php, class constant ezcAuthenticationDatabaseFilter::STATUS_PASSWORD_INCORRECT
Password is incorrect.
- STATUS_USERNAME_INCORRECT : ezcAuthenticationDatabaseFilter
- in file database_filter.php, class constant ezcAuthenticationDatabaseFilter::STATUS_USERNAME_INCORRECT
Username is not found in the database.
u
- useNonce : ezcAuthenticationOpenidDbStore
- in file openid_db_store.php, method ezcAuthenticationOpenidDbStore::useNonce()
Checks if the nonce exists and afterwards deletes it.
Last updated: Mon, 17 Dec 2007