public class

DefaultHostConsumerAndSecretProvider

extends Object
implements HostConsumerAndSecretProvider
java.lang.Object
   ↳ com.atlassian.jira.oauth.consumer.DefaultHostConsumerAndSecretProvider

Class Overview

Provides the default consumer and secret for this JIRA instance.

Summary

Constants
String HOST_SERVICENAME
Public Constructors
DefaultHostConsumerAndSecretProvider(ApplicationProperties applicationProperties, ConsumerServiceStore consumerStore)
Public Methods
ConsumerServiceStore.ConsumerAndSecret get()
ConsumerServiceStore.ConsumerAndSecret put(ConsumerServiceStore.ConsumerAndSecret consumerAndSecret)
[Expand]
Inherited Methods
From class java.lang.Object
From interface com.atlassian.oauth.consumer.core.HostConsumerAndSecretProvider

Constants

public static final String HOST_SERVICENAME

Constant Value: "__HOST_SERVICE__"

Public Constructors

public DefaultHostConsumerAndSecretProvider (ApplicationProperties applicationProperties, ConsumerServiceStore consumerStore)

Public Methods

public ConsumerServiceStore.ConsumerAndSecret get ()

public ConsumerServiceStore.ConsumerAndSecret put (ConsumerServiceStore.ConsumerAndSecret consumerAndSecret)