On Sat, Jun 28, 2014 at 8:35 AM, Chris Rohr <[email protected]> wrote:
> Quick question about setting up a User context for Blur queries. The > BlurQuery object has a setUserContext(String) method and there is a > UserContext.setUser method. > > 1. The UserContext.setUser is used for access controlling the data correct? > Yes. > 2. Which one is used for specifying the user so that when currentQueries > are called the user is not null? > Likely the old setUserContext(String) on the BlurQuery object. So we need to fix that. Aaron > > Thanks, > Chris >
