org.jboss.seam.social.oauth
Class OAuthServiceSettingsImpl
java.lang.Object
org.jboss.seam.social.oauth.OAuthServiceSettingsImpl
- All Implemented Interfaces:
- Serializable, org.jboss.seam.social.oauth.OAuthServiceSettings
public class OAuthServiceSettingsImpl
- extends Object
- implements org.jboss.seam.social.oauth.OAuthServiceSettings
- Author:
- Antoine Sabot-Durand
- See Also:
- Serialized Form
getApiKey
public String getApiKey()
- Specified by:
getApiKey in interface org.jboss.seam.social.oauth.OAuthServiceSettings
setApiKey
public void setApiKey(String apiKey)
- Specified by:
setApiKey in interface org.jboss.seam.social.oauth.OAuthServiceSettings
getApiSecret
public String getApiSecret()
- Specified by:
getApiSecret in interface org.jboss.seam.social.oauth.OAuthServiceSettings
setApiSecret
public void setApiSecret(String apiSecret)
- Specified by:
setApiSecret in interface org.jboss.seam.social.oauth.OAuthServiceSettings
getCallback
public String getCallback()
- Specified by:
getCallback in interface org.jboss.seam.social.oauth.OAuthServiceSettings
setCallback
public void setCallback(String callback)
- Specified by:
setCallback in interface org.jboss.seam.social.oauth.OAuthServiceSettings
setScope
public void setScope(String scope)
- Specified by:
setScope in interface org.jboss.seam.social.oauth.OAuthServiceSettings
getScope
public String getScope()
- Specified by:
getScope in interface org.jboss.seam.social.oauth.OAuthServiceSettings
getServiceName
public String getServiceName()
- Specified by:
getServiceName in interface org.jboss.seam.social.oauth.OAuthServiceSettings
toString
public String toString()
- Overrides:
toString in class Object
getServiceQualifier
public Annotation getServiceQualifier()
- Specified by:
getServiceQualifier in interface org.jboss.seam.social.oauth.OAuthServiceSettings
- Returns:
- the serviceQualifier
setServiceQualifier
public void setServiceQualifier(Annotation serviceQualifier)
- Specified by:
setServiceQualifier in interface org.jboss.seam.social.oauth.OAuthServiceSettings
- Parameters:
serviceQualifier - the serviceQualifier to set
Copyright © 2011 Seam Framework. All Rights Reserved.