19 package com.basistech.df.cybertriage.autopsy.ctoptions.ctcloud;
25 import java.util.Optional;
26 import java.util.logging.Level;
27 import org.openide.modules.ModuleInstall;
28 import org.openide.util.NbBundle.Messages;
52 "Installer_LicenseCheck_cloudExceptionTitle=Cyber Triage Error"
60 if (licenseInfoOpt.isEmpty()) {
68 LOGGER.log(Level.WARNING,
"A cloud exception occurred while fetching an auth token", cloudEx);
70 }
catch (Throwable t) {
71 LOGGER.log(Level.WARNING,
"An error occurred while fetching license info", t);
DecryptedLicenseResponse getDecryptedLicense()
static Installer getDefault()
static CTApiDAO getInstance()
synchronized Optional< LicenseInfo > loadLicenseInfo()
static CTLicensePersistence getInstance()
static final Logger LOGGER
AuthTokenResponse getAuthToken(DecryptedLicenseResponse decrypted)
static final Installer INSTANCE
synchronized static Logger getLogger(String name)
static void warn(String title, String message)