public class OAuthProviderScribe extends Object implements org.jboss.seam.social.oauth.OAuthProvider
| Constructor and Description |
|---|
OAuthProviderScribe(org.jboss.seam.social.oauth.OAuthServiceSettings settings) |
| Modifier and Type | Method and Description |
|---|---|
protected org.scribe.model.Token |
extractToken(org.jboss.seam.social.oauth.OAuthToken tok) |
org.jboss.seam.social.oauth.OAuthToken |
getAccessToken(org.jboss.seam.social.oauth.OAuthToken requestToken,
String verifier) |
String |
getAuthorizationUrl(org.jboss.seam.social.oauth.OAuthToken tok) |
org.jboss.seam.social.oauth.OAuthToken |
getRequestToken() |
String |
getVersion() |
org.jboss.seam.social.oauth.OAuthRequest |
requestFactory(org.jboss.seam.social.rest.RestVerb verb,
String uri) |
void |
signRequest(org.jboss.seam.social.oauth.OAuthToken accessToken,
org.jboss.seam.social.oauth.OAuthRequest request) |
org.jboss.seam.social.oauth.OAuthToken |
tokenFactory(String token,
String secret) |
public OAuthProviderScribe(org.jboss.seam.social.oauth.OAuthServiceSettings settings)
public org.jboss.seam.social.oauth.OAuthToken getRequestToken()
getRequestToken in interface org.jboss.seam.social.oauth.OAuthProviderpublic org.jboss.seam.social.oauth.OAuthToken getAccessToken(org.jboss.seam.social.oauth.OAuthToken requestToken,
String verifier)
getAccessToken in interface org.jboss.seam.social.oauth.OAuthProviderpublic void signRequest(org.jboss.seam.social.oauth.OAuthToken accessToken,
org.jboss.seam.social.oauth.OAuthRequest request)
signRequest in interface org.jboss.seam.social.oauth.OAuthProviderpublic String getVersion()
getVersion in interface org.jboss.seam.social.oauth.OAuthProviderpublic String getAuthorizationUrl(org.jboss.seam.social.oauth.OAuthToken tok)
getAuthorizationUrl in interface org.jboss.seam.social.oauth.OAuthProviderprotected org.scribe.model.Token extractToken(org.jboss.seam.social.oauth.OAuthToken tok)
public org.jboss.seam.social.oauth.OAuthRequest requestFactory(org.jboss.seam.social.rest.RestVerb verb,
String uri)
requestFactory in interface org.jboss.seam.social.oauth.OAuthProviderCopyright © 2011-2013 Seam Framework. All Rights Reserved.