Discussion:
Jersey and OAuth
m***@public.gmane.org
2012-01-08 18:27:37 UTC
Permalink
Hi all,

I am using Jersey for a web services project, and I want to incorporate
authorisation in it. Basically, I want my web service to only answer
requests from a restricted set of clients (initially one client). I ran
into oauth the other day, but there does not seem to be a great deal of
information on it out there.

Any tips will be highly appreciated!

Thanks
Arun Gupta
2012-01-09 01:26:31 UTC
Permalink
The complete information about Jersey and OAuth is at:

https://wikis.oracle.com/display/Jersey/OAuth

I authored a working sample using Jersey+OAuth+Twitter at:

http://blogs.oracle.com/arungupta/entry/totd_143_retrieve_twitter_user

A SmugMug sample is at:

http://blog.alutam.com/2009/08/10/using-jersey-client-oauth-support-with-smugmug/

HTH
-Arun
Post by m***@public.gmane.org
Hi all,
I am using Jersey for a web services project, and I want to incorporate
authorisation in it. Basically, I want my web service to only answer
requests from a restricted set of clients (initially one client). I ran
into oauth the other day, but there does not seem to be a great deal of
information on it out there.
Any tips will be highly appreciated!
Thanks
--
http://twitter.com/arungupta
http://blogs.oracle.com/arungupta
Loading...