public class OfBizConsumerStore extends Object implements com.atlassian.oauth.consumer.core.ConsumerServiceStore
| Modifier and Type | Class and Description |
|---|---|
static class |
OfBizConsumerStore.Columns |
| Constructor and Description |
|---|
OfBizConsumerStore(OfBizDelegator ofBizDelegator) |
| Modifier and Type | Method and Description |
|---|---|
com.atlassian.oauth.consumer.core.ConsumerServiceStore.ConsumerAndSecret |
get(String service) |
Iterable<com.atlassian.oauth.Consumer> |
getAllServiceProviders() |
com.atlassian.oauth.consumer.core.ConsumerServiceStore.ConsumerAndSecret |
getByKey(String key) |
void |
put(String service,
com.atlassian.oauth.consumer.core.ConsumerServiceStore.ConsumerAndSecret cas) |
void |
removeByKey(String key) |
public static final String TABLE
public OfBizConsumerStore(OfBizDelegator ofBizDelegator)
public com.atlassian.oauth.consumer.core.ConsumerServiceStore.ConsumerAndSecret get(String service)
get in interface com.atlassian.oauth.consumer.core.ConsumerServiceStorepublic com.atlassian.oauth.consumer.core.ConsumerServiceStore.ConsumerAndSecret getByKey(String key)
getByKey in interface com.atlassian.oauth.consumer.core.ConsumerServiceStorepublic void put(String service, com.atlassian.oauth.consumer.core.ConsumerServiceStore.ConsumerAndSecret cas)
put in interface com.atlassian.oauth.consumer.core.ConsumerServiceStorepublic void removeByKey(String key)
removeByKey in interface com.atlassian.oauth.consumer.core.ConsumerServiceStorepublic Iterable<com.atlassian.oauth.Consumer> getAllServiceProviders()
getAllServiceProviders in interface com.atlassian.oauth.consumer.core.ConsumerServiceStoreCopyright © 2002-2017 Atlassian. All Rights Reserved.