Is there a way in Eclipse ecosystem to manage access permissions to resources?
I need something like Linux filesystem permissions to allow/deny access to data in my Eclipse RCP application. I.e.:
User and group management
Login management
Read-write permission management for my resources (i. e. for my db records)
EMF based (it's not mandatory but very useful)
I can develop all from scratch but I think it's a common need, so I suppose there is also something done.
Or am I wrong?
Thanks.
Edit: Subject fixed. Sorry