| java.lang.Object | |||
| ↳ | java.util.AbstractMap<K, V> | ||
| ↳ | java.util.HashMap<K, V> | ||
| ↳ | com.google.gdata.client.authn.oauthproxy.OAuthProxyRequest | ||
Stores the variables related to an OAuth Proxy request.
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| String | DEFAULT_ACCESS_TOKEN_URL | ||||||||||
| String | DEFAULT_AUTHORIZATION_URL | ||||||||||
| String | DEFAULT_REQUEST_TOKEN_URL | ||||||||||
| String | DEFAULT_SERVICE_NAME | ||||||||||
| String | DEFAULT_USE_TOKEN | ||||||||||
|
[Expand]
Inherited Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.util.HashMap
| |||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| requestTokenUrl | |||||||||||
| scope | |||||||||||
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.util.HashMap
| |||||||||||
From class
java.util.AbstractMap
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Retrieves the value of the access token url.
| |||||||||||
Retrieves the value of the authorization url.
| |||||||||||
Retrieves the value of the desired callback url.
| |||||||||||
Retrieves the value of the received callback url.
| |||||||||||
Retrieves the value of the request token url.
| |||||||||||
Retrieves the scope of the request.
| |||||||||||
Retrieves the service name.
| |||||||||||
Retrieves the OAuth State.
| |||||||||||
Retrieves the token name.
| |||||||||||
Retrieves the "use token" parameter.
| |||||||||||
Sets the value of the access token url.
| |||||||||||
Sets the value of the authorization url.
| |||||||||||
Sets the value of the desired callback url.
| |||||||||||
Sets the value of the received callback url.
| |||||||||||
Sets the value of the request token url.
| |||||||||||
Sets the scope of the request.
| |||||||||||
Sets the service name.
| |||||||||||
Sets the OAuth State.
| |||||||||||
Sets the token name.
| |||||||||||
Sets the "use token" parameter.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.util.HashMap
| |||||||||||
From class
java.util.AbstractMap
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
java.util.Map
| |||||||||||
Retrieves the value of the access token url. The default value is "https://www.google.com/accounts/OAuthGetAccessToken".
Retrieves the value of the authorization url. The default value is "https://www.google.com/accounts/OAuthAuthorizeToken".
Retrieves the value of the desired callback url.
Retrieves the value of the received callback url.
Retrieves the value of the request token url. The returned value will
include the scope set in setScope(String).
Retrieves the scope of the request.
Retrieves the service name. Default value is "google".
Retrieves the OAuth State.
Retrieves the token name.
Retrieves the "use token" parameter. The default value is "always".
Sets the value of the access token url.
| value |
|---|
Sets the value of the authorization url.
| value |
|---|
Sets the value of the desired callback url.
| value |
|---|
Sets the value of the received callback url.
| value |
|---|
Sets the value of the request token url. The value will include the scope
set in setScope(String).
| value |
|---|
Sets the scope of the request. This value will also be appended to the request token url as the "scope" parameter.
| value |
|---|
Sets the service name.
| value |
|---|
Sets the OAuth State.
| value |
|---|
Sets the token name.
| value |
|---|
Sets the "use token" parameter.
| value |
|---|