|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use OAuthEntry | |
|---|---|
| org.apache.shindig.social.core.oauth | The Core Social OAuth package |
| org.apache.shindig.social.opensocial.oauth | The Social Authentication package |
| org.apache.shindig.social.sample.oauth | Sample OAuth implementation package |
| Uses of OAuthEntry in org.apache.shindig.social.core.oauth |
|---|
| Methods in org.apache.shindig.social.core.oauth that return OAuthEntry | |
|---|---|
protected OAuthEntry |
OAuthAuthenticationHandler.getOAuthEntry(net.oauth.OAuthMessage message)
|
| Methods in org.apache.shindig.social.core.oauth with parameters of type OAuthEntry | |
|---|---|
protected SecurityToken |
OAuthAuthenticationHandler.getTokenFromVerifiedRequest(net.oauth.OAuthMessage message,
OAuthEntry entry,
net.oauth.OAuthConsumer authConsumer)
|
| Uses of OAuthEntry in org.apache.shindig.social.opensocial.oauth |
|---|
| Methods in org.apache.shindig.social.opensocial.oauth that return OAuthEntry | |
|---|---|
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. |
| Methods in org.apache.shindig.social.opensocial.oauth with parameters of type OAuthEntry | |
|---|---|
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 |
| Constructors in org.apache.shindig.social.opensocial.oauth with parameters of type OAuthEntry | |
|---|---|
OAuthEntry(OAuthEntry old)
A copy constructor |
|
| Uses of OAuthEntry in org.apache.shindig.social.sample.oauth |
|---|
| Methods in org.apache.shindig.social.sample.oauth that return OAuthEntry | |
|---|---|
OAuthEntry |
SampleOAuthDataStore.convertToAccessToken(OAuthEntry entry)
|
OAuthEntry |
SampleOAuthDataStore.generateRequestToken(String consumerKey,
String oauthVersion,
String signedCallbackUrl,
String virtualOrganization)
|
OAuthEntry |
SampleOAuthDataStore.getEntry(String oauthToken)
|
| Methods in org.apache.shindig.social.sample.oauth with parameters of type OAuthEntry | |
|---|---|
void |
SampleOAuthDataStore.authorizeToken(OAuthEntry entry,
String userId)
|
OAuthEntry |
SampleOAuthDataStore.convertToAccessToken(OAuthEntry entry)
|
void |
SampleOAuthDataStore.disableToken(OAuthEntry entry)
|
void |
SampleOAuthDataStore.removeToken(OAuthEntry entry)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||