org.exoplatform.social.opensocial.oauth
Class ServiceProviderData
java.lang.Object
org.exoplatform.social.opensocial.oauth.ServiceProviderData
public class ServiceProviderData
- extends Object
An OAuth service provider is a web site that allows eXo to access its data,
provided that eXo identifies itself using the OAuth protocol.
- Version:
- $Revision$
- Author:
- Patrice Lamarque
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ServiceProviderData
public ServiceProviderData(String name,
String description,
String consumerKey,
String sharedSecret,
String callbackUrl)
getName
public String getName()
setName
public void setName(String name)
getDescription
public String getDescription()
setDescription
public void setDescription(String description)
getConsumerKey
public String getConsumerKey()
setConsumerKey
public void setConsumerKey(String consumerKey)
getSharedSecret
public String getSharedSecret()
setSharedSecret
public void setSharedSecret(String sharedSecret)
getCallbackUrl
public String getCallbackUrl()
setCallbackUrl
public void setCallbackUrl(String callbackUrl)
Copyright © 2003–2014 eXo Platform SAS. All rights reserved.