org.jboss.seam.social.core
Class OAuthServiceSettingsImpl
java.lang.Object
org.jboss.seam.social.core.OAuthServiceSettingsImpl
- All Implemented Interfaces:
- Serializable, org.jboss.seam.social.core.OAuthServiceSettings
public class OAuthServiceSettingsImpl
- extends Object
- implements org.jboss.seam.social.core.OAuthServiceSettings, Serializable
- Author:
- Antoine Sabot-Durand
- See Also:
- Serialized Form
OAuthServiceSettingsImpl
@Inject
public OAuthServiceSettingsImpl(InjectionPoint ip)
getApiKey
public String getApiKey()
- Specified by:
getApiKey in interface org.jboss.seam.social.core.OAuthServiceSettings
setApiKey
public void setApiKey(String apiKey)
- Specified by:
setApiKey in interface org.jboss.seam.social.core.OAuthServiceSettings
getApiSecret
public String getApiSecret()
- Specified by:
getApiSecret in interface org.jboss.seam.social.core.OAuthServiceSettings
setApiSecret
public void setApiSecret(String apiSecret)
- Specified by:
setApiSecret in interface org.jboss.seam.social.core.OAuthServiceSettings
getCallback
public String getCallback()
- Specified by:
getCallback in interface org.jboss.seam.social.core.OAuthServiceSettings
setCallback
public void setCallback(String callback)
- Specified by:
setCallback in interface org.jboss.seam.social.core.OAuthServiceSettings
setScope
public void setScope(String scope)
- Specified by:
setScope in interface org.jboss.seam.social.core.OAuthServiceSettings
getScope
public String getScope()
- Specified by:
getScope in interface org.jboss.seam.social.core.OAuthServiceSettings
getServiceName
public String getServiceName()
- Specified by:
getServiceName in interface org.jboss.seam.social.core.OAuthServiceSettings
setServiceName
public void setServiceName(String serviceName)
- Specified by:
setServiceName in interface org.jboss.seam.social.core.OAuthServiceSettings
toString
public String toString()
- Overrides:
toString in class Object
Copyright © 2011 Seam Framework. All Rights Reserved.