| Package | Description |
|---|---|
| com.google.gdata.client | |
| com.google.gdata.client.authn.oauth |
| Modifier and Type | Method and Description |
|---|---|
void |
GoogleService.setOAuthCredentials(OAuthParameters parameters,
OAuthSigner signer)
Sets the OAuth credentials used to generate the authorization header.
|
void |
GoogleAuthTokenFactory.setOAuthCredentials(OAuthParameters parameters,
OAuthSigner signer)
Sets the OAuth credentials used to generate the authorization header.
|
| Constructor and Description |
|---|
GoogleAuthTokenFactory.OAuthToken(OAuthParameters parameters,
OAuthSigner signer)
Create a new
GoogleAuthTokenFactory.OAuthToken object. |
| Modifier and Type | Class and Description |
|---|---|
class |
OAuthHmacSha1Signer
Signs strings using HMAC-SHA1.
|
class |
OAuthRsaSha1Signer
Signs strings using RSA-SHA1.
|
| Constructor and Description |
|---|
GoogleOAuthHelper(OAuthSigner signer)
Creates a new GoogleOAuthHelper, which is an
OAuthHelper with
specific urls. |
OAuthHelper(String requestTokenUrl,
String userAuthorizationUrl,
String accessTokenUrl,
OAuthSigner signer)
Deprecated.
|
OAuthHelper(String requestTokenUrl,
String userAuthorizationUrl,
String accessTokenUrl,
OAuthSigner signer,
OAuthHttpClient httpClient)
Deprecated.
|
OAuthHelper(String requestTokenUrl,
String userAuthorizationUrl,
String accessTokenUrl,
String revokeTokenUrl,
OAuthSigner signer)
Create a new
OAuthHelper object. |
OAuthHelper(String requestTokenUrl,
String userAuthorizationUrl,
String accessTokenUrl,
String revokeTokenUrl,
OAuthSigner signer,
OAuthHttpClient httpClient)
Create a new
OAuthHelper object. |
TwoLeggedOAuthHelper(OAuthSigner signer,
OAuthParameters parameters) |
Copyright © 2012. All Rights Reserved.