public interface GlobalPropertiesConfigService
| Modifier and Type | Method and Description |
|---|---|
org.duracloud.account.db.model.GlobalProperties |
get() |
void |
set(String notifierType,
String rabbitmqHost,
Integer rabbitmqPort,
String rabbitmqVhost,
String rabbitmqExchange,
String rabbitmqUsername,
String rabbitmqPassword,
String instanceNotificationTopicArn,
String cloudFrontAccountId,
String cloudFrontKeyId,
String cloudFrontKeyPath) |
@Secured(value="role:ROLE_ADMIN, scope:SELF_ACCT") org.duracloud.account.db.model.GlobalProperties get()
@Secured(value="role:ROLE_ADMIN, scope:SELF_ACCT") void set(String notifierType, String rabbitmqHost, Integer rabbitmqPort, String rabbitmqVhost, String rabbitmqExchange, String rabbitmqUsername, String rabbitmqPassword, String instanceNotificationTopicArn, String cloudFrontAccountId, String cloudFrontKeyId, String cloudFrontKeyPath)
Copyright © 2009–2020 LYRASIS. All rights reserved.