Interface GlobalPropertiesConfigService

    • Method Detail

      • 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)