Package org.duracloud.account.config
Class McConfig
- java.lang.Object
-
- org.duracloud.account.config.McConfig
-
public class McConfig extends Object
Configuration properties for the Management Console- Author:
- Bill Branan Date: 6/18/14
-
-
Constructor Summary
Constructors Constructor Description McConfig(String mcHost, String mcPort, String mcContext, String mcDomain, String emailerType, String notificationUser, String notificationPass, String notificationHost, String notificationPort, String notificationFromAddress, String notificationAdminAddress, String dbHost, String dbPort, String dbName, String dbUser, String dbPass)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDbHost()StringgetDbName()StringgetDbPass()StringgetDbPort()StringgetDbUser()org.duracloud.common.model.EmailerTypegetEmailerType()StringgetMcContext()StringgetMcDomain()StringgetMcHost()StringgetMcPort()StringgetNotificationAdminAddress()StringgetNotificationFromAddress()StringgetNotificationHost()StringgetNotificationPass()StringgetNotificationPort()StringgetNotificationUser()
-
-
-
Constructor Detail
-
McConfig
public McConfig(String mcHost, String mcPort, String mcContext, String mcDomain, String emailerType, String notificationUser, String notificationPass, String notificationHost, String notificationPort, String notificationFromAddress, String notificationAdminAddress, String dbHost, String dbPort, String dbName, String dbUser, String dbPass)
-
-
Method Detail
-
getMcHost
public String getMcHost()
-
getMcPort
public String getMcPort()
-
getMcContext
public String getMcContext()
-
getMcDomain
public String getMcDomain()
-
getEmailerType
public org.duracloud.common.model.EmailerType getEmailerType()
-
getNotificationUser
public String getNotificationUser()
-
getNotificationPass
public String getNotificationPass()
-
getNotificationHost
public String getNotificationHost()
-
getNotificationPort
public String getNotificationPort()
-
getNotificationFromAddress
public String getNotificationFromAddress()
-
getNotificationAdminAddress
public String getNotificationAdminAddress()
-
getDbHost
public String getDbHost()
-
getDbPort
public String getDbPort()
-
getDbName
public String getDbName()
-
getDbUser
public String getDbUser()
-
getDbPass
public String getDbPass()
-
-