Class BambooServiceProviderConsumerStore
java.lang.Object
com.atlassian.bamboo.oauth.serviceprovider.BambooServiceProviderConsumerStore
- All Implemented Interfaces:
com.atlassian.oauth.serviceprovider.ServiceProviderConsumerStore
@Component
public class BambooServiceProviderConsumerStore
extends Object
implements com.atlassian.oauth.serviceprovider.ServiceProviderConsumerStore
-
Constructor Summary
ConstructorsConstructorDescriptionBambooServiceProviderConsumerStore
(com.atlassian.sal.api.pluginsettings.PluginSettingsFactory factory) -
Method Summary
-
Constructor Details
-
BambooServiceProviderConsumerStore
@Inject public BambooServiceProviderConsumerStore(com.atlassian.sal.api.pluginsettings.PluginSettingsFactory factory)
-
-
Method Details
-
get
- Specified by:
get
in interfacecom.atlassian.oauth.serviceprovider.ServiceProviderConsumerStore
-
put
public void put(com.atlassian.oauth.Consumer consumer) - Specified by:
put
in interfacecom.atlassian.oauth.serviceprovider.ServiceProviderConsumerStore
-
remove
- Specified by:
remove
in interfacecom.atlassian.oauth.serviceprovider.ServiceProviderConsumerStore
-
getAll
- Specified by:
getAll
in interfacecom.atlassian.oauth.serviceprovider.ServiceProviderConsumerStore
-