users@jersey.java.net

[Jersey] Re: restful Webservice authentication needed.

From: Pavel Bucek <pavel.bucek_at_oracle.com>
Date: Wed, 08 Jun 2011 12:16:36 +0200

Hello Nadeesh,

please see https-clienteserver-grizzly [1] and https-server-glassfish
[2] samples (to see client side, check tests in first mentioned sample).

We also have some brief notes about security in our user, guide, see [3]
and [4]. You might want to check our OAUTH support, see [5].

Regards,
Pavel


[1]
http://download.java.net/maven/2/com/sun/jersey/samples/https-clientserver-grizzly/1.7/https-clientserver-grizzly-1.7-project.zip
[2]
http://download.java.net/maven/2/com/sun/jersey/samples/https-server-glassfish/1.7/https-server-glassfish-1.7-project.zip
[3] http://jersey.java.net/nonav/documentation/latest/jax-rs.html#d4e497
[4] http://jersey.java.net/nonav/documentation/latest/client-api.html#d4e784
[5] http://java.net/projects/jersey/downloads/download/s314285_oauth.zip

On 6/7/11 4:03 AM, Nadeesh Priyanga wrote:
> hello i'm creating a restful web service using jersey.it
> <http://jersey.it>'s like a social network.i need to create a basic
> authentication so that clients send thir usernames and passwords to
> server and In server side i need to accept and check.to
> <http://check.to> do that can you please help me???
> thanx