|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ConsumerStore | |
---|---|
org.eclipse.lyo.server.oauth.consumerstore | |
org.eclipse.lyo.server.oauth.core | |
org.eclipse.lyo.server.oauth.core.consumer | |
org.eclipse.lyo.server.oauth.core.utils |
Uses of ConsumerStore in org.eclipse.lyo.server.oauth.consumerstore |
---|
Classes in org.eclipse.lyo.server.oauth.consumerstore that implement ConsumerStore | |
---|---|
class |
FileSystemConsumerStore
A simple RDF consumer store backed by an XML file on the filesystem. |
class |
RdfConsumerStore
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 ConsumerStore | |
---|---|
ConsumerStore |
OAuthConfiguration.getConsumerStore()
Gets the store used for managing consumers. |
Methods in org.eclipse.lyo.server.oauth.core with parameters of type ConsumerStore | |
---|---|
void |
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 ConsumerStore | |
---|---|
class |
AbstractConsumerStore
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 ConsumerStore | |
---|---|
protected abstract ConsumerStore |
AbstractAdapterCredentialsFilter.createConsumerStore()
Invoked from this class to create ConsumerStore for OAuth keys. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |