| Package | Description |
|---|---|
| org.apache.shindig.gadgets.oauth |
| Modifier and Type | Method and Description |
|---|---|
AccessorInfo.OAuthParamLocation |
AccessorInfo.getParamLocation() |
static AccessorInfo.OAuthParamLocation |
AccessorInfo.OAuthParamLocation.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AccessorInfo.OAuthParamLocation[] |
AccessorInfo.OAuthParamLocation.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.setParameterLocation(AccessorInfo.OAuthParamLocation location) |
| 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.