Class LicUtil
java.lang.Object
de.uplanet.lucy.server.auxiliaries.LicUtil
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetApplicationWhitelist
(String p_strLang) int
int
int
int
int
int
int
int
getNumberOfUsers
(de.uplanet.jdbc.JdbcConnection p_conn) int
getRemainingNULicenses
(de.uplanet.jdbc.JdbcConnection p_conn) long
boolean
boolean
boolean
static boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
-
Constructor Details
-
LicUtil
public LicUtil()
-
-
Method Details
-
isEvaluation
public static boolean isEvaluation() -
getRemainingTestDays
public long getRemainingTestDays() -
getIntrexxVersion
-
needsPortalServer
public boolean needsPortalServer() -
isLicenseV3
public boolean isLicenseV3() -
isIntrexxStarterLicense
public boolean isIntrexxStarterLicense() -
isIntrexxAdvancedLicense
public boolean isIntrexxAdvancedLicense() -
isIntrexxProfessionalLicense
public boolean isIntrexxProfessionalLicense() -
isIntrexxProfessionalFlexLicense
public boolean isIntrexxProfessionalFlexLicense() -
isIntrexxPremiumLicense
public boolean isIntrexxPremiumLicense() -
isIntrexxPremiumFlexLicense
public boolean isIntrexxPremiumFlexLicense() -
isIntrexxMasterLicense
public boolean isIntrexxMasterLicense() -
getIntrexxLicenseFingerprint
-
hasPortalServer
public boolean hasPortalServer() -
isExtranet
public boolean isExtranet() -
isStaffLicense
public boolean isStaffLicense() -
getNumberOfUsers
public int getNumberOfUsers(de.uplanet.jdbc.JdbcConnection p_conn) -
getNumberOfLimitedUsers
public int getNumberOfLimitedUsers() -
getNumberOfExternalUsers
public int getNumberOfExternalUsers() -
getNumberOfExternalUsersByDomain
public int getNumberOfExternalUsersByDomain() -
getNumberOfFullUsers
public int getNumberOfFullUsers() -
isNamedUser
public boolean isNamedUser() -
isLimitedUser
public boolean isLimitedUser() -
isExtranetUser
public boolean isExtranetUser() -
getApplicationWhitelist
-
isNFRLicense
public boolean isNFRLicense() -
isDevelopmentLicense
public boolean isDevelopmentLicense() -
getAvailableNULicenses
public int getAvailableNULicenses() -
getAvailableXULicenses
public int getAvailableXULicenses() -
getRemainingNULicenses
public int getRemainingNULicenses(de.uplanet.jdbc.JdbcConnection p_conn) -
getAvailableLimitedLicenses
public int getAvailableLimitedLicenses() -
hasInsufficientUserLicenses
public boolean hasInsufficientUserLicenses() -
isNamedUserNotLicensed
public boolean isNamedUserNotLicensed() -
isExternalUserNotLicensed
public boolean isExternalUserNotLicensed()
-