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 Details

    • BambooServiceProviderConsumerStore

      @Inject public BambooServiceProviderConsumerStore(com.atlassian.sal.api.pluginsettings.PluginSettingsFactory factory)
  • Method Details

    • get

      public com.atlassian.oauth.Consumer get(String consumerKey)
      Specified by:
      get in interface com.atlassian.oauth.serviceprovider.ServiceProviderConsumerStore
    • put

      public void put(com.atlassian.oauth.Consumer consumer)
      Specified by:
      put in interface com.atlassian.oauth.serviceprovider.ServiceProviderConsumerStore
    • remove

      public void remove(String consumerKey)
      Specified by:
      remove in interface com.atlassian.oauth.serviceprovider.ServiceProviderConsumerStore
    • getAll

      public Iterable<com.atlassian.oauth.Consumer> getAll()
      Specified by:
      getAll in interface com.atlassian.oauth.serviceprovider.ServiceProviderConsumerStore