Go to the documentation of this file.
19package org.sleuthkit.autopsy.featureaccess;
22import java.nio.file.Paths;
23import org.sleuthkit.autopsy.casemodule.Case;
24import org.sleuthkit.autopsy.core.UserPreferences;
25import org.sleuthkit.autopsy.coreutils.PlatformUtil;
26import org.sleuthkit.datamodel.CaseDbSchemaVersionNumber;
66 boolean dataSourceDeletionAllowed =
false;
69 dataSourceDeletionAllowed
73 return dataSourceDeletionAllowed;
112 return !accessLimitingFile.exists();
SleuthkitCase getSleuthkitCase()
static Case getCurrentCase()
static boolean isCaseOpen()
static boolean getIsMultiUserModeEnabled()
static boolean multiUserCaseRestrictionsFileAbsent()
static boolean canCreateMultiUserCases()
static boolean canAddDataSources()
static boolean canDeleteDataSources()
static final String MULTIUSER_CASE_RESTRICTED_FILE_PATH
static boolean canDeleteCurrentCase()
static final String MULTIUSER_CASE_RESTRICTED_FILE_NAME
static boolean canAddHashSetsToCentralRepo()
static final int DATA_SRC_DEL_MIN_DB_MAJOR_VER
static final int DATA_SRC_DEL_MIN_DB_MINOR_VER
static boolean currentCaseIsSingleUserCase()
Copyright © 2012-2024 Sleuth Kit Labs. Generated on:
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.