[Amfphp_Plugins_Authentication] element index
Package indexes
Amfphp_Core
Amfphp_Core_Amf
Amfphp_Core_Amf_Types
Amfphp_Core_Common
Amfphp
Amfphp_Plugins_CharsetConverter
Amfphp_Plugins_CustomClassConverter
Amfphp_Plugins_FlexMessaging
Amfphp_Plugins_Json
Amfphp_Plugins_Logger
AmfphpLogger
Amfphp_Plugins_QuickServiceDebug
Amfphp_Services
Amfphp_Examples_ExampleService
Amfphp_Examples
Tests_Amfphp_Core_Amf
Tests_Amfphp_Core_Common
Tests_Amfphp_Core
Tests_Amfphp_Plugins_Authentication
Tests_Amfphp_Plugins_CharsetConverter
Tests_Amfphp_Plugins_CustomClassConverter
Tests_Amfphp_Plugins_FlexMessaging
Tests_Amfphp_Plugins_Logger
Tests
Tests_TestData
Tests_TestData_CustomClasses
Tests_TestData_Services
Tests_TestData_TestPlugins_DisabledPlugin
Tests_TestData_TestPlugins_DummyPlugin
All elements
a
c
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
f
top
filterAmfRequestHeaderHandler
AmfphpAuthentication::filterAmfRequestHeaderHandler()
in AmfphpAuthentication.php
filterServiceObject
AmfphpAuthentication::filterServiceObject()
in AmfphpAuthentication.php
called when the service object is created, just before the method call.
h
top
$headerUserId
AmfphpAuthentication::$headerUserId
in AmfphpAuthentication.php
the user id passed in the credentials header
handleRequestHeader
AmfphpAuthentication::handleRequestHeader()
in AmfphpAuthentication.php
looks for a "Credentials" request header. If there is one, uses it to try to authentify the user.
m
top
METHOD_GET_METHOD_ROLES
AmfphpAuthentication::METHOD_GET_METHOD_ROLES
in AmfphpAuthentication.php
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
f
h
m
s
_