Uses of Interface
org.eclipse.lyo.server.oauth.core.consumer.ConsumerStore
Package
Description
-
Uses of ConsumerStore in org.eclipse.lyo.server.oauth.consumerstore
Modifier 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
Modifier and TypeMethodDescriptionOAuthConfiguration.getConsumerStore()
Gets the store used for managing consumers.Modifier and TypeMethodDescriptionvoid
OAuthConfiguration.setConsumerStore
(ConsumerStore consumerStore) Sets the store used for managing consumers. -
Uses of ConsumerStore in org.eclipse.lyo.server.oauth.core.consumer
Modifier and TypeClassDescriptionclass
Manages the list of OAuth consumers. -
Uses of ConsumerStore in org.eclipse.lyo.server.oauth.core.utils
Modifier and TypeMethodDescriptionprotected abstract ConsumerStore
AbstractAdapterCredentialsFilter.createConsumerStore()
Invoked from this class to createConsumerStore
for OAuth keys.