Authentication and user administration service
| package | Amfphp_Examples_Authentication |
|---|---|
| author | Sven Dens |
_getMethodRoles(String $methodName) : array
String
arraysignIn(string $username, string $password) : boolean
string
string
booleansignOut()
$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
arrayadminMethod() : \<String>
Only 'admin' role is authorized. (see _getMethodRoles)
\<String>'ok'login(String $userId, String $password) : String
String
String
Stringlogout()