Interface DbConfiguration

    • Method Detail

      • getMongoDbNodes

        java.util.List<MongoDbNode> getMongoDbNodes()
        Must return the value of a 'mongoDbNodes' attribute
        Returns:
        the list of mongodb node which contains the dbHost and dbPort
      • getDbName

        java.lang.String getDbName()
        Must return the value of a 'dbName' attribute
        Returns:
        the database host value
      • getDbUserName

        java.lang.String getDbUserName()
        Must return the value of a 'dbName' attribute
        Returns:
        the database user name
      • getDbPassword

        java.lang.String getDbPassword()
        Must return the value of a 'dbName' attribute
        Returns:
        the database user's password
      • isDbAuthentication

        boolean isDbAuthentication()
        Must return the value of a 'dbName' attribute
        Returns:
        boolean is autenticated or not