com.liferay.portal.oauth
Class OAuthFactoryImpl
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OAuthFactoryImpl
public OAuthFactoryImpl()
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