public class

OfBizServiceProviderConsumerStore

extends Object
implements ServiceProviderConsumerStore
java.lang.Object
   ↳ com.atlassian.jira.oauth.serviceprovider.OfBizServiceProviderConsumerStore

Class Overview

OfBiz Consumer Store implementation. This store is responsible for persisting a white list of OAuth consumers that can be edited by admins in JIRA's admin section. This list will most likely not be very large.

Summary

Nested Classes
class OfBizServiceProviderConsumerStore.Columns  
Constants
boolean IS_2LO_ALLOWED_DEFAULT
String TABLE
Public Constructors
OfBizServiceProviderConsumerStore(OfBizDelegator delegator)
Public Methods
Consumer get(String key)
Iterable<Consumer> getAll()
void put(Consumer consumer)
void remove(String key)
[Expand]
Inherited Methods
From class java.lang.Object
From interface com.atlassian.oauth.serviceprovider.ServiceProviderConsumerStore

Constants

public static final boolean IS_2LO_ALLOWED_DEFAULT

Constant Value: false

public static final String TABLE

Constant Value: "OAuthServiceProviderConsumer"

Public Constructors

public OfBizServiceProviderConsumerStore (OfBizDelegator delegator)

Public Methods

public Consumer get (String key)

Throws
StoreException

public Iterable<Consumer> getAll ()

Throws
StoreException

public void put (Consumer consumer)

Throws
StoreException

public void remove (String key)

Throws
StoreException