I m developing a GWT application which will be linked with LifeRay portal just as a link. What I want to get from LifeRay is a user and roles management (from LifeRay) so user logged in LifeRay and then he gets access to my application link.
What is the best way to share the current logged in user between LifeRay and my GWT application?
Thanks