org.jboss.seam.social.core
Class OAuthServiceSettingsImpl
java.lang.Object
org.jboss.seam.social.core.OAuthServiceSettingsImpl
- All Implemented Interfaces:
- Serializable, OAuthServiceSettings
public class OAuthServiceSettingsImpl
- extends Object
- implements 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 OAuthServiceSettings
setApiKey
public void setApiKey(String apiKey)
- Specified by:
setApiKey in interface OAuthServiceSettings
getApiSecret
public String getApiSecret()
- Specified by:
getApiSecret in interface OAuthServiceSettings
setApiSecret
public void setApiSecret(String apiSecret)
- Specified by:
setApiSecret in interface OAuthServiceSettings
getCallback
public String getCallback()
- Specified by:
getCallback in interface OAuthServiceSettings
setCallback
public void setCallback(String callback)
- Specified by:
setCallback in interface OAuthServiceSettings
setScope
public void setScope(String scope)
- Specified by:
setScope in interface OAuthServiceSettings
getScope
public String getScope()
- Specified by:
getScope in interface OAuthServiceSettings
getServiceName
public String getServiceName()
- Specified by:
getServiceName in interface OAuthServiceSettings
setServiceName
public void setServiceName(String serviceName)
- Specified by:
setServiceName in interface OAuthServiceSettings
toString
public String toString()
- Overrides:
toString in class Object
Copyright © 2011 Seam Framework. All Rights Reserved.