Uses of Class
org.eclipse.lyo.server.oauth.core.consumer.ConsumerStoreException

Packages that use ConsumerStoreException
org.eclipse.lyo.server.oauth.consumerstore   
org.eclipse.lyo.server.oauth.core   
org.eclipse.lyo.server.oauth.core.consumer   
org.eclipse.lyo.server.oauth.webapp.services   
 

Uses of ConsumerStoreException in org.eclipse.lyo.server.oauth.consumerstore
 

Methods in org.eclipse.lyo.server.oauth.consumerstore that throw ConsumerStoreException
 LyoOAuthConsumer RdfConsumerStore.addConsumer(LyoOAuthConsumer consumer)
           
 LyoOAuthConsumer FileSystemConsumerStore.addConsumer(LyoOAuthConsumer consumer)
           
protected  void RdfConsumerStore.loadConsumers()
           
protected  void FileSystemConsumerStore.loadConsumers()
           
 LyoOAuthConsumer RdfConsumerStore.removeConsumer(String consumerKey)
           
 LyoOAuthConsumer FileSystemConsumerStore.removeConsumer(String consumerKey)
           
 LyoOAuthConsumer RdfConsumerStore.updateConsumer(LyoOAuthConsumer consumer)
           
 LyoOAuthConsumer FileSystemConsumerStore.updateConsumer(LyoOAuthConsumer consumer)
           
 

Constructors in org.eclipse.lyo.server.oauth.consumerstore that throw ConsumerStoreException
FileSystemConsumerStore(com.hp.hpl.jena.rdf.model.Model model, String oauthStoreRoot)
           
FileSystemConsumerStore(String oauthStoreRoot)
           
RdfConsumerStore()
           
RdfConsumerStore(com.hp.hpl.jena.query.Dataset dataset)
           
RdfConsumerStore(com.hp.hpl.jena.rdf.model.Model model)
           
 

Uses of ConsumerStoreException in org.eclipse.lyo.server.oauth.core
 

Methods in org.eclipse.lyo.server.oauth.core that throw ConsumerStoreException
 void OAuthConfiguration.setConsumerStore(ConsumerStore consumerStore)
          Sets the store used for managing consumers.
 

Uses of ConsumerStoreException in org.eclipse.lyo.server.oauth.core.consumer
 

Methods in org.eclipse.lyo.server.oauth.core.consumer that throw ConsumerStoreException
 LyoOAuthConsumer ConsumerStore.addConsumer(LyoOAuthConsumer consumer)
          Adds a new consumer.
 Collection<LyoOAuthConsumer> ConsumerStore.getAllConsumers()
          Gets all OAuth consumers.
 LyoOAuthConsumer ConsumerStore.getConsumer(net.oauth.OAuthMessage requestMessage)
          Gets the consumer for this message.
 LyoOAuthConsumer ConsumerStore.getConsumer(String consumerKey)
          Gets the consumer for a key.
 LyoOAuthConsumer ConsumerStore.removeConsumer(String consumerKey)
          Removes a consumer.
 LyoOAuthConsumer ConsumerStore.updateConsumer(LyoOAuthConsumer consumer)
          Updates a consumer.
 

Uses of ConsumerStoreException in org.eclipse.lyo.server.oauth.webapp.services
 

Methods in org.eclipse.lyo.server.oauth.webapp.services with parameters of type ConsumerStoreException
protected  javax.ws.rs.core.Response ConsumersService.handleConsumerStoreException(ConsumerStoreException e)
           
 



Copyright © 2013. All Rights Reserved.