|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.licorize.api.client.oauth.LicorizeOauthServiceFactory
public class LicorizeOauthServiceFactory
A factory for creating LicorizeOAuthService objects.
| Method Summary | |
|---|---|
LicorizeOauthService |
createLicorizeOAuthService(org.scribe.oauth.OAuthService oauthService)
Creates a new LicorizeOauthService object. |
LicorizeOauthService |
createLicorizeOAuthService(java.lang.String consumerKey,
java.lang.String consumerSecret)
Creates a new LicorizeOAuthService object. |
static LicorizeOauthServiceFactory |
getInstance()
Gets the single instance of LicorizeOauthServiceFactory. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static LicorizeOauthServiceFactory getInstance()
public LicorizeOauthService createLicorizeOAuthService(java.lang.String consumerKey,
java.lang.String consumerSecret)
consumerKey - the consumer keyconsumerSecret - the consumer secret
public LicorizeOauthService createLicorizeOAuthService(org.scribe.oauth.OAuthService oauthService)
oauthService - the api consumer
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||