Authentication and user administration service
package | Amfphp_Examples_Authentication |
---|---|
author | Sven Dens |
_getMethodRoles(String $methodName) : array
String
array
signIn(string $username, string $password) : boolean
string
string
boolean
signOut()
$protectedMethods : array
a simple authentication service, used for testing the AmfphpAuthentication plugin
package | Tests_TestData_Services |
---|---|
author | Ariel Sommeria-klein |
_getMethodRoles(String $methodName) : array
String
array
adminMethod() : \<String>
Only 'admin' role is authorized. (see _getMethodRoles)
\<String>
'ok'login(String $userId, String $password) : String
String
String
String
logout()