Liferay 7.0-ga1 portal-impl

com.liferay.portal.oauth
Class OAuthFactoryImpl

java.lang.Object
  extended by com.liferay.portal.oauth.OAuthFactoryImpl
All Implemented Interfaces:
com.liferay.portal.kernel.oauth.OAuthFactory

public class OAuthFactoryImpl
extends Object
implements com.liferay.portal.kernel.oauth.OAuthFactory


Constructor Summary
OAuthFactoryImpl()
           
 
Method Summary
 com.liferay.portal.kernel.oauth.OAuthManager createOAuthManager(String key, String secret, String accessURL, String requestURL, String callbackURL, String scope)
           
 com.liferay.portal.kernel.oauth.OAuthRequest createOAuthRequest(com.liferay.portal.kernel.oauth.Verb verb, String url)
           
 com.liferay.portal.kernel.oauth.Token createToken(String token, String secret)
           
 com.liferay.portal.kernel.oauth.Verifier createVerifier(String verifier)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OAuthFactoryImpl

public OAuthFactoryImpl()
Method Detail

createOAuthManager

public com.liferay.portal.kernel.oauth.OAuthManager createOAuthManager(String key,
                                                                       String secret,
                                                                       String accessURL,
                                                                       String requestURL,
                                                                       String callbackURL,
                                                                       String scope)
                                                                throws com.liferay.portal.kernel.oauth.OAuthException
Specified by:
createOAuthManager in interface com.liferay.portal.kernel.oauth.OAuthFactory
Throws:
com.liferay.portal.kernel.oauth.OAuthException

createOAuthRequest

public com.liferay.portal.kernel.oauth.OAuthRequest createOAuthRequest(com.liferay.portal.kernel.oauth.Verb verb,
                                                                       String url)
                                                                throws com.liferay.portal.kernel.oauth.OAuthException
Specified by:
createOAuthRequest in interface com.liferay.portal.kernel.oauth.OAuthFactory
Throws:
com.liferay.portal.kernel.oauth.OAuthException

createToken

public com.liferay.portal.kernel.oauth.Token createToken(String token,
                                                         String secret)
                                                  throws com.liferay.portal.kernel.oauth.OAuthException
Specified by:
createToken in interface com.liferay.portal.kernel.oauth.OAuthFactory
Throws:
com.liferay.portal.kernel.oauth.OAuthException

createVerifier

public com.liferay.portal.kernel.oauth.Verifier createVerifier(String verifier)
                                                        throws com.liferay.portal.kernel.oauth.OAuthException
Specified by:
createVerifier in interface com.liferay.portal.kernel.oauth.OAuthFactory
Throws:
com.liferay.portal.kernel.oauth.OAuthException

Liferay 7.0-ga1 portal-impl