Class OfBizServiceProviderConsumerStore
java.lang.Object
com.atlassian.jira.oauth.serviceprovider.OfBizServiceProviderConsumerStore
- All Implemented Interfaces:
com.atlassian.oauth.serviceprovider.ServiceProviderConsumerStore
public class OfBizServiceProviderConsumerStore
extends Object
implements com.atlassian.oauth.serviceprovider.ServiceProviderConsumerStore
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.
- Since:
- v4.0
-
Nested Class Summary
-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
TABLE
- See Also:
-
IS_2LO_ALLOWED_DEFAULT
public static final boolean IS_2LO_ALLOWED_DEFAULT- See Also:
-
-
Constructor Details
-
OfBizServiceProviderConsumerStore
-
-
Method Details
-
put
public void put(com.atlassian.oauth.Consumer consumer) throws com.atlassian.oauth.serviceprovider.StoreException - Specified by:
put
in interfacecom.atlassian.oauth.serviceprovider.ServiceProviderConsumerStore
- Throws:
com.atlassian.oauth.serviceprovider.StoreException
-
get
public com.atlassian.oauth.Consumer get(String key) throws com.atlassian.oauth.serviceprovider.StoreException - Specified by:
get
in interfacecom.atlassian.oauth.serviceprovider.ServiceProviderConsumerStore
- Throws:
com.atlassian.oauth.serviceprovider.StoreException
-
remove
- Specified by:
remove
in interfacecom.atlassian.oauth.serviceprovider.ServiceProviderConsumerStore
- Throws:
com.atlassian.oauth.serviceprovider.StoreException
-
getAll
public Iterable<com.atlassian.oauth.Consumer> getAll() throws com.atlassian.oauth.serviceprovider.StoreException- Specified by:
getAll
in interfacecom.atlassian.oauth.serviceprovider.ServiceProviderConsumerStore
- Throws:
com.atlassian.oauth.serviceprovider.StoreException
-