users@jersey.java.net

[Jersey] Parsing Authorization header

From: Jan Algermissen <jan.algermissen_at_nordsc.com>
Date: Sun, 14 Apr 2013 10:56:12 +0200

Hi,

can anyone tell me whether there is code in Jersey to parse HTTP Authorization headers? (e.g. turn the comma separated auth params into a map)

I looked at the OAuth 'contribs' in 1.17 so far, but I just cannot find the spot, where the Header is parsed beyond checking the Auth scheme.

Jan