Access control lists in Aggregate

I've searched the lists and the issues and can't find the answer to this
question: Is there a way to restrict access to specific forms by specific
users? i.e. is there a place to configure access on a per user, per form
basis? If not, what is the recommended strategy? : i.e. run separate
aggregate instances for different user groups?

··· -- James Dailey skype: jdailey

There is no per-form access control.

If you have users that should access different sets of forms, you would
need to have different aggregate instances for each set.

The quantity of code needed to display to the Site Adminstrator all the
user groups, which users are in what user groups, and what forms are
accessible in which ways to each of those user groups, would easily
quadruple the Site Admin-related security code. Earlier drafts of the code
had the various hooks to apply such restrictions, but the 1.0 production
code has had them all removed except, it appears, the null
formIdGrantedAuthorities on the UserImpl object.

Mitch

··· On Wed, Feb 15, 2012 at 3:54 PM, James Dailey wrote:

I've searched the lists and the issues and can't find the answer to this
question: Is there a way to restrict access to specific forms by specific
users? i.e. is there a place to configure access on a per user, per form
basis? If not, what is the recommended strategy? : i.e. run separate
aggregate instances for different user groups?

--
James Dailey
skype: jdailey

--
Post: opendatakit@googlegroups.com
Unsubscribe: opendatakit+unsubscribe@googlegroups.com
Options: http://groups.google.com/group/opendatakit?hl=en

--
Mitch Sundt
Software Engineer
University of Washington
mitchellsundt@gmail.com