public class DefaultOAuthConsumer extends java.lang.Object implements OAuthConsumer, java.io.Serializable
| Constructor and Description |
|---|
DefaultOAuthConsumer(OAuthApplication oAuthApplication) |
DefaultOAuthConsumer(net.oauth.OAuthConsumer oAuthConsumer) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getCallbackURL() |
OAuthApplication |
getOAuthApplication() |
java.lang.Object |
getProperty(java.lang.String name) |
java.lang.Object |
getWrappedOAuthConsumer() |
void |
setWrappedOAuthConsumer(java.lang.Object oAuthConsumer) |
public DefaultOAuthConsumer(OAuthApplication oAuthApplication)
public DefaultOAuthConsumer(net.oauth.OAuthConsumer oAuthConsumer)
public java.lang.String getCallbackURL()
getCallbackURL in interface OAuthConsumerpublic OAuthApplication getOAuthApplication()
getOAuthApplication in interface OAuthConsumerpublic java.lang.Object getProperty(java.lang.String name)
getProperty in interface OAuthConsumerpublic java.lang.Object getWrappedOAuthConsumer()
getWrappedOAuthConsumer in interface OAuthConsumerpublic void setWrappedOAuthConsumer(java.lang.Object oAuthConsumer)
setWrappedOAuthConsumer in interface OAuthConsumer