| Package | Description |
|---|---|
| org.apache.shindig.gadgets | |
| org.apache.shindig.gadgets.http | |
| org.apache.shindig.gadgets.oauth | |
| org.apache.shindig.gadgets.spec |
| Modifier and Type | Method and Description |
|---|---|
static AuthType |
AuthType.parse(String value) |
static AuthType |
AuthType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AuthType[] |
AuthType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
AuthType |
HttpRequest.getAuthType() |
| Modifier and Type | Method and Description |
|---|---|
HttpRequest |
HttpRequest.setAuthType(AuthType authType) |
| Constructor and Description |
|---|
OAuthArguments(AuthType auth,
javax.servlet.http.HttpServletRequest request)
Parse OAuthArguments from parameters to the makeRequest servlet.
|
OAuthArguments(AuthType auth,
Map<String,String> map)
Parse OAuthArguments from a Map of settings
|
| Modifier and Type | Method and Description |
|---|---|
AuthType |
View.getAuthType() |
AuthType |
RequestAuthenticationInfo.getAuthType() |
AuthType |
Preload.getAuthType() |
Copyright © 2007-2012. All Rights Reserved.