Uses of Interface
org.glassfish.jersey.client.oauth1.OAuth1Builder
-
Packages that use OAuth1Builder Package Description 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 Modifier and Type Method Description static OAuth1BuilderOAuth1ClientSupport. builder(ConsumerCredentials consumerCredentials)Get a new builder of OAuth1 client support.OAuth1BuilderOAuth1Builder. nonce(String nonce)Set the nonce.OAuth1BuilderOAuth1Builder. realm(String realm)Set the realm to which the user wants to authenticate.OAuth1BuilderOAuth1Builder. signatureMethod(String signatureMethod)Set the signature method name.OAuth1BuilderOAuth1Builder. timestamp(String timestamp)Set the timestamp.OAuth1BuilderOAuth1Builder. version(String version)Set the version of the OAuth protocol.
-