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
OAuthException
public static OAuthRequest createOAuthRequest(Verb verb, String url) throws OAuthException
OAuthException
public static Token createToken(String token, String secret) throws OAuthException
OAuthException
public static Verifier createVerifier(String verifier) throws OAuthException
OAuthException
public static OAuthFactory getOAuthFactory()
public void setOAuthFactory(OAuthFactory oAuthFactory)