ubiware.rdf2bean.social
Class AdapterOAuth1

java.lang.Object
  extended by ubiware.rdf2bean.core.RDFResource
      extended by ubiware.rdf2bean.social.Adapter
          extended by ubiware.rdf2bean.social.AdapterOAuth1

public class AdapterOAuth1
extends Adapter


Field Summary
static java.lang.String handledResource
           
 
Fields inherited from class ubiware.rdf2bean.core.RDFResource
properties
 
Constructor Summary
AdapterOAuth1(java.lang.String resourceURI, java.util.Map<java.lang.String,java.util.Set<java.lang.String>> props, Storage s)
           
 
Method Summary
 java.lang.String getAccessTokenURL()
           
 java.lang.String getAuthorizeURL()
           
 java.lang.String getConsumerKey()
           
 java.lang.String getConsumerSecret()
           
 java.lang.String getRequestTokenURL()
           
static void main(java.lang.String[] args)
           
 void setAccessTokenURL(java.lang.String value)
           
 void setAuthorizeURL(java.lang.String value)
           
 void setConsumerKey(java.lang.String value)
           
 void setConsumerSecret(java.lang.String value)
           
 void setRequestTokenURL(java.lang.String value)
           
 
Methods inherited from class ubiware.rdf2bean.social.Adapter
getAuthenticated, getName
 
Methods inherited from class ubiware.rdf2bean.core.RDFResource
equals, getResourceURI, getSingleResourceValue, getSingleStringValue, getStorage, getUri, giveMeResourceInstance, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

handledResource

public static java.lang.String handledResource
Constructor Detail

AdapterOAuth1

public AdapterOAuth1(java.lang.String resourceURI,
                     java.util.Map<java.lang.String,java.util.Set<java.lang.String>> props,
                     Storage s)
Method Detail

getConsumerKey

public java.lang.String getConsumerKey()

setConsumerKey

public void setConsumerKey(java.lang.String value)

getConsumerSecret

public java.lang.String getConsumerSecret()

setConsumerSecret

public void setConsumerSecret(java.lang.String value)

getRequestTokenURL

public java.lang.String getRequestTokenURL()

setRequestTokenURL

public void setRequestTokenURL(java.lang.String value)

getAccessTokenURL

public java.lang.String getAccessTokenURL()

setAccessTokenURL

public void setAccessTokenURL(java.lang.String value)

getAuthorizeURL

public java.lang.String getAuthorizeURL()

setAuthorizeURL

public void setAuthorizeURL(java.lang.String value)

main

public static void main(java.lang.String[] args)
                 throws java.lang.SecurityException,
                        java.lang.NoSuchFieldException,
                        org.openrdf.repository.RepositoryException,
                        org.openrdf.rio.RDFParseException,
                        org.openrdf.query.MalformedQueryException,
                        org.openrdf.query.QueryEvaluationException,
                        java.lang.IllegalArgumentException,
                        java.io.IOException,
                        java.lang.InstantiationException,
                        java.lang.IllegalAccessException,
                        java.lang.reflect.InvocationTargetException
Throws:
java.lang.SecurityException
java.lang.NoSuchFieldException
org.openrdf.repository.RepositoryException
org.openrdf.rio.RDFParseException
org.openrdf.query.MalformedQueryException
org.openrdf.query.QueryEvaluationException
java.lang.IllegalArgumentException
java.io.IOException
java.lang.InstantiationException
java.lang.IllegalAccessException
java.lang.reflect.InvocationTargetException