[Amfphp_Plugins_Authentication] element index

Package indexes

All elements
a c d f h m s _
_
top
__construct
AmfphpAuthentication::__construct() in AmfphpAuthentication.php
constructor.
a
top
addRole
AmfphpAuthentication::addRole() in AmfphpAuthentication.php
AmfphpAuthentication.php
AmfphpAuthentication.php in AmfphpAuthentication.php
AmfphpAuthentication
AmfphpAuthentication in AmfphpAuthentication.php
Authentication for Amfphp.
c
top
clearSessionInfo
AmfphpAuthentication::clearSessionInfo() in AmfphpAuthentication.php
clears the session info set by the plugin. Use to logout
d
top
doRolesMatch
AmfphpAuthentication::doRolesMatch() in AmfphpAuthentication.php
looks for a match between the user roles and the accepted roles
f
top
filterAmfRequestHeaderHandler
filterServiceObject
called when the service object is created, just before the method call.
h
top
$headerPassword
AmfphpAuthentication::$headerPassword in AmfphpAuthentication.php
the password passed in the credentials header
$headerUserId
AmfphpAuthentication::$headerUserId in AmfphpAuthentication.php
the user id passed in the credentials header
handleRequestHeader
looks for a 'Credentials' request header. If there is one, uses it to try to authentify the user.
m
top
METHOD_GET_METHOD_ROLES
the name of the method on the service where the method roles are given
METHOD_LOGIN
AmfphpAuthentication::METHOD_LOGIN in AmfphpAuthentication.php
the name of the login method
s
top
SESSION_FIELD_ROLES
AmfphpAuthentication::SESSION_FIELD_ROLES in AmfphpAuthentication.php
the field in the session where the roles array is stored
a c d f h m s _