The OAuthServerFilter appears to only support 3-legged OAuth as it
requires an access token. Does Jersey support 2-legged OAuth from a
provider perspective, or do I need to write a stripped down version of
the OAuthServerFilter to support 2-legged OAuth?
Thanks.
Jeff