public interface DbConfiguration extends VitamApplicationConfiguration
Modifier and Type | Method and Description |
---|---|
String |
getDbName()
Must return the value of a 'dbName' attribute
|
String |
getDbPassword()
Must return the value of a 'dbName' attribute
|
String |
getDbUserName()
Must return the value of a 'dbName' attribute
|
List<MongoDbNode> |
getMongoDbNodes()
Must return the value of a 'mongoDbNodes' attribute
|
boolean |
isDbAuthentication()
Must return the value of a 'dbName' attribute
|
getBaseUri, getBaseUrl, getJettyConfig, getStaticContent, isAuthentication, isTenantFilter, setAuthentication, setBaseUri, setBaseUrl, setJettyConfig, setStaticContent, setTenantFilter
List<MongoDbNode> getMongoDbNodes()
String getDbName()
String getDbUserName()
String getDbPassword()
boolean isDbAuthentication()
Copyright © 2018 Vitam. All rights reserved.