| Package | Description |
|---|---|
| org.apache.shindig.social.core.oauth |
The Core Social OAuth package
Provides implementations of the OAuth infrastructure for the
Social component.
|
| org.apache.shindig.social.opensocial.oauth |
The Social Authentication package
OAuth interfaces that are used throughout the Social Component to
manage OAuth assertions.
|
| org.apache.shindig.social.sample.oauth |
Sample OAuth implementation package
A Sample implementation of OAuth for the sample container.
|
| Modifier and Type | Method and Description |
|---|---|
protected OAuthEntry |
OAuthAuthenticationHandler.getOAuthEntry(net.oauth.OAuthMessage message) |
| Modifier and Type | Method and Description |
|---|---|
protected SecurityToken |
OAuthAuthenticationHandler.getTokenFromVerifiedRequest(net.oauth.OAuthMessage message,
OAuthEntry entry,
net.oauth.OAuthConsumer authConsumer) |
| Modifier and Type | Method and Description |
|---|---|
OAuthEntry |
OAuthDataStore.convertToAccessToken(OAuthEntry entry)
Called when converting a request token to an access token.
|
OAuthEntry |
OAuthDataStore.generateRequestToken(String consumerKey,
String oauthVersion,
String signedCallbackUrl,
String virtualOrganization)
Generate a valid requestToken for the given consumerKey.
|
OAuthEntry |
OAuthDataStore.getEntry(String oauthToken)
Get the OAuthEntry that corresponds to the oauthToken.
|
| Modifier and Type | Method and Description |
|---|---|
void |
OAuthDataStore.authorizeToken(OAuthEntry entry,
String userId)
Authorize the request token for the given user id.
|
OAuthEntry |
OAuthDataStore.convertToAccessToken(OAuthEntry entry)
Called when converting a request token to an access token.
|
void |
OAuthDataStore.disableToken(OAuthEntry entry)
Mark a token DISABLED and store it.
|
void |
OAuthDataStore.removeToken(OAuthEntry entry)
Remove a token
|
| Constructor and Description |
|---|
OAuthEntry(OAuthEntry old)
A copy constructor
|
| Modifier and Type | Method and Description |
|---|---|
OAuthEntry |
SampleOAuthDataStore.convertToAccessToken(OAuthEntry entry) |
OAuthEntry |
SampleOAuthDataStore.generateRequestToken(String consumerKey,
String oauthVersion,
String signedCallbackUrl,
String virtualOrganization) |
OAuthEntry |
SampleOAuthDataStore.getEntry(String oauthToken) |
| Modifier and Type | Method and Description |
|---|---|
void |
SampleOAuthDataStore.authorizeToken(OAuthEntry entry,
String userId) |
OAuthEntry |
SampleOAuthDataStore.convertToAccessToken(OAuthEntry entry) |
void |
SampleOAuthDataStore.disableToken(OAuthEntry entry) |
void |
SampleOAuthDataStore.removeToken(OAuthEntry entry) |
Copyright © 2007-2012. All Rights Reserved.