public class OAuthServiceSettingsImpl extends Object implements org.jboss.seam.social.oauth.OAuthServiceSettings
| Modifier and Type | Method and Description |
|---|---|
String |
getApiKey() |
String |
getApiSecret() |
String |
getCallback() |
String |
getScope() |
String |
getServiceName() |
Annotation |
getServiceQualifier() |
void |
setApiKey(String apiKey) |
void |
setApiSecret(String apiSecret) |
void |
setCallback(String callback) |
void |
setScope(String scope) |
void |
setServiceQualifier(Annotation serviceQualifier) |
String |
toString() |
public String getApiKey()
getApiKey in interface org.jboss.seam.social.oauth.OAuthServiceSettingspublic void setApiKey(String apiKey)
setApiKey in interface org.jboss.seam.social.oauth.OAuthServiceSettingspublic String getApiSecret()
getApiSecret in interface org.jboss.seam.social.oauth.OAuthServiceSettingspublic void setApiSecret(String apiSecret)
setApiSecret in interface org.jboss.seam.social.oauth.OAuthServiceSettingspublic String getCallback()
getCallback in interface org.jboss.seam.social.oauth.OAuthServiceSettingspublic void setCallback(String callback)
setCallback in interface org.jboss.seam.social.oauth.OAuthServiceSettingspublic void setScope(String scope)
setScope in interface org.jboss.seam.social.oauth.OAuthServiceSettingspublic String getScope()
getScope in interface org.jboss.seam.social.oauth.OAuthServiceSettingspublic String getServiceName()
getServiceName in interface org.jboss.seam.social.oauth.OAuthServiceSettingspublic Annotation getServiceQualifier()
getServiceQualifier in interface org.jboss.seam.social.oauth.OAuthServiceSettingspublic void setServiceQualifier(Annotation serviceQualifier)
setServiceQualifier in interface org.jboss.seam.social.oauth.OAuthServiceSettingsserviceQualifier - the serviceQualifier to setCopyright © 2011-2013 Seam Framework. All Rights Reserved.