I have a website with a Java back-end and I am in the process of adding a RESTful API which uses OAuth.
I've already got a fairly good idea how to handle the REST part (Oracle Tutorial). But are there any Java libraries to help implement the OAuth part of the problem?
The only one I've found is this one But it OpenSSO is no longer free and it doesn't seem to be maintained.
Any help would be much appreciated.