Uses of Interface
org.glassfish.jersey.client.oauth1.OAuth1Builder

Packages that use OAuth1Builder
org.glassfish.jersey.client.oauth1 Jersey OAuth 1 Client API. 
 

Uses of OAuth1Builder in org.glassfish.jersey.client.oauth1
 

Methods in org.glassfish.jersey.client.oauth1 that return OAuth1Builder
static OAuth1Builder OAuth1ClientSupport.builder(ConsumerCredentials consumerCredentials)
          Get a new builder of OAuth1 client support.
 OAuth1Builder OAuth1Builder.nonce(String nonce)
          Set the nonce.
 OAuth1Builder OAuth1Builder.realm(String realm)
          Set the realm to which the user wants to authenticate.
 OAuth1Builder OAuth1Builder.signatureMethod(String signatureMethod)
          Set the signature method name.
 OAuth1Builder OAuth1Builder.timestamp(String timestamp)
          Set the timestamp.
 OAuth1Builder OAuth1Builder.version(String version)
          Set the version of the OAuth protocol.
 



Copyright © 2007-2013, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.