On 2 Mar, 14:31, Lukasz <[email protected]> wrote: > I'm doing it by providing a self-implemented UserManager object on the > client. It contains the currently signed in user and provides methods > for access or role checks e.g. canEditUser(). This UserManager object > is an singleton injected via gin into all relevant presenters (as you > see I'm also using the MVP pattern in my app). When the presenter is > rendering the view, it can check which functionality should be enabled > or disabled. > > HTH, > Lukasz
Thank you Lukasz. Does UserManager check user roles server-side with an RCP call? -- 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.
