Liferay 6.2.0

com.liferay.portal.kernel.oauth
Interface OAuthFactory

All Known Implementing Classes:
OAuthFactoryImpl

public interface OAuthFactory


Method Summary
abstract  OAuthManager createOAuthManager(String key, String secret, String accessURL, String requestURL, String callbackURL, String scope)
           
abstract  OAuthRequest createOAuthRequest(Verb verb, String url)
           
abstract  Token createToken(String token, String secret)
           
abstract  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.0