MvcAuthenticationTiein
[ ]
[ ]
[ ]
[ ]
[ ]
Element index for package MvcAuthenticationTiein
[
c ]
[
e ]
[
f ]
[
g ]
[
h ]
[
l ]
[
p ]
[
r ]
[
s ]
[
_ ]
_
- __construct : ezcMvcAuthenticationFilter
- in file filter.php, method ezcMvcAuthenticationFilter::__construct()
Constructs a new ezcMvcAuthenticationFilter object
- __construct : ezcMvcAuthenticationFilterOptions
- in file filter-options.php, method ezcMvcAuthenticationFilterOptions::__construct()
Constructs an object with the specified values.
c
- checkUserExists : ezcMvcAuthenticationFilter
- in file filter.php, method ezcMvcAuthenticationFilter::checkUserExists()
Checks whether a user exists in the database.
- createUser : ezcMvcAuthenticationFilter
- in file filter.php, method ezcMvcAuthenticationFilter::createUser()
Creates an entry in the user database table for $username and $password.
e
- ezcMvcAuthenticationFilter
- in file filter.php, class ezcMvcAuthenticationFilter
This class provides a filter that applications can use for authentication.
- ezcMvcAuthenticationFilterOptions
- in file filter-options.php, class ezcMvcAuthenticationFilterOptions
Class containing authentication filter options
f
- fetchUserName : ezcMvcAuthenticationFilter
- in file filter.php, method ezcMvcAuthenticationFilter::fetchUserName()
Returns the username associated with the user ID as stored in the session.
- filter.php
- procedural page filter.php
- filter-options.php
- procedural page filter-options.php
g
- generatePassword : ezcMvcAuthenticationFilter
- in file filter.php, method ezcMvcAuthenticationFilter::generatePassword()
Returns a generated basic password depending on the $username.
- getOptions : ezcMvcAuthenticationFilter
- in file filter.php, method ezcMvcAuthenticationFilter::getOptions()
Returns the currently set options
h
- hashPassword : ezcMvcAuthenticationFilter
- in file filter.php, method ezcMvcAuthenticationFilter::hashPassword()
Returns the hashed version of the clear text password
l
- login : ezcMvcAuthenticationFilter
- in file filter.php, method ezcMvcAuthenticationFilter::login()
Method to be called from the controller's login action to log a user in.
- logout : ezcMvcAuthenticationFilter
- in file filter.php, method ezcMvcAuthenticationFilter::logout()
Method to be called from the controller's logout action to log a user out.
p
- processLoginRequired : ezcMvcAuthenticationFilter
- in file filter.php, method ezcMvcAuthenticationFilter::processLoginRequired()
Checks the status from the authentication run and adds the reasons as variable to the $result.
r
- returnLoginRedirect : ezcMvcAuthenticationFilter
- in file filter.php, method ezcMvcAuthenticationFilter::returnLoginRedirect()
Returns either an internal or external redirect depending on whether the user authenticated succesfully.
- returnLogoutRedirect : ezcMvcAuthenticationFilter
- in file filter.php, method ezcMvcAuthenticationFilter::returnLogoutRedirect()
Returns an external redirect depending to the configured logoutUri.
- runAuthCheckLoggedIn : ezcMvcAuthenticationFilter
- in file filter.php, method ezcMvcAuthenticationFilter::runAuthCheckLoggedIn()
Sets up the authentication mechanism to be used for routes that do not require authentication.
- runAuthRequiredFilter : ezcMvcAuthenticationFilter
- in file filter.php, method ezcMvcAuthenticationFilter::runAuthRequiredFilter()
Sets up the authentication mechanism to be used for routes that do require authentication.
s
- setOptions : ezcMvcAuthenticationFilter
- in file filter.php, method ezcMvcAuthenticationFilter::setOptions()
Sets a new options object
- setupAuth : ezcMvcAuthenticationFilter
- in file filter.php, method ezcMvcAuthenticationFilter::setupAuth()
This method sets up the authentication mechanism.
- setVars : ezcMvcAuthenticationFilter
- in file filter.php, method ezcMvcAuthenticationFilter::setVars()
This method sets the user ID and user name variables as part of the $request and $result objects.
Last updated: Mon, 27 Jul 2009