Interface GlobalPropertiesConfigService

All Known Implementing Classes:
GlobalPropertiesConfigServiceImpl

public interface GlobalPropertiesConfigService
Duracloud Mill Configuration Management
  • Method Summary

    Modifier and Type
    Method
    Description
    org.duracloud.account.db.model.GlobalProperties
    get()
     
    void
    set(String notifierType, Long rabbitmqConfigId, String rabbitmqExchange, String instanceNotificationTopicArn, String cloudFrontAccountId, String cloudFrontKeyId, String cloudFrontKeyPath)
     
  • Method Details

    • get

      @Secured("role:ROLE_ADMIN, scope:SELF_ACCT") org.duracloud.account.db.model.GlobalProperties get()
    • set

      @Secured("role:ROLE_ADMIN, scope:SELF_ACCT") void set(String notifierType, Long rabbitmqConfigId, String rabbitmqExchange, String instanceNotificationTopicArn, String cloudFrontAccountId, String cloudFrontKeyId, String cloudFrontKeyPath)