Class SpringBeans
java.lang.Object
com.atlassian.jira.oauth.consumer.beans.SpringBeans
The Spring bean definitions for this app.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncom.atlassian.cache.CacheManagercom.atlassian.oauth.consumer.ConsumerServiceconsumerService(CachingConsumerStore consumerStore, CachingConsumerTokenStore tokenStore, com.atlassian.oauth.consumer.core.HostConsumerAndSecretProvider hostConsumerAndSecretProvider, com.atlassian.oauth.serviceprovider.ServiceProviderConsumerStore serviceProviderConsumerStore) consumerStore(OfBizConsumerStore ofBizConsumerStore, com.atlassian.event.api.EventPublisher eventPublisher, com.atlassian.cache.CacheManager cacheManager) com.atlassian.event.api.EventPublisherorg.springframework.beans.factory.FactoryBean<org.osgi.framework.ServiceRegistration> exportConsumerService(com.atlassian.oauth.consumer.ConsumerService consumerService) org.springframework.beans.factory.FactoryBean<org.osgi.framework.ServiceRegistration> exportTokenStore(CachingConsumerTokenStore tokenStore) com.atlassian.oauth.consumer.core.HostConsumerAndSecretProviderhostConsumerAndSecretProvider(ApplicationProperties applicationProperties, CachingConsumerStore consumerStore) ofBizConsumerStore(OfBizDelegator ofBizDelegator) ofBizConsumerTokenStore(OfBizDelegator ofBizDelegator, JiraPropertySetFactory jiraPropertySetFactory) com.atlassian.oauth.serviceprovider.ServiceProviderConsumerStoretokenStore(OfBizConsumerTokenStore ofBizConsumerTokenStore, com.atlassian.event.api.EventPublisher eventPublisher, com.atlassian.cache.CacheManager cacheManager)
-
Constructor Details
-
SpringBeans
public SpringBeans()
-
-
Method Details
-
applicationProperties
-
cacheManager
@Bean(destroyMethod="") public com.atlassian.cache.CacheManager cacheManager() -
eventPublisher
@Bean public com.atlassian.event.api.EventPublisher eventPublisher() -
jiraPropertySetFactory
-
ofBizDelegator
-
serviceProviderConsumerStore
@Bean public com.atlassian.oauth.serviceprovider.ServiceProviderConsumerStore serviceProviderConsumerStore() -
consumerStore
@Bean public CachingConsumerStore consumerStore(OfBizConsumerStore ofBizConsumerStore, com.atlassian.event.api.EventPublisher eventPublisher, com.atlassian.cache.CacheManager cacheManager) -
ofBizConsumerStore
-
ofBizConsumerTokenStore
@Bean public OfBizConsumerTokenStore ofBizConsumerTokenStore(OfBizDelegator ofBizDelegator, JiraPropertySetFactory jiraPropertySetFactory) -
tokenStore
@Bean public CachingConsumerTokenStore tokenStore(OfBizConsumerTokenStore ofBizConsumerTokenStore, com.atlassian.event.api.EventPublisher eventPublisher, com.atlassian.cache.CacheManager cacheManager) -
consumerService
@Bean public com.atlassian.oauth.consumer.ConsumerService consumerService(CachingConsumerStore consumerStore, CachingConsumerTokenStore tokenStore, com.atlassian.oauth.consumer.core.HostConsumerAndSecretProvider hostConsumerAndSecretProvider, com.atlassian.oauth.serviceprovider.ServiceProviderConsumerStore serviceProviderConsumerStore) -
hostConsumerAndSecretProvider
@Bean public com.atlassian.oauth.consumer.core.HostConsumerAndSecretProvider hostConsumerAndSecretProvider(ApplicationProperties applicationProperties, CachingConsumerStore consumerStore) -
exportConsumerService
@Bean public org.springframework.beans.factory.FactoryBean<org.osgi.framework.ServiceRegistration> exportConsumerService(com.atlassian.oauth.consumer.ConsumerService consumerService) -
exportTokenStore
@Bean public org.springframework.beans.factory.FactoryBean<org.osgi.framework.ServiceRegistration> exportTokenStore(CachingConsumerTokenStore tokenStore)
-