com.solidstategroup.cms.license
Class LicenseManager
java.lang.Object
com.solidstategroup.cms.license.LicenseManager
- Direct Known Subclasses:
- XMLLicenseManager
public class LicenseManager
- extends java.lang.Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
outreachLicenseExists
protected static boolean outreachLicenseExists
outreachsmsLicenseExists
protected static boolean outreachsmsLicenseExists
webdeckLicenseExists
protected static boolean webdeckLicenseExists
webdeckliteLicenseExists
protected static boolean webdeckliteLicenseExists
licenseFileLocation
protected static java.lang.String licenseFileLocation
LicenseManager
public LicenseManager()
setupCiphers
protected static void setupCiphers()
validateLicense
public static boolean validateLicense(java.lang.String licenseToCheck)
retrieveLicenses
public static boolean retrieveLicenses()
isWebDeckLicenseValid
public static boolean isWebDeckLicenseValid()
isWebDeckLiteLicenseValid
public static boolean isWebDeckLiteLicenseValid()
webDeckLicenseExpires
public static java.util.Date webDeckLicenseExpires()
webDeckLiteLicenseExpires
public static java.util.Date webDeckLiteLicenseExpires()
isOutReachSMSLicenseValid
public static boolean isOutReachSMSLicenseValid()
outReachSMSLicenseExpires
public static java.util.Date outReachSMSLicenseExpires()
isOutReachLicenseValid
public static boolean isOutReachLicenseValid()
outReachLicenseExpires
public static java.util.Date outReachLicenseExpires()
getClientName
public static java.lang.String getClientName()
setClientName
public static void setClientName(java.lang.String clientName)
getApplicationName
public static java.lang.String getApplicationName()
setApplicationName
public static void setApplicationName(java.lang.String applicationName)
getEncodingtype
public static java.lang.String getEncodingtype()
getEncryptCipher
public static javax.crypto.Cipher getEncryptCipher()
getDecryptCipher
public static javax.crypto.Cipher getDecryptCipher()
getEncryptedString
public static java.lang.String getEncryptedString()
setEncryptedString
public static void setEncryptedString(java.lang.String encryptedString)
isOutreachLicenseExists
public static boolean isOutreachLicenseExists()
isOutreachSMSLicenseExists
public static boolean isOutreachSMSLicenseExists()
isWebdeckLicenseExists
public static boolean isWebdeckLicenseExists()
isOutreachsmsLicenseExists
public static boolean isOutreachsmsLicenseExists()
isWebdeckliteLicenseExists
public static boolean isWebdeckliteLicenseExists()
getLicenseFileLocation
public static java.lang.String getLicenseFileLocation()
setLicenseFileLocation
public static void setLicenseFileLocation(java.lang.String licenseFileLocation)
getClientContact
public static java.lang.String getClientContact()
setClientContact
public static void setClientContact(java.lang.String clientContact)