Package de.xima.fc.license
Class LicenseManager
- java.lang.Object
-
- de.xima.fc.license.LicenseManager
-
@Deprecated public class LicenseManager extends Object
Deprecated.UseLicenseAccess
instead
-
-
Constructor Summary
Constructors Constructor Description LicenseManager()
Deprecated.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static void
checkSystemLicense()
Deprecated.static int
getFormCountForClient(Mandant client)
Deprecated.static ELizenzTyp
getLicenseType()
Deprecated.Boolean
hasKerberosUsageFeature()
Deprecated.Boolean
hasLDAPAuthenticationFeature()
Deprecated.Boolean
hasNTLMUsageFeature()
Deprecated.static boolean
isValidLicense()
Deprecated.
-
-
-
Method Detail
-
checkSystemLicense
@Deprecated public static void checkSystemLicense()
Deprecated.
-
getFormCountForClient
@Deprecated public static int getFormCountForClient(Mandant client)
Deprecated.
-
getLicenseType
@Deprecated public static ELizenzTyp getLicenseType()
Deprecated.
-
hasKerberosUsageFeature
@Deprecated public Boolean hasKerberosUsageFeature()
Deprecated.
-
hasNTLMUsageFeature
@Deprecated public Boolean hasNTLMUsageFeature()
Deprecated.
-
hasLDAPAuthenticationFeature
@Deprecated public Boolean hasLDAPAuthenticationFeature()
Deprecated.
-
isValidLicense
@Deprecated public static boolean isValidLicense()
Deprecated.
-
-