Package com.sun.jersey.oauth.client

Interface Summary
OAuthClientFilter.AuthHandler Implementation of this interface should be passed to the filter constructor to handle user authorization requests and respond to obtaining a new access token (e.g.
 

Class Summary
OAuthClientFilter Client filter adding OAuth authorization header to the HTTP request, if no authorization header is already present.
 

Exception Summary
UnauthorizedRequestException Thrown from a client request by the OAuthClientFilter if the request is not properly authorized.
 



Copyright © 2011 Oracle Corporation. All Rights Reserved.