| Package | Description |
|---|---|
| com.google.gdata.client | |
| com.google.gdata.client.http |
| Modifier and Type | Class and Description |
|---|---|
static class |
GoogleAuthTokenFactory.AuthSubToken
Encapsulates the token used by web applications to login on behalf of
a user.
|
static class |
GoogleAuthTokenFactory.OAuth2Token
Encapsulates the OAuth 2.0 information used by applications to login on
behalf of a user.
|
static class |
GoogleAuthTokenFactory.OAuthToken
Encapsulates the OAuth information used by applications to login on behalf
of a user.
|
static class |
GoogleAuthTokenFactory.UserToken
The UserToken encapsulates the token retrieved as a result of
authenticating to Google using a user's credentials.
|
| Modifier and Type | Method and Description |
|---|---|
HttpAuthToken |
GoogleAuthTokenFactory.getAuthToken() |
| Modifier and Type | Method and Description |
|---|---|
void |
GoogleAuthTokenFactory.setAuthToken(HttpAuthToken authToken)
Set the authentication token.
|
| Modifier and Type | Field and Description |
|---|---|
protected HttpAuthToken |
HttpGDataRequest.authToken
The auth token used for this request, may be
null. |
protected HttpAuthToken |
HttpGDataRequest.Factory.authToken |
| Modifier and Type | Method and Description |
|---|---|
void |
HttpGDataRequest.Factory.setAuthToken(HttpAuthToken authToken) |
| Constructor and Description |
|---|
GoogleGDataRequest(Service.GDataRequest.RequestType type,
URL requestUrl,
ContentType contentType,
HttpAuthToken authToken,
Map<String,String> headerMap,
Map<String,String> privateHeaderMap,
HttpUrlConnectionSource connectionSource)
Constructs a new GoogleGDataRequest instance of the specified
RequestType, targeting the specified URL with the specified
authentication token.
|
HttpGDataRequest(Service.GDataRequest.RequestType type,
URL requestUrl,
ContentType inputType,
HttpAuthToken authToken,
Map<String,String> headerMap,
Map<String,String> privateHeaderMap,
HttpUrlConnectionSource connectionSource)
Constructs a new HttpGDataRequest instance of the specified RequestType,
targeting the specified URL.
|
Copyright © 2012. All Rights Reserved.