|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||