public interface OAuthFactory
| Modifier and Type | Method and Description |
|---|---|
OAuthManager |
createOAuthManager(String key,
String secret,
String accessURL,
String requestURL,
String callbackURL,
String scope) |
OAuthRequest |
createOAuthRequest(Verb verb,
String url) |
Token |
createToken(String token,
String secret) |
Verifier |
createVerifier(String verifier) |
OAuthManager createOAuthManager(String key, String secret, String accessURL, String requestURL, String callbackURL, String scope) throws OAuthException
OAuthExceptionOAuthRequest createOAuthRequest(Verb verb, String url) throws OAuthException
OAuthExceptionToken createToken(String token, String secret) throws OAuthException
OAuthExceptionVerifier createVerifier(String verifier) throws OAuthException
OAuthException