Package org.glassfish.jersey.client.oauth1
package org.glassfish.jersey.client.oauth1
Jersey OAuth 1 Client API.
-
ClassDescriptionAccess Token class (credentials issued by the Service Provider for the user).Consumer credentials class (credentials issued by the Service Provider for the application).The interface of the OAuth 1 Authorization Flow utility.Default implementation of
OAuth1AuthorizationFlow
.OAuth1AuthorizationFlowImpl builder.Builder of OAuth 1 client support.Builder of theFeature
.Builder of theOAuth1AuthorizationFlow
.OAuth 1 client builder default implementation.OAuth 1 client filter feature builder default implementation.OAuth1 client filter feature registers the support for performing authenticated requests to the Service Provider.Client filter that sign requests using OAuth 1 signatures and signature and other OAuth 1 parameters to theAuthorization
header.The main class to build the support for OAuth 1 into the Jersey client.Utility class for processing client requests.Implements the OAuth signature library Request interface, wrapping a Jersey client request object.