Hi Mikhail, Are you using Spring Security? If so, this should be fairly easy to do. You need to have a DTO for your UserDetails and GrantedAuthority classes (i.e. a DTO that doesn't implement those interfaces). Then just have a RemoteService where you can ask Spring Security for the user details.
-- Arthur Kalmenson On Fri, Dec 26, 2008 at 5:06 AM, Mikhail M <[email protected]> wrote: > Good day. > > I work on a project (client server application) where I use GWT + SPRING + > MAVEN. > And now I need to add auth block to determine if users have any rights to > perform any > actions. > > Do you have any ideas, links or something which could be helpful in this > terribly perfect situation? ) > > > Thanks much > > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
