Apache Zeta Components Manual :: Package MvcAuthenticationTiein Element Index

Element index for package MvcAuthenticationTiein

Package indexes

[ c ] [ e ] [ f ] [ g ] [ h ] [ l ] [ p ] [ r ] [ s ] [ _ ]

Letter '_'

__construct
in file filter.php, method ezcMvcAuthenticationFilter::__construct()
    Constructs a new ezcMvcAuthenticationFilter object
__construct
in file filter-options.php, method ezcMvcAuthenticationFilterOptions::__construct()
    Constructs an object with the specified values.

Letter 'c'

checkUserExists
in file filter.php, method ezcMvcAuthenticationFilter::checkUserExists()
    Checks whether a user exists in the database.
createUser
in file filter.php, method ezcMvcAuthenticationFilter::createUser()
    Creates an entry in the user database table for $username and $password.

Letter '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

Letter 'f'

fetchUserName
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

Letter 'g'

generatePassword
in file filter.php, method ezcMvcAuthenticationFilter::generatePassword()
    Returns a generated basic password depending on the $username.
getOptions
in file filter.php, method ezcMvcAuthenticationFilter::getOptions()
    Returns the currently set options

Letter 'h'

hashPassword
in file filter.php, method ezcMvcAuthenticationFilter::hashPassword()
    Returns the hashed version of the clear text password

Letter 'l'

login
in file filter.php, method ezcMvcAuthenticationFilter::login()
    Method to be called from the controller's login action to log a user in.
logout
in file filter.php, method ezcMvcAuthenticationFilter::logout()
    Method to be called from the controller's logout action to log a user out.

Letter 'p'

processLoginRequired
in file filter.php, method ezcMvcAuthenticationFilter::processLoginRequired()
    Checks the status from the authentication run and adds the reasons as variable to the $result.

Letter 'r'

returnLoginRedirect
in file filter.php, method ezcMvcAuthenticationFilter::returnLoginRedirect()
    Returns either an internal or external redirect depending on whether the user authenticated succesfully.
returnLogoutRedirect
in file filter.php, method ezcMvcAuthenticationFilter::returnLogoutRedirect()
    Returns an external redirect depending to the configured logoutUri.
runAuthCheckLoggedIn
in file filter.php, method ezcMvcAuthenticationFilter::runAuthCheckLoggedIn()
    Sets up the authentication mechanism to be used for routes that do not require authentication.
runAuthRequiredFilter
in file filter.php, method ezcMvcAuthenticationFilter::runAuthRequiredFilter()
    Sets up the authentication mechanism to be used for routes that do require authentication.

Letter 's'

setOptions
in file filter.php, method ezcMvcAuthenticationFilter::setOptions()
    Sets a new options object
setupAuth
in file filter.php, method ezcMvcAuthenticationFilter::setupAuth()
    This method sets up the authentication mechanism.
setVars
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.
Documentation generated by phpDocumentor 1.4.3