Hi everyone, I want to have a User-Management without forcing the users off my application to have Google-Accounts or something like this. The plan is, that the users should register on my site, and the applcation shall do the management like:
- What is the user "abc" allowed to do and so pn. Users have own data in the datastore. Other users shouldn´t be allowed to access this data. To make this possible I want to store something like a User_ID in every dataset, to make shure, that the data are not shuffeled. I have questions, on how to realize this: - How can I get the userID (stored in datastore in the class Users) on the server, without having the id as parameter?? I don´t want something like this: String myService(String userID, Object data), remember, that I want to have my own dataobjects for the user management - Is it possible to realize this via cookies oder httpsessions? - Does the Google Api provides some functionality for an own user- management? Thanks for your replys. Greets Alex -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" 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-web-toolkit?hl=en.
