org.botlibre.sdk
Class FORUMSlibreCredentials

java.lang.Object
  extended by org.botlibre.sdk.Credentials
      extended by org.botlibre.sdk.FORUMSlibreCredentials

public class FORUMSlibreCredentials
extends Credentials

Credentials for use with hosted services on the FORUMS libre website, a free embeddable forum hosting service. http://www.forumslibre.com


Field Summary
static java.lang.String APP
           
static java.lang.String DOMAIN
           
static java.lang.String PATH
           
 
Fields inherited from class org.botlibre.sdk.Credentials
app, applicationId, host, url
 
Constructor Summary
FORUMSlibreCredentials(java.lang.String applicationId)
           
 
Method Summary
 
Methods inherited from class org.botlibre.sdk.Credentials
getApp, getApplicationId, getHost, getUrl, setApp, setApplicationId, setHost, setUrl
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DOMAIN

public static java.lang.String DOMAIN

APP

public static java.lang.String APP

PATH

public static java.lang.String PATH
Constructor Detail

FORUMSlibreCredentials

public FORUMSlibreCredentials(java.lang.String applicationId)