|
Liferay 7.0-ce-b4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.liferay.portal.kernel.oauth.OAuthFactoryUtil
public class OAuthFactoryUtil
| Constructor Summary | |
|---|---|
OAuthFactoryUtil()
|
|
| Method Summary | |
|---|---|
static OAuthManager |
createOAuthManager(String key,
String secret,
String accessURL,
String requestURL,
String callbackURL,
String scope)
|
static OAuthRequest |
createOAuthRequest(Verb verb,
String url)
|
static Token |
createToken(String token,
String secret)
|
static Verifier |
createVerifier(String verifier)
|
static OAuthFactory |
getOAuthFactory()
|
void |
setOAuthFactory(OAuthFactory oAuthFactory)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public OAuthFactoryUtil()
| Method Detail |
|---|
public static OAuthManager createOAuthManager(String key,
String secret,
String accessURL,
String requestURL,
String callbackURL,
String scope)
throws OAuthException
OAuthException
public static OAuthRequest createOAuthRequest(Verb verb,
String url)
throws OAuthException
OAuthException
public static Token createToken(String token,
String secret)
throws OAuthException
OAuthException
public static Verifier createVerifier(String verifier)
throws OAuthException
OAuthExceptionpublic static OAuthFactory getOAuthFactory()
public void setOAuthFactory(OAuthFactory oAuthFactory)
|
Liferay 7.0-ce-b4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||