For instance, I want that when rows of OUser are accessed over HTTP REST, username (as its emai id) and passwords should not be exposed outside server. On other hand, lets say there is a class with 100 attributes, and I just want to access 3 specific attributes, is there a way to just get those 3 attributes (not other 97) saving network traffic.
As per my understanding, there is a row level access restriction in OrientDB. Can the same kind of restriction be applied to field level too in some way ?
Regards,
Gaurav