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 TypeClassDescriptionclassA simple RDF consumer store backed by an XML file on the filesystem.classA 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 TypeMethodDescriptionvoidOAuthConfiguration.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 TypeClassDescriptionclassManages 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 ConsumerStoreAbstractAdapterCredentialsFilter.createConsumerStore()Invoked from this class to createConsumerStorefor OAuth keys.