Uses of Interface
org.glassfish.jersey.client.oauth1.OAuth1Builder
Packages that use OAuth1Builder
-
Uses of OAuth1Builder in org.glassfish.jersey.client.oauth1
Classes in org.glassfish.jersey.client.oauth1 that implement OAuth1BuilderModifier and TypeClassDescription(package private) class
OAuth 1 client builder default implementation.Methods in org.glassfish.jersey.client.oauth1 that return OAuth1BuilderModifier and TypeMethodDescriptionstatic OAuth1Builder
OAuth1ClientSupport.builder
(ConsumerCredentials consumerCredentials) Get a new builder of OAuth1 client support.Set the nonce.Set the realm to which the user wants to authenticate.OAuth1Builder.signatureMethod
(String signatureMethod) Set the signature method name.Set the timestamp.Set the version of the OAuth protocol.