Uses of Interface
org.eclipse.lyo.server.oauth.core.consumer.ConsumerStore
Packages that use ConsumerStore
Package
Description
-
Uses of ConsumerStore in org.eclipse.lyo.server.oauth.consumerstore
Classes in org.eclipse.lyo.server.oauth.consumerstore that implement ConsumerStoreModifier and TypeClassDescriptionclass
A simple RDF consumer store backed by an XML file on the filesystem.class
A simple RDF consumer store backed by a Jena TDB native datastore -
Uses of ConsumerStore in org.eclipse.lyo.server.oauth.core
Methods in org.eclipse.lyo.server.oauth.core that return ConsumerStoreModifier and TypeMethodDescriptionOAuthConfiguration.getConsumerStore()
Gets the store used for managing consumers.Methods in org.eclipse.lyo.server.oauth.core with parameters of type ConsumerStoreModifier and TypeMethodDescriptionvoid
OAuthConfiguration.setConsumerStore
(ConsumerStore consumerStore) Sets the store used for managing consumers. -
Uses of ConsumerStore in org.eclipse.lyo.server.oauth.core.consumer
Classes in org.eclipse.lyo.server.oauth.core.consumer that implement ConsumerStoreModifier and TypeClassDescriptionclass
Manages the list of OAuth consumers. -
Uses of ConsumerStore in org.eclipse.lyo.server.oauth.core.utils
Methods in org.eclipse.lyo.server.oauth.core.utils that return ConsumerStoreModifier and TypeMethodDescriptionprotected abstract ConsumerStore
AbstractAdapterCredentialsFilter.createConsumerStore()
Invoked from this class to createConsumerStore
for OAuth keys.