You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am currently preforming field level authentication via an ABAC policy, and want support for allowing certain users to update certain fields. The Update class is a good syntactic sugar class but currently I can use it as I can't validate the fields being updated.
Alternatively it would be nice (not sure if possible) to "stage" the update and return the result POJO(s), that would result in the update being applied and then the document being loaded into memory through, for example, findById
The text was updated successfully, but these errors were encountered:
Hi,
I am currently preforming field level authentication via an ABAC policy, and want support for allowing certain users to update certain fields. The Update class is a good syntactic sugar class but currently I can use it as I can't validate the fields being updated.
Alternatively it would be nice (not sure if possible) to "stage" the update and return the result POJO(s), that would result in the update being applied and then the document being loaded into memory through, for example, findById
The text was updated successfully, but these errors were encountered: