Hi,
I am using restful web services in my application and I want to authenticate user before web service call.
I want to generate some security token after user authentication and pass same token to my web service to validate user.
How can we achieve this in glassfish ?
Thanks in advance.