Liferay 6.2-ce-ga5

com.liferay.portal.kernel.oauth
Interface OAuthFactory


public interface OAuthFactory


Method Summary
 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)
           
 

Method Detail

createOAuthManager

OAuthManager createOAuthManager(String key,
                                String secret,
                                String accessURL,
                                String requestURL,
                                String callbackURL,
                                String scope)
                                throws OAuthException
Throws:
OAuthException

createOAuthRequest

OAuthRequest createOAuthRequest(Verb verb,
                                String url)
                                throws OAuthException
Throws:
OAuthException

createToken

Token createToken(String token,
                  String secret)
                  throws OAuthException
Throws:
OAuthException

createVerifier

Verifier createVerifier(String verifier)
                        throws OAuthException
Throws:
OAuthException

Liferay 6.2-ce-ga5