Interface MongoConfigurationService
- All Known Implementing Classes:
StandardMongoConfigurationService
public interface MongoConfigurationService
Interface which reads the Namazu Elements system configuration and provides configuration required to connect to
MongoDB. This enables clients to connect directly to MongoDB.
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionRetrieves the MongoDB configuration for the Namazu Elements system.
-
Field Details
-
MONGO_CLIENT_URI
- See Also:
-
FORMAT
- See Also:
-
TRUST_ALGORITHM
- See Also:
-
KEY_ALGORITHM
- See Also:
-
CA
- See Also:
-
CA_PASSPHRASE
- See Also:
-
CLIENT_CERTIFICATE
- See Also:
-
CLIENT_CERTIFICATE_PASSPHRASE
- See Also:
-
SSL_PROTOCOL
- See Also:
-
-
Method Details
-
getMongoConfiguration
MongoConfiguration getMongoConfiguration()Retrieves the MongoDB configuration for the Namazu Elements system.- Returns:
- the
MongoConfigurationcontaining connection details
-