Class DedicatedTenantConfiguration
- java.lang.Object
-
- fr.gouv.vitam.logbook.common.server.config.DedicatedTenantConfiguration
-
public class DedicatedTenantConfiguration extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description DedicatedTenantConfiguration()DedicatedTenantConfiguration(java.lang.String tenants, CollectionConfiguration logbookoperation)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CollectionConfigurationgetLogbookoperation()java.lang.StringgetTenants()DedicatedTenantConfigurationsetLogbookoperation(CollectionConfiguration logbookoperation)DedicatedTenantConfigurationsetTenants(java.lang.String tenants)java.lang.StringtoString()
-
-
-
Constructor Detail
-
DedicatedTenantConfiguration
public DedicatedTenantConfiguration()
-
DedicatedTenantConfiguration
public DedicatedTenantConfiguration(java.lang.String tenants, CollectionConfiguration logbookoperation)
-
-
Method Detail
-
getTenants
public java.lang.String getTenants()
-
setTenants
public DedicatedTenantConfiguration setTenants(java.lang.String tenants)
-
getLogbookoperation
public CollectionConfiguration getLogbookoperation()
-
setLogbookoperation
public DedicatedTenantConfiguration setLogbookoperation(CollectionConfiguration logbookoperation)
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-