Package org.glassfish.jersey.client.oauth1
Jersey OAuth 1 Client API.
-
Interface Summary Interface Description OAuth1AuthorizationFlow The interface of the OAuth 1 Authorization Flow utility.OAuth1Builder Builder of OAuth 1 client support.OAuth1Builder.FilterFeatureBuilder Builder of theFeature
.OAuth1Builder.FlowBuilder Builder of theOAuth1AuthorizationFlow
. -
Class Summary Class Description AccessToken Access Token class (credentials issued by the Service Provider for the user).ConsumerCredentials Consumer credentials class (credentials issued by the Service Provider for the application).OAuth1AuthorizationFlowImpl Default implementation ofOAuth1AuthorizationFlow
.OAuth1AuthorizationFlowImpl.Builder OAuth1AuthorizationFlowImpl builder.OAuth1BuilderImpl OAuth 1 client builder default implementation.OAuth1BuilderImpl.FilterBuilderImpl OAuth 1 client filter feature builder default implementation.OAuth1ClientFeature OAuth1 client filter feature registers the support for performing authenticated requests to the Service Provider.OAuth1ClientFilter Client filter that sign requests using OAuth 1 signatures and signature and other OAuth 1 parameters to theAuthorization
header.OAuth1ClientSupport The main class to build the support for OAuth 1 into the Jersey client.RequestUtil Utility class for processing client requests.RequestWrapper Implements the OAuth signature library Request interface, wrapping a Jersey client request object.