Autopsy
4.19.3
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
Classes | |
enum | SelectedMode |
Static Public Member Functions | |
static void | addChangeListener (PreferenceChangeListener listener) |
static boolean | displayTimesInLocalTime () |
static boolean | displayTranslatedFileNames () |
static String | getAppName () |
static String | getAppTempDirectory () |
static CaseDbConnectionInfo | getDatabaseConnectionInfo () throws UserPreferencesException |
static int | getDefaultLogFileCount () |
static String | getExternalHexEditorPath () |
static String | getGeolocationMBTilesFilePath () |
static String | getGeolocationOsmServerAddress () |
static String | getGeolocationOsmZipPath () |
static int | getGeolocationtTileOption () |
static String | getHealthMonitorReportPath () |
static boolean | getHideSCOColumns () |
static String | getIndexingServerHost () |
static String | getIndexingServerPort () |
static boolean | getIsMultiUserModeEnabled () |
static boolean | getIsTimeOutEnabled () |
static int | getLogFileCount () |
static int | getMaxSolrVMSize () |
static MessageServiceConnectionInfo | getMessageServiceConnectionInfo () throws UserPreferencesException |
static SelectedMode | getMode () |
static int | getProcessTimeOutHrs () |
static int | getResultsTablePageSize () |
static String | getSolr4ServerHost () |
static String | getSolr4ServerPort () |
static String | getTextTranslatorName () |
static String | getTimeZoneForDisplays () |
static boolean | getUseOcrInTranslation () |
static String | getZkServerHost () |
static String | getZkServerPort () |
static boolean | groupItemsInTreeByDatasource () |
static boolean | hideKnownFilesInDataSourcesTree () |
static boolean | hideKnownFilesInViewsTree () |
static boolean | hideSlackFilesInDataSourcesTree () |
static boolean | hideSlackFilesInViewsTree () |
static boolean | isMultiUserSupported () |
static boolean | keepPreferredContentViewer () |
static int | numberOfFileIngestThreads () |
static void | reloadFromStorage () throws BackingStoreException |
static void | removeChangeListener (PreferenceChangeListener listener) |
static void | saveToStorage () throws BackingStoreException |
static void | setAppName (String name) |
static void | setDatabaseConnectionInfo (CaseDbConnectionInfo connectionInfo) throws UserPreferencesException |
static void | setDisplayTimesInLocalTime (boolean value) |
static void | setDisplayTranslatedFileNames (boolean value) |
static void | setExternalHexEditorPath (String executablePath) |
static void | setGeolocationMBTilesFilePath (String absolutePath) |
static void | setGeolocationOsmServerAddress (String address) |
static void | setGeolocationOsmZipPath (String absolutePath) |
static void | setGeolocationTileOption (int option) |
static void | setGroupItemsInTreeByDatasource (boolean value) |
static void | setHealthMonitorReportPath (String reportPath) |
static void | setHideKnownFilesInDataSourcesTree (boolean value) |
static void | setHideKnownFilesInViewsTree (boolean value) |
static void | setHideSCOColumns (boolean value) |
static void | setHideSlackFilesInDataSourcesTree (boolean value) |
static void | setHideSlackFilesInViewsTree (boolean value) |
static void | setIndexingServerHost (String hostName) |
static void | setIndexingServerPort (int port) |
static void | setIsMultiUserModeEnabled (boolean enabled) |
static void | setIsTimeOutEnabled (boolean enabled) |
static void | setKeepPreferredContentViewer (boolean value) |
static void | setLogFileCount (int count) |
static void | setMaxSolrVMSize (int maxSize) |
static void | setMessageServiceConnectionInfo (MessageServiceConnectionInfo info) throws UserPreferencesException |
static void | setMode (SelectedMode mode) |
static void | setNumberOfFileIngestThreads (int value) |
static void | setProcessTimeOutHrs (int value) |
static void | setResultsTablePageSize (int pageSize) |
static void | setShowOnlyCurrentUserTags (boolean value) |
static void | setSolr4ServerHost (String hostName) |
static void | setSolr4ServerPort (String port) |
static void | setTextTranslatorName (String textTranslatorName) |
static void | setTimeZoneForDisplays (String timeZone) |
static void | setUseOcrInTranslation (boolean enableOcr) |
static void | setZkServerHost (String hostName) |
static void | setZkServerPort (String port) |
static boolean | showOnlyCurrentUserTags () |
Static Public Attributes | |
static final String | DISPLAY_TIMES_IN_LOCAL_TIME = "DisplayTimesInLocalTime" |
static final String | DISPLAY_TRANSLATED_NAMES = "DisplayTranslatedNames" |
static final String | EXTERNAL_DATABASE_HOSTNAME_OR_IP = "ExternalDatabaseHostnameOrIp" |
static final String | EXTERNAL_DATABASE_NAME = "ExternalDatabaseName" |
static final String | EXTERNAL_DATABASE_PASSWORD = "ExternalDatabasePassword" |
static final String | EXTERNAL_DATABASE_PORTNUMBER = "ExternalDatabasePortNumber" |
static final String | EXTERNAL_DATABASE_TYPE = "ExternalDatabaseType" |
static final String | EXTERNAL_DATABASE_USER = "ExternalDatabaseUsername" |
static final String | EXTERNAL_HEX_EDITOR_PATH = "ExternalHexEditorPath" |
static final String | GROUP_ITEMS_IN_TREE_BY_DATASOURCE = "GroupItemsInTreeByDataSource" |
static final String | HIDE_KNOWN_FILES_IN_DATA_SRCS_TREE = "HideKnownFilesInDataSourcesTree" |
static final String | HIDE_KNOWN_FILES_IN_VIEWS_TREE = "HideKnownFilesInViewsTree" |
static final String | HIDE_SCO_COLUMNS = "HideCentralRepoCommentsAndOccurrences" |
static final String | HIDE_SLACK_FILES_IN_DATA_SRCS_TREE = "HideSlackFilesInDataSourcesTree" |
static final String | HIDE_SLACK_FILES_IN_VIEWS_TREE = "HideSlackFilesInViewsTree" |
static final String | IS_MULTI_USER_MODE_ENABLED = "IsMultiUserModeEnabled" |
static final String | KEEP_PREFERRED_VIEWER = "KeepPreferredViewer" |
static final String | NUMBER_OF_FILE_INGEST_THREADS = "NumberOfFileIngestThreads" |
static final String | OCR_TRANSLATION_ENABLED = "OcrTranslationEnabled" |
static final String | PROCESS_TIME_OUT_ENABLED = "ProcessTimeOutEnabled" |
static final String | PROCESS_TIME_OUT_HOURS = "ProcessTimeOutHours" |
static final String | RESULTS_TABLE_PAGE_SIZE = "ResultsTablePageSize" |
static final String | SETTINGS_PROPERTIES = "AutoIngest" |
static final String | SHOW_ONLY_CURRENT_USER_TAGS = "ShowOnlyCurrentUserTags" |
static final String | SOLR_MAX_JVM_SIZE = "SolrMaxJVMSize" |
static final String | TEXT_TRANSLATOR_NAME = "TextTranslatorName" |
static final String | TIME_ZONE_FOR_DISPLAYS = "TimeZoneForDisplays" |
Private Member Functions | |
UserPreferences () | |
Static Private Member Functions | |
static String | getConfigPreferencePath (String identifier) |
static String | getSharedPreferencePath (String identifier) |
static File | getSystemTempDirFile () |
Static Private Attributes | |
static final String | APP_NAME = "AppName" |
static final int | DEFAULT_PORT_INT = 61616 |
static final String | DEFAULT_PORT_STRING = "61616" |
static final int | DEFAULT_PROCESS_TIMEOUT_HR = 60 |
static final int | DEFAULT_SOLR_HEAP_SIZE_MB_32BIT_PLATFORM = 512 |
static final int | DEFAULT_SOLR_HEAP_SIZE_MB_64BIT_PLATFORM = 2048 |
static final boolean | DISPLAY_TRANSLATED_NAMES_DEFAULT = true |
static final List< String > | EXTERNAL_SERVICE_KEYS |
static final String | EXTERNAL_SERVICE_PREFERENCE_PATH = getSharedPreferencePath("ExternalServicePreferences") |
static final ConfigProperties | externalServicePreferences = new ConfigProperties(EXTERNAL_SERVICE_PREFERENCE_PATH) |
static final String | GEO_MBTILES_FILE_PATH = "GeolcoationMBTilesFilePath" |
static final String | GEO_OSM_SERVER_ADDRESS = "GeolocationOsmServerAddress" |
static final String | GEO_OSM_TILE_ZIP_PATH = "GeolocationOsmZipPath" |
static final String | GEO_TILE_OPTION = "GeolocationTileOption" |
static final String | HEALTH_MONITOR_REPORT_PATH = "HealthMonitorReportPath" |
static final String | LEGACY_CONFIG_PATH = Paths.get(PlatformUtil.getUserConfigDirectory(), "Preferences", "org", "sleuthkit", "autopsy", "core.properties").toString() |
static final int | LOG_FILE_NUM_INT = 10 |
static final List< String > | MACHINE_PREFERENCE_KEYS |
static final String | MACHINE_SPECIFIC_PREFERENCE_PATH = getConfigPreferencePath("MachineSpecificPreferences") |
static final ConfigProperties | machineSpecificPreferences = new ConfigProperties(MACHINE_SPECIFIC_PREFERENCE_PATH) |
static final String | MAX_NUM_OF_LOG_FILE = "MaximumNumberOfLogFiles" |
static final String | MESSAGE_SERVICE_HOST = "MessageServiceHost" |
static final String | MESSAGE_SERVICE_PASSWORD = "MessageServicePassword" |
static final String | MESSAGE_SERVICE_PORT = "MessageServicePort" |
static final String | MESSAGE_SERVICE_USER = "MessageServiceUser" |
static final String | MODE = "AutopsyMode" |
static final List< String > | MODE_PREFERENCE_KEYS |
static final String | MODE_PREFERENCE_PATH = getConfigPreferencePath("ModePreferences") |
static final ConfigProperties | modePreferences = new ConfigProperties(MODE_PREFERENCE_PATH) |
static Boolean | multiUserSupported = null |
static final String | SOLR4_SERVER_HOST = "IndexingServerHost" |
static final String | SOLR4_SERVER_PORT = "IndexingServerPort" |
static final String | SOLR8_SERVER_HOST = "Solr8ServerHost" |
static final String | SOLR8_SERVER_PORT = "Solr8ServerPort" |
static final String | TEMP_FOLDER = "Temp" |
static final List< String > | VIEW_PREFERENCE_KEYS |
static final String | VIEW_PREFERENCE_PATH = getSharedPreferencePath("ViewPreferences") |
static final ConfigProperties | viewPreferences = new ConfigProperties(VIEW_PREFERENCE_PATH) |
static final String | ZK_SERVER_HOST = "ZookeeperServerHost" |
static final String | ZK_SERVER_PORT = "ZookeeperServerPort" |
Provides convenient access to a Preferences node for user preferences with default values.
Definition at line 49 of file UserPreferences.java.
|
private |
Definition at line 266 of file UserPreferences.java.
|
static |
Definition at line 323 of file UserPreferences.java.
Referenced by org.sleuthkit.autopsy.communications.FiltersPanel.FiltersPanel(), org.sleuthkit.autopsy.corecomponents.DataResultViewerTable.initializePagingSupport(), org.sleuthkit.autopsy.geolocation.MapPanel.MapPanel(), and org.sleuthkit.autopsy.directorytree.DirectoryTreeTopComponent.subscribeToChangeEvents().
|
static |
Definition at line 377 of file UserPreferences.java.
Referenced by org.sleuthkit.autopsy.coreutils.TimeZoneUtils.getTimeZone(), org.sleuthkit.autopsy.communications.Utils.getUserPreferredZoneId(), org.sleuthkit.autopsy.corecomponents.ViewPreferencesPanel.load(), and org.sleuthkit.autopsy.datamodel.ContentUtils.shouldDisplayTimesInLocalTime().
|
static |
Definition at line 457 of file UserPreferences.java.
Referenced by org.sleuthkit.autopsy.datamodel.BlackboardArtifactNode.createSheet(), org.sleuthkit.autopsy.datamodel.AbstractAbstractFileNode< SpecialDirectory >.getProperties(), and org.sleuthkit.autopsy.corecomponents.ViewPreferencesPanel.load().
|
static |
Get the display name for this program
Definition at line 697 of file UserPreferences.java.
References org.sleuthkit.autopsy.coreutils.Version.getName().
Referenced by org.sleuthkit.autopsy.report.modules.portablecase.PortableCaseReportModule.copyApplication(), org.sleuthkit.autopsy.report.modules.portablecase.PortableCaseReportModule.createAppLaunchBatFile(), org.sleuthkit.autopsy.casemodule.Case.getAppName(), org.sleuthkit.autopsy.core.UserPreferences.getAppTempDirectory(), org.sleuthkit.autopsy.report.modules.portablecase.PortableCaseReportModule.getAutopsyExeName(), org.sleuthkit.autopsy.casemodule.Case.getNameForTitle(), org.sleuthkit.autopsy.core.UserPreferences.getSystemTempDirFile(), and org.sleuthkit.autopsy.livetriage.CreateLiveTriageDriveAction.performAction().
|
static |
Retrieves the application temp directory and ensures the directory exists.
Definition at line 886 of file UserPreferences.java.
References org.sleuthkit.autopsy.core.UserPreferences.getAppName(), org.sleuthkit.autopsy.machinesettings.UserMachinePreferences.getCustomTempDirectory(), org.sleuthkit.autopsy.core.UserPreferences.getSystemTempDirFile(), and org.sleuthkit.autopsy.machinesettings.UserMachinePreferences.getTempDirChoice().
Referenced by org.sleuthkit.autopsy.casemodule.Installer.restored().
|
staticprivate |
Returns the path to the preferences for the identifier in the user config directory.
identifier | The identifier. |
Definition at line 59 of file UserPreferences.java.
References org.sleuthkit.autopsy.coreutils.PlatformUtil.getUserConfigDirectory().
|
static |
Reads persisted case database connection info.
Definition at line 468 of file UserPreferences.java.
References org.sleuthkit.autopsy.coreutils.TextConverter.convertHexTextToText().
Referenced by org.sleuthkit.autopsy.core.ServicesMonitor.checkDatabaseConnectionStatus(), org.sleuthkit.autopsy.casemodule.Case.createCaseDatabase(), org.sleuthkit.autopsy.healthmonitor.HealthMonitor.createDatabase(), org.sleuthkit.autopsy.healthmonitor.HealthMonitor.databaseExists(), org.sleuthkit.autopsy.casemodule.Case.deleteMultiUserCaseDatabase(), org.sleuthkit.autopsy.casemodule.SingleUserCaseConverter.ImportCaseData.ImportCaseData(), org.sleuthkit.autopsy.centralrepository.datamodel.CentralRepoPostgresSettingsUtil.loadMultiUserSettings(), org.sleuthkit.autopsy.casemodule.Case.openCaseDataBase(), org.sleuthkit.autopsy.integrationtesting.IntegrationTestService.pushPostgresSettings(), and org.sleuthkit.autopsy.healthmonitor.HealthMonitor.setupConnectionPool().
|
static |
get the default number of log files to save
Definition at line 724 of file UserPreferences.java.
References org.sleuthkit.autopsy.core.UserPreferences.LOG_FILE_NUM_INT.
|
static |
Retrieves the HdXEditor path set by the User. If not found, the default will be the default install location of HxD.
Definition at line 794 of file UserPreferences.java.
Referenced by org.sleuthkit.autopsy.corecomponents.DataContentViewerHex.BackgroundFileCopyTask.doInBackground().
|
static |
Retrieves the path for the Geolocation MBTiles data source file.
Definition at line 869 of file UserPreferences.java.
Referenced by org.sleuthkit.autopsy.geolocation.MapPanel.getTileFactory().
|
static |
Retrieves the address to the OSM server or null if one was not found.
Definition at line 851 of file UserPreferences.java.
Referenced by org.sleuthkit.autopsy.geolocation.MapPanel.getTileFactory().
|
static |
Retrieves the path for the OSM tile zip file or returns empty string if none was found.
Definition at line 832 of file UserPreferences.java.
Referenced by org.sleuthkit.autopsy.geolocation.MapPanel.getTileFactory().
|
static |
Retrieves the Geolocation tile option. If not found, the value will default to 0.
Definition at line 813 of file UserPreferences.java.
Referenced by org.sleuthkit.autopsy.geolocation.MapPanel.getTileFactory().
|
static |
Gets the last used health monitor report path.
Definition at line 929 of file UserPreferences.java.
Referenced by org.sleuthkit.autopsy.healthmonitor.HealthMonitorDashboard.createUserControlPanel().
|
static |
Get the user preference which identifies whether the (S)core, (C)omments, and (O)ccurrences columns should be populated and displayed in the result view.
Definition at line 438 of file UserPreferences.java.
Referenced by org.sleuthkit.autopsy.datamodel.OsAccounts.OsAccountNode.addSCOColumns(), org.sleuthkit.autopsy.datamodel.BlackboardArtifactNode.addSCOColumns(), org.sleuthkit.autopsy.commonpropertiessearch.InstanceCountNode.createSheet(), org.sleuthkit.autopsy.datamodel.AbstractAbstractFileNode< SpecialDirectory >.getProperties(), and org.sleuthkit.autopsy.corecomponents.ViewPreferencesPanel.load().
|
static |
Definition at line 535 of file UserPreferences.java.
Referenced by org.sleuthkit.autopsy.core.ServicesMonitor.checkKeywordSearchServerConnectionStatus(), org.sleuthkit.autopsy.casemodule.StartupWindowProvider.checkSolr(), org.sleuthkit.autopsy.coordinationservice.CoordinationService.CoordinationService(), org.sleuthkit.autopsy.keywordsearch.Server.getMultiUserServerProperties(), org.sleuthkit.autopsy.corecomponents.MultiUserSettingsPanel.populateSolrAndZkSettings(), and org.sleuthkit.autopsy.integrationtesting.IntegrationTestService.pushSolrSettings().
|
static |
Definition at line 543 of file UserPreferences.java.
Referenced by org.sleuthkit.autopsy.core.ServicesMonitor.checkKeywordSearchServerConnectionStatus(), org.sleuthkit.autopsy.coordinationservice.CoordinationService.CoordinationService(), org.sleuthkit.autopsy.keywordsearch.Server.getMultiUserServerProperties(), org.sleuthkit.autopsy.corecomponents.MultiUserSettingsPanel.populateSolrAndZkSettings(), and org.sleuthkit.autopsy.integrationtesting.IntegrationTestService.pushSolrSettings().
|
static |
Definition at line 511 of file UserPreferences.java.
References org.sleuthkit.autopsy.core.UserPreferences.isMultiUserSupported().
Referenced by org.sleuthkit.autopsy.casemodule.CaseOpenAction.actionPerformed(), org.sleuthkit.autopsy.healthmonitor.HealthMonitor.activateMonitorLocally(), org.sleuthkit.autopsy.featureaccess.FeatureAccessUtils.canCreateMultiUserCases(), org.sleuthkit.autopsy.core.ServicesMonitor.checkAllServices(), org.sleuthkit.autopsy.casemodule.StartupWindowProvider.checkSolr(), org.sleuthkit.autopsy.centralrepository.datamodel.CentralRepoDbManager.isPostgresMultiuserAllowed(), org.sleuthkit.autopsy.casemodule.Case.openAsCurrentCase(), org.sleuthkit.autopsy.casemodule.Case.openCaseDataBase(), and org.sleuthkit.autopsy.centralrepository.eventlisteners.Installer.setupDefaultCentralRepository().
|
static |
Reads persisted setting of whether process time out functionality is enabled.
Definition at line 676 of file UserPreferences.java.
Referenced by org.sleuthkit.autopsy.coreutils.ExecUtil.TimedProcessTerminator.TimedProcessTerminator().
|
static |
get the maximum number of log files to save
Definition at line 715 of file UserPreferences.java.
Referenced by org.sleuthkit.autopsy.coreutils.Logger.createFileHandlerWithTraces().
|
static |
Get the maximum JVM heap size (in MB) for the embedded Solr server. The returned value depends on the platform (64bit vs 32bit).
Definition at line 744 of file UserPreferences.java.
References org.sleuthkit.autopsy.coreutils.PlatformUtil.is64BitJVM().
Referenced by org.sleuthkit.autopsy.keywordsearch.Server.runLocalSolr4ControlCommand(), and org.sleuthkit.autopsy.keywordsearch.Server.runLocalSolr8ControlCommand().
|
static |
Reads persisted message service connection info.
Definition at line 624 of file UserPreferences.java.
References org.sleuthkit.autopsy.coreutils.TextConverter.convertHexTextToText(), and org.sleuthkit.autopsy.core.UserPreferences.DEFAULT_PORT_INT.
Referenced by org.sleuthkit.autopsy.core.ServicesMonitor.checkMessagingServerConnectionStatus(), org.sleuthkit.autopsy.events.AutopsyEventPublisher.openRemoteEventChannel(), and org.sleuthkit.autopsy.integrationtesting.IntegrationTestService.pushActiveMqSettings().
|
static |
Get mode from persistent storage.
Definition at line 279 of file UserPreferences.java.
References org.sleuthkit.autopsy.coreutils.ModuleSettings.getConfigSetting(), org.sleuthkit.autopsy.coreutils.ModuleSettings.settingExists(), and org.sleuthkit.autopsy.core.UserPreferences.SelectedMode.STANDALONE.
|
static |
Reads persisted process time out value.
Definition at line 649 of file UserPreferences.java.
Referenced by org.sleuthkit.autopsy.coreutils.ExecUtil.TimedProcessTerminator.TimedProcessTerminator().
|
static |
Get the maximum number of results to display in a result table.
Definition at line 766 of file UserPreferences.java.
Referenced by org.sleuthkit.autopsy.corecomponents.ViewPreferencesPanel.load().
|
staticprivate |
Returns the path to the preferences for the identifier in the shared preference directory.
identifier | The identifier. |
Definition at line 71 of file UserPreferences.java.
References org.sleuthkit.autopsy.coreutils.PlatformUtil.getModuleConfigDirectory().
|
static |
Definition at line 551 of file UserPreferences.java.
Referenced by org.sleuthkit.autopsy.core.ServicesMonitor.checkKeywordSearchServerConnectionStatus(), org.sleuthkit.autopsy.keywordsearch.Server.getMultiUserServerProperties(), and org.sleuthkit.autopsy.corecomponents.MultiUserSettingsPanel.populateSolrAndZkSettings().
|
static |
Definition at line 559 of file UserPreferences.java.
Referenced by org.sleuthkit.autopsy.core.ServicesMonitor.checkKeywordSearchServerConnectionStatus(), org.sleuthkit.autopsy.keywordsearch.Server.getMultiUserServerProperties(), and org.sleuthkit.autopsy.corecomponents.MultiUserSettingsPanel.populateSolrAndZkSettings().
|
staticprivate |
Definition at line 876 of file UserPreferences.java.
References org.sleuthkit.autopsy.core.UserPreferences.getAppName(), and org.sleuthkit.autopsy.core.UserPreferences.TEMP_FOLDER.
Referenced by org.sleuthkit.autopsy.core.UserPreferences.getAppTempDirectory().
|
static |
Definition at line 587 of file UserPreferences.java.
|
static |
Definition at line 385 of file UserPreferences.java.
Referenced by org.sleuthkit.autopsy.datamodel.ContentUtils.getTimeZone(), org.sleuthkit.autopsy.coreutils.TimeZoneUtils.getTimeZone(), org.sleuthkit.autopsy.communications.Utils.getUserPreferredZoneId(), org.sleuthkit.autopsy.corecomponents.ViewPreferencesPanel.load(), and org.sleuthkit.autopsy.datasourcesummary.datamodel.TimelineSummary.TimelineSummary().
|
static |
Definition at line 595 of file UserPreferences.java.
Referenced by org.sleuthkit.autopsy.texttranslation.ui.TranslatedTextViewer.ExtractAndTranslateTextTask.getFileText(), and org.sleuthkit.autopsy.texttranslation.ui.TranslatedTextViewer.setNode().
|
static |
Definition at line 567 of file UserPreferences.java.
Referenced by org.sleuthkit.autopsy.coordinationservice.CoordinationService.CoordinationService(), org.sleuthkit.autopsy.corecomponents.MultiUserSettingsPanel.isRestartRequired(), org.sleuthkit.autopsy.corecomponents.MultiUserSettingsPanel.populateSolrAndZkSettings(), and org.sleuthkit.autopsy.integrationtesting.IntegrationTestService.pushZookeeperSettings().
|
static |
Definition at line 575 of file UserPreferences.java.
Referenced by org.sleuthkit.autopsy.coordinationservice.CoordinationService.CoordinationService(), org.sleuthkit.autopsy.corecomponents.MultiUserSettingsPanel.isRestartRequired(), org.sleuthkit.autopsy.corecomponents.MultiUserSettingsPanel.populateSolrAndZkSettings(), and org.sleuthkit.autopsy.integrationtesting.IntegrationTestService.pushZookeeperSettings().
|
static |
Definition at line 402 of file UserPreferences.java.
|
static |
Definition at line 345 of file UserPreferences.java.
Referenced by org.sleuthkit.autopsy.corecomponents.ViewPreferencesPanel.load(), and org.sleuthkit.autopsy.directorytree.ViewContextAction.ViewContextAction().
|
static |
Definition at line 353 of file UserPreferences.java.
Referenced by org.sleuthkit.autopsy.datamodel.FileTypesByExtension.createQuery(), and org.sleuthkit.autopsy.corecomponents.ViewPreferencesPanel.load().
|
static |
Definition at line 361 of file UserPreferences.java.
Referenced by org.sleuthkit.autopsy.corecomponents.ViewPreferencesPanel.load(), and org.sleuthkit.autopsy.directorytree.ViewContextAction.ViewContextAction().
|
static |
Definition at line 369 of file UserPreferences.java.
Referenced by org.sleuthkit.autopsy.corecomponents.ViewPreferencesPanel.load().
|
static |
Checks to see if SolrSearchService is a registered AutopsyService. If the module is not found, the keyword search module and solr services have likely been excluded from the build. In that event, services relying on Solr (a.k.a. multiuser cases) will be disabled.
Definition at line 525 of file UserPreferences.java.
References org.sleuthkit.autopsy.core.UserPreferences.multiUserSupported.
Referenced by org.sleuthkit.autopsy.core.UserPreferences.getIsMultiUserModeEnabled().
|
static |
|
static |
Definition at line 393 of file UserPreferences.java.
Referenced by org.sleuthkit.autopsy.ingest.IngestManager.IngestManager().
|
static |
Reload all preferences from disk. This is only needed if the preferences file is being directly modified on disk while Autopsy is running.
BackingStoreException |
Definition at line 302 of file UserPreferences.java.
|
static |
Definition at line 330 of file UserPreferences.java.
|
static |
Saves the current preferences to storage. This is only needed if the preferences files are going to be copied to another location while Autopsy is running.
BackingStoreException |
Definition at line 316 of file UserPreferences.java.
|
static |
Set the display name for this program
name | Display name |
Definition at line 706 of file UserPreferences.java.
|
static |
Persists case database connection info.
connectionInfo | An object encapsulating the database connection info. |
Definition at line 495 of file UserPreferences.java.
References org.sleuthkit.autopsy.coreutils.TextConverter.convertTextToHexText().
Referenced by org.sleuthkit.autopsy.integrationtesting.IntegrationTestService.pushPostgresSettings(), and org.sleuthkit.autopsy.testing.AutopsyTestCases.setMultiUserPerferences().
|
static |
Definition at line 381 of file UserPreferences.java.
Referenced by org.sleuthkit.autopsy.corecomponents.ViewPreferencesPanel.store(), org.sleuthkit.autopsy.corecomponents.ViewPreferencesPanel.useAnotherTimeRadioButtonActionPerformed(), and org.sleuthkit.autopsy.corecomponents.ViewPreferencesPanel.useLocalTimeRadioButtonActionPerformed().
|
static |
Definition at line 453 of file UserPreferences.java.
Referenced by org.sleuthkit.autopsy.corecomponents.ViewPreferencesPanel.fileNameTranslationColumnCheckboxActionPerformed(), and org.sleuthkit.autopsy.corecomponents.ViewPreferencesPanel.store().
|
static |
Set the HdX path.
executablePath | User-inputted path to HxD executable |
Definition at line 784 of file UserPreferences.java.
|
static |
Sets the path for Geolocation MBTiles data source file.
absolutePath |
Definition at line 860 of file UserPreferences.java.
|
static |
Sets the address of geolocation window user defined OSM server data source.
address |
Definition at line 842 of file UserPreferences.java.
|
static |
Sets the path to the OSM tile zip file.
absolutePath |
Definition at line 822 of file UserPreferences.java.
|
static |
Set the geolocation tile server option.
option |
Definition at line 803 of file UserPreferences.java.
|
static |
Definition at line 407 of file UserPreferences.java.
|
static |
Set the last used health monitor report path.
reportPath | Last used health monitor report path. |
Definition at line 919 of file UserPreferences.java.
Referenced by org.sleuthkit.autopsy.healthmonitor.HealthMonitorDashboard.createUserControlPanel().
|
static |
Definition at line 349 of file UserPreferences.java.
Referenced by org.sleuthkit.autopsy.corecomponents.ViewPreferencesPanel.dataSourcesHideKnownCheckboxActionPerformed(), and org.sleuthkit.autopsy.corecomponents.ViewPreferencesPanel.store().
|
static |
Definition at line 357 of file UserPreferences.java.
Referenced by org.sleuthkit.autopsy.corecomponents.ViewPreferencesPanel.store(), and org.sleuthkit.autopsy.corecomponents.ViewPreferencesPanel.viewsHideKnownCheckboxActionPerformed().
|
static |
Set the user preference which identifies whether the (S)core, (C)omments, and (O)ccurrences columns should be populated and displayed in the result view.
value | The value of which to assign to the user preference. |
Definition at line 449 of file UserPreferences.java.
Referenced by org.sleuthkit.autopsy.corecomponents.ViewPreferencesPanel.scoColumnsCheckboxActionPerformed(), and org.sleuthkit.autopsy.corecomponents.ViewPreferencesPanel.store().
|
static |
Definition at line 365 of file UserPreferences.java.
Referenced by org.sleuthkit.autopsy.corecomponents.ViewPreferencesPanel.dataSourcesHideSlackCheckboxActionPerformed(), and org.sleuthkit.autopsy.corecomponents.ViewPreferencesPanel.store().
|
static |
Definition at line 373 of file UserPreferences.java.
Referenced by org.sleuthkit.autopsy.corecomponents.ViewPreferencesPanel.store(), and org.sleuthkit.autopsy.corecomponents.ViewPreferencesPanel.viewsHideSlackCheckboxActionPerformed().
|
static |
Definition at line 539 of file UserPreferences.java.
Referenced by org.sleuthkit.autopsy.integrationtesting.IntegrationTestService.pushSolrSettings(), and org.sleuthkit.autopsy.testing.AutopsyTestCases.setMultiUserPerferences().
|
static |
Definition at line 547 of file UserPreferences.java.
Referenced by org.sleuthkit.autopsy.integrationtesting.IntegrationTestService.pushSolrSettings(), and org.sleuthkit.autopsy.testing.AutopsyTestCases.setMultiUserPerferences().
|
static |
Definition at line 507 of file UserPreferences.java.
Referenced by org.sleuthkit.autopsy.testing.AutopsyTestCases.AutopsyTestCases(), and org.sleuthkit.autopsy.testing.AutopsyTestCases.setMultiUserPerferences().
|
static |
Stores persisted setting of whether process time out functionality is enabled.
enabled | Persisted setting of whether process time out functionality is enabled. |
Definition at line 688 of file UserPreferences.java.
|
static |
Definition at line 341 of file UserPreferences.java.
Referenced by org.sleuthkit.autopsy.corecomponents.ViewPreferencesPanel.keepCurrentViewerRadioButtonActionPerformed(), org.sleuthkit.autopsy.corecomponents.ViewPreferencesPanel.store(), and org.sleuthkit.autopsy.corecomponents.ViewPreferencesPanel.useBestViewerRadioButtonActionPerformed().
|
static |
Set the maximum number of log files to save
count | number of log files |
Definition at line 733 of file UserPreferences.java.
|
static |
Set the maximum JVM heap size (in MB) for the embedded Solr server.
maxSize |
Definition at line 757 of file UserPreferences.java.
|
static |
Persists message service connection info.
info | An object encapsulating the message service info. |
Definition at line 606 of file UserPreferences.java.
References org.sleuthkit.autopsy.coreutils.TextConverter.convertTextToHexText().
Referenced by org.sleuthkit.autopsy.integrationtesting.IntegrationTestService.pushActiveMqSettings(), and org.sleuthkit.autopsy.testing.AutopsyTestCases.setMultiUserPerferences().
|
static |
Set mode to persistent storage.
mode | Selected mode. |
Definition at line 292 of file UserPreferences.java.
References org.sleuthkit.autopsy.coreutils.ModuleSettings.setConfigSetting().
Referenced by org.sleuthkit.autopsy.core.Installer.updateConfig().
|
static |
Definition at line 397 of file UserPreferences.java.
|
static |
Stores persisted process time out value.
value | Persisted process time out value (hours). |
Definition at line 662 of file UserPreferences.java.
|
static |
Set the maximum number of results to display in a result table.
pageSize |
Definition at line 775 of file UserPreferences.java.
Referenced by org.sleuthkit.autopsy.corecomponents.ViewPreferencesPanel.maxResultsSpinnerStateChanged(), and org.sleuthkit.autopsy.corecomponents.ViewPreferencesPanel.store().
|
static |
Set the user preference which identifies whether tags should be shown for only the current user or all users.
value | - true for just the current user, false for all users |
Definition at line 427 of file UserPreferences.java.
Referenced by org.sleuthkit.autopsy.corecomponents.ViewPreferencesPanel.hideOtherUsersTagsCheckboxActionPerformed(), and org.sleuthkit.autopsy.corecomponents.ViewPreferencesPanel.store().
|
static |
Definition at line 555 of file UserPreferences.java.
|
static |
Definition at line 563 of file UserPreferences.java.
|
static |
Definition at line 583 of file UserPreferences.java.
|
static |
Definition at line 389 of file UserPreferences.java.
Referenced by org.sleuthkit.autopsy.corecomponents.ViewPreferencesPanel.store(), and org.sleuthkit.autopsy.corecomponents.ViewPreferencesPanel.timeZoneListValueChanged().
|
static |
Definition at line 591 of file UserPreferences.java.
|
static |
Definition at line 571 of file UserPreferences.java.
Referenced by org.sleuthkit.autopsy.integrationtesting.IntegrationTestService.pushZookeeperSettings(), and org.sleuthkit.autopsy.testing.AutopsyTestCases.setMultiUserPerferences().
|
static |
Definition at line 579 of file UserPreferences.java.
Referenced by org.sleuthkit.autopsy.integrationtesting.IntegrationTestService.pushZookeeperSettings(), and org.sleuthkit.autopsy.testing.AutopsyTestCases.setMultiUserPerferences().
|
static |
Get the user preference which identifies whether tags should be shown for only the current user or all users.
Definition at line 417 of file UserPreferences.java.
Referenced by org.sleuthkit.autopsy.datamodel.Tags.TagNameNodeFactory.createKeys(), org.sleuthkit.autopsy.datamodel.Tags.ContentTagNodeFactory.createKeys(), org.sleuthkit.autopsy.datamodel.Tags.BlackboardArtifactTagNodeFactory.createKeys(), org.sleuthkit.autopsy.corecomponents.ViewPreferencesPanel.load(), org.sleuthkit.autopsy.datamodel.Tags.TagNameNode.updateDisplayName(), org.sleuthkit.autopsy.datamodel.Tags.ContentTagTypeNode.updateDisplayName(), and org.sleuthkit.autopsy.datamodel.Tags.BlackboardArtifactTagTypeNode.updateDisplayName().
|
staticprivate |
Definition at line 136 of file UserPreferences.java.
|
staticprivate |
Definition at line 160 of file UserPreferences.java.
Referenced by org.sleuthkit.autopsy.core.UserPreferences.getMessageServiceConnectionInfo().
|
staticprivate |
Definition at line 159 of file UserPreferences.java.
|
staticprivate |
Definition at line 122 of file UserPreferences.java.
|
staticprivate |
Definition at line 127 of file UserPreferences.java.
|
staticprivate |
Definition at line 126 of file UserPreferences.java.
|
static |
Definition at line 108 of file UserPreferences.java.
Referenced by org.sleuthkit.autopsy.communications.FiltersPanel.FiltersPanel(), and org.sleuthkit.autopsy.directorytree.DirectoryTreeTopComponent.subscribeToChangeEvents().
|
static |
Definition at line 113 of file UserPreferences.java.
Referenced by org.sleuthkit.autopsy.directorytree.DirectoryTreeTopComponent.subscribeToChangeEvents().
|
staticprivate |
Definition at line 114 of file UserPreferences.java.
|
static |
Definition at line 142 of file UserPreferences.java.
|
static |
Definition at line 144 of file UserPreferences.java.
|
static |
Definition at line 146 of file UserPreferences.java.
|
static |
Definition at line 143 of file UserPreferences.java.
|
static |
Definition at line 147 of file UserPreferences.java.
|
static |
Definition at line 145 of file UserPreferences.java.
|
static |
Definition at line 115 of file UserPreferences.java.
|
staticprivate |
Definition at line 201 of file UserPreferences.java.
|
staticprivate |
Definition at line 78 of file UserPreferences.java.
|
staticprivate |
Definition at line 83 of file UserPreferences.java.
|
staticprivate |
Definition at line 131 of file UserPreferences.java.
|
staticprivate |
Definition at line 161 of file UserPreferences.java.
|
staticprivate |
Definition at line 130 of file UserPreferences.java.
|
staticprivate |
Definition at line 140 of file UserPreferences.java.
|
static |
Definition at line 110 of file UserPreferences.java.
|
staticprivate |
Definition at line 128 of file UserPreferences.java.
|
static |
Definition at line 104 of file UserPreferences.java.
Referenced by org.sleuthkit.autopsy.directorytree.DirectoryTreeTopComponent.subscribeToChangeEvents().
|
static |
Definition at line 105 of file UserPreferences.java.
Referenced by org.sleuthkit.autopsy.directorytree.DirectoryTreeTopComponent.subscribeToChangeEvents().
|
static |
Definition at line 112 of file UserPreferences.java.
Referenced by org.sleuthkit.autopsy.directorytree.DirectoryTreeTopComponent.subscribeToChangeEvents().
|
static |
Definition at line 106 of file UserPreferences.java.
Referenced by org.sleuthkit.autopsy.directorytree.DirectoryTreeTopComponent.subscribeToChangeEvents().
|
static |
Definition at line 107 of file UserPreferences.java.
Referenced by org.sleuthkit.autopsy.directorytree.DirectoryTreeTopComponent.subscribeToChangeEvents().
|
static |
Definition at line 139 of file UserPreferences.java.
|
static |
Definition at line 103 of file UserPreferences.java.
Referenced by org.sleuthkit.autopsy.directorytree.DirectoryTreeTopComponent.subscribeToChangeEvents().
|
staticprivate |
Definition at line 225 of file UserPreferences.java.
|
staticprivate |
Definition at line 124 of file UserPreferences.java.
Referenced by org.sleuthkit.autopsy.core.UserPreferences.getDefaultLogFileCount().
|
staticprivate |
Definition at line 181 of file UserPreferences.java.
|
staticprivate |
Definition at line 76 of file UserPreferences.java.
|
staticprivate |
Definition at line 81 of file UserPreferences.java.
|
staticprivate |
Definition at line 123 of file UserPreferences.java.
|
staticprivate |
Definition at line 156 of file UserPreferences.java.
|
staticprivate |
Definition at line 154 of file UserPreferences.java.
|
staticprivate |
Definition at line 157 of file UserPreferences.java.
|
staticprivate |
Definition at line 155 of file UserPreferences.java.
|
staticprivate |
Definition at line 135 of file UserPreferences.java.
|
staticprivate |
Definition at line 194 of file UserPreferences.java.
|
staticprivate |
Definition at line 77 of file UserPreferences.java.
|
staticprivate |
Definition at line 82 of file UserPreferences.java.
|
staticprivate |
Definition at line 515 of file UserPreferences.java.
Referenced by org.sleuthkit.autopsy.core.UserPreferences.isMultiUserSupported().
|
static |
Definition at line 119 of file UserPreferences.java.
|
static |
Definition at line 141 of file UserPreferences.java.
|
static |
Definition at line 120 of file UserPreferences.java.
|
static |
Definition at line 121 of file UserPreferences.java.
|
static |
Definition at line 116 of file UserPreferences.java.
Referenced by org.sleuthkit.autopsy.corecomponents.DataResultViewerTable.initializePagingSupport().
|
static |
Definition at line 134 of file UserPreferences.java.
Referenced by org.sleuthkit.autopsy.core.Installer.updateConfig().
|
static |
Definition at line 111 of file UserPreferences.java.
Referenced by org.sleuthkit.autopsy.directorytree.DirectoryTreeTopComponent.subscribeToChangeEvents().
|
staticprivate |
Definition at line 150 of file UserPreferences.java.
|
staticprivate |
Definition at line 151 of file UserPreferences.java.
|
staticprivate |
Definition at line 148 of file UserPreferences.java.
|
staticprivate |
Definition at line 149 of file UserPreferences.java.
|
static |
Definition at line 125 of file UserPreferences.java.
|
staticprivate |
Definition at line 129 of file UserPreferences.java.
Referenced by org.sleuthkit.autopsy.core.UserPreferences.getSystemTempDirFile().
|
static |
Definition at line 158 of file UserPreferences.java.
Referenced by org.sleuthkit.autopsy.directorytree.DirectoryTreeTopComponent.subscribeToChangeEvents().
|
static |
Definition at line 109 of file UserPreferences.java.
Referenced by org.sleuthkit.autopsy.communications.FiltersPanel.FiltersPanel(), and org.sleuthkit.autopsy.directorytree.DirectoryTreeTopComponent.subscribeToChangeEvents().
|
staticprivate |
Definition at line 164 of file UserPreferences.java.
|
staticprivate |
Definition at line 75 of file UserPreferences.java.
|
staticprivate |
Definition at line 80 of file UserPreferences.java.
|
staticprivate |
Definition at line 152 of file UserPreferences.java.
|
staticprivate |
Definition at line 153 of file UserPreferences.java.
Copyright © 2012-2022 Basis Technology. Generated on: Tue Jun 27 2023
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.