public class

OfBizConsumerStore

extends Object
implements ConsumerServiceStore
java.lang.Object
   ↳ com.atlassian.jira.oauth.consumer.OfBizConsumerStore

Class Overview

Persists client consumer information via OfBiz.

Summary

Nested Classes
class OfBizConsumerStore.Columns  
Constants
String TABLE
Public Constructors
OfBizConsumerStore(OfBizDelegator ofBizDelegator)
Public Methods
ConsumerServiceStore.ConsumerAndSecret get(String service)
Iterable<Consumer> getAllServiceProviders()
ConsumerServiceStore.ConsumerAndSecret getByKey(String key)
void put(String service, ConsumerServiceStore.ConsumerAndSecret cas)
void removeByKey(String key)
[Expand]
Inherited Methods
From class java.lang.Object
From interface com.atlassian.oauth.consumer.core.ConsumerServiceStore

Constants

public static final String TABLE

Constant Value: "OAuthConsumer"

Public Constructors

public OfBizConsumerStore (OfBizDelegator ofBizDelegator)

Public Methods

public ConsumerServiceStore.ConsumerAndSecret get (String service)

public Iterable<Consumer> getAllServiceProviders ()

public ConsumerServiceStore.ConsumerAndSecret getByKey (String key)

public void put (String service, ConsumerServiceStore.ConsumerAndSecret cas)

public void removeByKey (String key)