dev@jersey.java.net

Re: [Jersey] Jersey OAuth documentation

From: Paul C. Bryan <pbryan_at_sun.com>
Date: Sun, 14 Jun 2009 10:24:03 -0700

Hi Craig:

Check out the signature library integration test "oauth-tests" module --
it walks through all of the steps of access token acquisition. +1 if you
want to bake that into a fully fledged sample. Go for it! :)

Paul (B.)

On Sat, 2009-06-13 at 10:22 -0700, Craig McClanahan wrote:
> Paul C. Bryan wrote:
> > Hi all:
> >
> > 1. I've taken the liberty of creating a "Jersey and OAuth" page on the
> > Jersey wiki:
> > http://wikis.sun.com/display/Jersey/OAuth.
> >
> > I wasn't sure if this is the right placement of such a document, of
> > there is another preferable area. Thoughts?
> >
> Seems like a reasonable place to me. Is it also linked from the "home"
> wiki page?
>
> I've started reviewing this code, and it looks really useful. One thing
> that would tremendously help OAuth newbies, though, is a fully worked
> example that shows the entire orchestration of the three-party use case
> described in the spec (user, consumer, and service provider). All the
> examples in the test cases assume you've acquired all the secrets already.
>
> I'd be willing to help code up such a thing, so we could stick it in the
> "samples" directory. What do you think?
> > 2. I've also added the Jersey OAuth API docs to the Jersey site:
> > https://jersey.dev.java.net/nonav/apidocs/1.1.1-ea-SNAPSHOT/contribs/jersey-oauth/oauth-client/index.html
> > https://jersey.dev.java.net/nonav/apidocs/1.1.1-ea-SNAPSHOT/contribs/jersey-oauth/oauth-server/index.html
> > https://jersey.dev.java.net/nonav/apidocs/1.1.1-ea-SNAPSHOT/contribs/jersey-oauth/oauth-signature/index.html
> >
> > I did this manually by copying the results of mvn javadoc:javadoc. Is
> > this generally manual, or is there an automagic script that does this?
> >
> >
> I'll defer to Paul and Jakub on this one, as they set up the automatic
> javadoc update process for the rest of the javadocs.
> > Thanks,
> >
> > Paul
> >
> >
> Craig
>
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: dev-unsubscribe_at_jersey.dev.java.net
> > For additional commands, e-mail: dev-help_at_jersey.dev.java.net
> >
> >
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe_at_jersey.dev.java.net
> For additional commands, e-mail: dev-help_at_jersey.dev.java.net
>