|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LyoOAuthConsumer | |
---|---|
org.eclipse.lyo.server.oauth.consumerstore | |
org.eclipse.lyo.server.oauth.core | |
org.eclipse.lyo.server.oauth.core.consumer | |
org.eclipse.lyo.server.oauth.webapp.services |
Uses of LyoOAuthConsumer in org.eclipse.lyo.server.oauth.consumerstore |
---|
Methods in org.eclipse.lyo.server.oauth.consumerstore that return LyoOAuthConsumer | |
---|---|
LyoOAuthConsumer |
RdfConsumerStore.addConsumer(LyoOAuthConsumer consumer)
|
LyoOAuthConsumer |
FileSystemConsumerStore.addConsumer(LyoOAuthConsumer consumer)
|
protected LyoOAuthConsumer |
RdfConsumerStore.fromResource(com.hp.hpl.jena.rdf.model.Resource resource)
|
protected LyoOAuthConsumer |
FileSystemConsumerStore.fromResource(com.hp.hpl.jena.rdf.model.Resource resource)
|
LyoOAuthConsumer |
RdfConsumerStore.removeConsumer(String consumerKey)
|
LyoOAuthConsumer |
FileSystemConsumerStore.removeConsumer(String consumerKey)
|
LyoOAuthConsumer |
RdfConsumerStore.updateConsumer(LyoOAuthConsumer consumer)
|
LyoOAuthConsumer |
FileSystemConsumerStore.updateConsumer(LyoOAuthConsumer consumer)
|
Methods in org.eclipse.lyo.server.oauth.consumerstore with parameters of type LyoOAuthConsumer | |
---|---|
LyoOAuthConsumer |
RdfConsumerStore.addConsumer(LyoOAuthConsumer consumer)
|
LyoOAuthConsumer |
FileSystemConsumerStore.addConsumer(LyoOAuthConsumer consumer)
|
protected void |
RdfConsumerStore.removeProperties(LyoOAuthConsumer consumer)
Removes any properties previously associated with the consumer. |
protected void |
FileSystemConsumerStore.removeProperties(LyoOAuthConsumer consumer)
Removes any properties previously associated with the consumer. |
protected com.hp.hpl.jena.rdf.model.Resource |
RdfConsumerStore.toResource(LyoOAuthConsumer consumer)
|
protected com.hp.hpl.jena.rdf.model.Resource |
FileSystemConsumerStore.toResource(LyoOAuthConsumer consumer)
|
LyoOAuthConsumer |
RdfConsumerStore.updateConsumer(LyoOAuthConsumer consumer)
|
LyoOAuthConsumer |
FileSystemConsumerStore.updateConsumer(LyoOAuthConsumer consumer)
|
Uses of LyoOAuthConsumer in org.eclipse.lyo.server.oauth.core |
---|
Methods in org.eclipse.lyo.server.oauth.core that return LyoOAuthConsumer | |
---|---|
LyoOAuthConsumer |
OAuthRequest.getConsumer()
|
Uses of LyoOAuthConsumer in org.eclipse.lyo.server.oauth.core.consumer |
---|
Methods in org.eclipse.lyo.server.oauth.core.consumer that return LyoOAuthConsumer | |
---|---|
protected LyoOAuthConsumer |
AbstractConsumerStore.add(LyoOAuthConsumer consumer)
|
LyoOAuthConsumer |
ConsumerStore.addConsumer(LyoOAuthConsumer consumer)
Adds a new consumer. |
LyoOAuthConsumer |
ConsumerStore.getConsumer(net.oauth.OAuthMessage requestMessage)
Gets the consumer for this message. |
LyoOAuthConsumer |
AbstractConsumerStore.getConsumer(net.oauth.OAuthMessage requestMessage)
|
LyoOAuthConsumer |
ConsumerStore.getConsumer(String consumerKey)
Gets the consumer for a key. |
LyoOAuthConsumer |
AbstractConsumerStore.getConsumer(String consumerKey)
|
protected LyoOAuthConsumer |
AbstractConsumerStore.remove(String consumerKey)
|
LyoOAuthConsumer |
ConsumerStore.removeConsumer(String consumerKey)
Removes a consumer. |
LyoOAuthConsumer |
ConsumerStore.updateConsumer(LyoOAuthConsumer consumer)
Updates a consumer. |
Methods in org.eclipse.lyo.server.oauth.core.consumer that return types with arguments of type LyoOAuthConsumer | |
---|---|
Collection<LyoOAuthConsumer> |
ConsumerStore.getAllConsumers()
Gets all OAuth consumers. |
Collection<LyoOAuthConsumer> |
AbstractConsumerStore.getAllConsumers()
|
Methods in org.eclipse.lyo.server.oauth.core.consumer with parameters of type LyoOAuthConsumer | |
---|---|
protected LyoOAuthConsumer |
AbstractConsumerStore.add(LyoOAuthConsumer consumer)
|
LyoOAuthConsumer |
ConsumerStore.addConsumer(LyoOAuthConsumer consumer)
Adds a new consumer. |
LyoOAuthConsumer |
ConsumerStore.updateConsumer(LyoOAuthConsumer consumer)
Updates a consumer. |
Method parameters in org.eclipse.lyo.server.oauth.core.consumer with type arguments of type LyoOAuthConsumer | |
---|---|
void |
AbstractConsumerStore.addAll(Collection<LyoOAuthConsumer> consumers)
|
Uses of LyoOAuthConsumer in org.eclipse.lyo.server.oauth.webapp.services |
---|
Methods in org.eclipse.lyo.server.oauth.webapp.services with parameters of type LyoOAuthConsumer | |
---|---|
protected org.apache.wink.json4j.JSONObject |
ConsumersService.asJson(LyoOAuthConsumer consumer)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |