users@jersey.java.net

Jersey Client and Authentication

From: Denis <deniak.nospam_at_gmail.com>
Date: Tue, 17 Mar 2009 17:49:04 +0100

Hi,

I would like to add an authentication method (basic, digest...) using the
jersey client/server.
I was thinking of adding the specific authentication header and add a filter
to check that header on
the server side.
Do you know if there's a better way to manage it?

Denis