Package org.duracloud.common.util
Class DuracloudConfigBean
- java.lang.Object
-
- org.duracloud.common.util.DuracloudConfigBean
-
public class DuracloudConfigBean extends Object
- Author:
- Nicholas Woodward
-
-
Field Summary
Fields Modifier and Type Field Description protected org.springframework.core.env.Environmentenv
-
Constructor Summary
Constructors Constructor Description DuracloudConfigBean(org.springframework.core.env.Environment env)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAmaUrl()StringgetMcContext()StringgetMcHost()StringgetMcPort()StringgetSwiftAccessKey()StringgetSwiftEndpoint()StringgetSwiftSecretKey()StringgetSwiftSignerType()
-
-
-
Method Detail
-
getMcHost
public String getMcHost()
-
getMcPort
public String getMcPort()
-
getMcContext
public String getMcContext()
-
getAmaUrl
public String getAmaUrl()
-
getSwiftAccessKey
public String getSwiftAccessKey()
-
getSwiftSecretKey
public String getSwiftSecretKey()
-
getSwiftEndpoint
public String getSwiftEndpoint()
-
getSwiftSignerType
public String getSwiftSignerType()
-
-