public class OAuthFactoryUtil
extends Object
| Constructor and Description |
|---|
OAuthFactoryUtil() |
| Modifier and Type | Method and Description |
|---|---|
static OAuthManager |
createOAuthManager(String key,
String secret,
String accessURL,
String requestURL,
String callbackURL,
String scope) |
static OAuthRequest |
createOAuthRequest(Verb verb,
String url) |
static Token |
createToken(String token,
String secret) |
static Verifier |
createVerifier(String verifier) |
static OAuthFactory |
getOAuthFactory() |
void |
setOAuthFactory(OAuthFactory oAuthFactory) |
public static OAuthManager createOAuthManager(String key, String secret, String accessURL, String requestURL, String callbackURL, String scope) throws OAuthException
OAuthExceptionpublic static OAuthRequest createOAuthRequest(Verb verb, String url) throws OAuthException
OAuthExceptionpublic static Token createToken(String token, String secret) throws OAuthException
OAuthExceptionpublic static Verifier createVerifier(String verifier) throws OAuthException
OAuthExceptionpublic static OAuthFactory getOAuthFactory()
public void setOAuthFactory(OAuthFactory oAuthFactory)