Package | Description |
---|---|
org.glassfish.jersey.client.oauth1 |
Jersey OAuth 1 Client API.
|
Modifier and Type | Method and Description |
---|---|
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-2017, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.