thiagolocatelli / parse4j

Java Library to deal with Parse (parse.com) REST API
http://thiagolocatelli.github.io/parse4j
143 stars 117 forks source link

Support for ACL queries #44

Closed kronnect closed 9 years ago

kronnect commented 9 years ago

When a user log-in successfully, the ParseUser object is cached (see new currentUser field in ParseUser class) so future commands will include the user session token in the headers (see ParseCommand changes) allowing proper access to rows with user-defined ACLs.