org.jboss.seam.social.core
Class OAuthServiceSettingsImpl

java.lang.Object
  extended by 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

Constructor Summary
OAuthServiceSettingsImpl(InjectionPoint ip)
           
 
Method Summary
 String getApiKey()
           
 String getApiSecret()
           
 String getCallback()
           
 String getScope()
           
 String getServiceName()
           
 void setApiKey(String apiKey)
           
 void setApiSecret(String apiSecret)
           
 void setCallback(String callback)
           
 void setScope(String scope)
           
 void setServiceName(String serviceName)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

OAuthServiceSettingsImpl

@Inject
public OAuthServiceSettingsImpl(InjectionPoint ip)
Method Detail

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.