| Package | Description |
|---|---|
| org.apache.shindig.gadgets.oauth |
| Modifier and Type | Method and Description |
|---|---|
AccessorInfo.HttpMethod |
AccessorInfo.getHttpMethod() |
static AccessorInfo.HttpMethod |
AccessorInfo.HttpMethod.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AccessorInfo.HttpMethod[] |
AccessorInfo.HttpMethod.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AccessorInfoBuilder.setMethod(AccessorInfo.HttpMethod method) |
| Constructor and Description |
|---|
AccessorInfo(net.oauth.OAuthAccessor accessor,
OAuthStore.ConsumerInfo consumer,
AccessorInfo.HttpMethod httpMethod,
AccessorInfo.OAuthParamLocation paramLocation,
String sessionHandle,
long tokenExpireMillis) |
Copyright © 2007-2012. All Rights Reserved.