We are creating an Active Directory Kind of an application on App Engine. What I want to know is there a way to store data securely so that I can sell this application as a service to other domains. I should not be able to acess data produced by users of other domains.
I noticed if we use JDO, I can view the information. Is there a work around so that data can be viewed only by authorized people and not even the creators of the application? or do we have to implement our own encryption and decryption authorization processes. -- You received this message because you are subscribed to the Google Groups "Google App Engine for Java" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-appengine-java?hl=en.
