public class MongoDBConnectionConfig extends Object implements Descriptor
| Modifier and Type | Field and Description |
|---|---|
String |
dbname |
String |
id |
String |
keyStorePassword |
String |
keyStorePath |
String |
keyStoreType |
String |
server |
Boolean |
ssl |
String |
trustStorePassword |
String |
trustStorePath |
String |
trustStoreType |
UNIQUE_DESCRIPTOR_ID| Constructor and Description |
|---|
MongoDBConnectionConfig() |
| Modifier and Type | Method and Description |
|---|---|
String |
getId()
The descriptor id, descriptors with same id are merged.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdoesRemove, mergepublic String trustStorePath
public String trustStorePassword
public String trustStoreType
public String keyStorePath
public String keyStorePassword
public String keyStoreType
public MongoDBConnectionConfig()
public String getId()
DescriptorTo forbid multiple descriptors use UNIQUE_DESCRIPTOR_ID.
To forbid merge use a unique value, non-overriden toString() for exemple.
getId in interface DescriptorCopyright © 2019 Nuxeo. All rights reserved.