public class OfBizServiceProviderConsumerStore extends Object implements com.atlassian.oauth.serviceprovider.ServiceProviderConsumerStore
| Modifier and Type | Class and Description |
|---|---|
static class |
OfBizServiceProviderConsumerStore.Columns |
| Modifier and Type | Field and Description |
|---|---|
static boolean |
IS_2LO_ALLOWED_DEFAULT |
static String |
TABLE |
| Constructor and Description |
|---|
OfBizServiceProviderConsumerStore(OfBizDelegator delegator) |
| Modifier and Type | Method and Description |
|---|---|
com.atlassian.oauth.Consumer |
get(String key) |
Iterable<com.atlassian.oauth.Consumer> |
getAll() |
void |
put(com.atlassian.oauth.Consumer consumer) |
void |
remove(String key) |
public static final String TABLE
public static final boolean IS_2LO_ALLOWED_DEFAULT
public OfBizServiceProviderConsumerStore(OfBizDelegator delegator)
public void put(com.atlassian.oauth.Consumer consumer)
throws com.atlassian.oauth.serviceprovider.StoreException
put in interface com.atlassian.oauth.serviceprovider.ServiceProviderConsumerStorecom.atlassian.oauth.serviceprovider.StoreExceptionpublic com.atlassian.oauth.Consumer get(String key) throws com.atlassian.oauth.serviceprovider.StoreException
get in interface com.atlassian.oauth.serviceprovider.ServiceProviderConsumerStorecom.atlassian.oauth.serviceprovider.StoreExceptionpublic void remove(String key) throws com.atlassian.oauth.serviceprovider.StoreException
remove in interface com.atlassian.oauth.serviceprovider.ServiceProviderConsumerStorecom.atlassian.oauth.serviceprovider.StoreExceptionpublic Iterable<com.atlassian.oauth.Consumer> getAll() throws com.atlassian.oauth.serviceprovider.StoreException
getAll in interface com.atlassian.oauth.serviceprovider.ServiceProviderConsumerStorecom.atlassian.oauth.serviceprovider.StoreExceptionCopyright © 2002-2021 Atlassian. All Rights Reserved.