Gerd Mueller wrote:
> 
> Hi,
> 
> Some stupid questions:
> 
> - How can I retrieve all groups of a user ?

Users does not belong to groups.
Users are assigned roles within groups.
Groups can be understood as realms, projects, sets of resources etc.
Browse the archives for more explainations.

> - How can I retrieve all roles of a user ?

// data is the RunData object
AccessControlList acl = data.getACL();
RoleSet roles = acl.getRoles("someGroup");

> I was thinking of an admin tool where I've got an overview of all
> users and their groups and roles.

Yeah, we are planning to write new administrative tool.
I have some ideas for it, but I also have a bunch of other stuff
to do both Turbine and my day-job related, and I can't provide
any timelines for that.
Sean Legassick also expressed interest in working on the
admin interface, but he seems to be really busy lately.

Rafal

--
Rafal Krzewski
Senior Internet Developer
mailto:[EMAIL PROTECTED]
+48 22 8534830 http://e-point.pl


------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Search: <http://www.mail-archive.com/turbine%40list.working-dogs.com/>
Problems?:           [EMAIL PROTECTED]

Reply via email to