ObjectDB ObjectDB

Field level privileges

#1

Hello , we are currently making new instant messenger but we were planing to use some security addons and privileges on access some of the fields on java side.

 

Can we give privileges to users , for example some users can only read some fields and some just can write java fields.

Some users only allowed insert ability.

Anonymous access only accesses some of the fields.

edit
delete
#2

ObjectDB doesn't support class or field level privileges (only file level privileges).

But this could be handled by your application that will have to manage its own users anyway. It is easy to manage application users as entity objects and use only minimal number of ObjectDB users (one or a few) to process activity of all the application users. In that case the application manages its privileges.

ObjectDB Support
edit
delete

Reply

To post on this website please sign in.