Uses of Class
org.eclipse.lyo.server.oauth.core.consumer.ConsumerStoreException
Packages that use ConsumerStoreException
Package
Description
-
Uses of ConsumerStoreException in org.eclipse.lyo.server.oauth.consumerstore
Methods in org.eclipse.lyo.server.oauth.consumerstore that throw ConsumerStoreExceptionModifier and TypeMethodDescriptionFileSystemConsumerStore.addConsumer(LyoOAuthConsumer consumer) RdfConsumerStore.addConsumer(LyoOAuthConsumer consumer) protected voidFileSystemConsumerStore.loadConsumers()protected voidRdfConsumerStore.loadConsumers()FileSystemConsumerStore.removeConsumer(String consumerKey) RdfConsumerStore.removeConsumer(String consumerKey) FileSystemConsumerStore.updateConsumer(LyoOAuthConsumer consumer) RdfConsumerStore.updateConsumer(LyoOAuthConsumer consumer) Constructors in org.eclipse.lyo.server.oauth.consumerstore that throw ConsumerStoreExceptionModifierConstructorDescriptionFileSystemConsumerStore(String oauthStoreRoot) FileSystemConsumerStore(String oauthStoreRoot, String encryptionKey) This provides a extra parameter for storing the consumer secret encrypted by a userKeyFileSystemConsumerStore(Model model, String oauthStoreRoot) RdfConsumerStore(Dataset dataset) RdfConsumerStore(Model model) -
Uses of ConsumerStoreException in org.eclipse.lyo.server.oauth.core
Methods in org.eclipse.lyo.server.oauth.core that throw ConsumerStoreExceptionModifier and TypeMethodDescriptionvoidOAuthConfiguration.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 ConsumerStoreExceptionModifier and TypeMethodDescriptionConsumerStore.addConsumer(LyoOAuthConsumer consumer) Adds a new consumer.ConsumerStore.getAllConsumers()Gets all OAuth consumers.ConsumerStore.getConsumer(String consumerKey) Gets the consumer for a key.ConsumerStore.getConsumer(net.oauth.OAuthMessage requestMessage) Gets the consumer for this message.ConsumerStore.removeConsumer(String consumerKey) Removes a consumer.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 ConsumerStoreExceptionModifier and TypeMethodDescriptionprotected ResponseConsumersService.handleConsumerStoreException(ConsumerStoreException e)