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.ConsumerServiceStore
public com.atlassian.oauth.consumer.core.ConsumerServiceStore.ConsumerAndSecret getByKey(String key)
getByKey
in interface com.atlassian.oauth.consumer.core.ConsumerServiceStore
public void put(String service, com.atlassian.oauth.consumer.core.ConsumerServiceStore.ConsumerAndSecret cas)
put
in interface com.atlassian.oauth.consumer.core.ConsumerServiceStore
public void removeByKey(String key)
removeByKey
in interface com.atlassian.oauth.consumer.core.ConsumerServiceStore
public Iterable<com.atlassian.oauth.Consumer> getAllServiceProviders()
getAllServiceProviders
in interface com.atlassian.oauth.consumer.core.ConsumerServiceStore
Copyright © 2002-2018 Atlassian. All Rights Reserved.