Package de.xima.fc.license
Class LicenseManager
- java.lang.Object
-
- de.xima.fc.license.LicenseManager
-
@Deprecated public class LicenseManager extends Object
Deprecated.UseLicenseAccessinstead
-
-
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 voidcheckSystemLicense()Deprecated.static intgetFormCountForClient(Mandant client)Deprecated.static ELizenzTypgetLicenseType()Deprecated.BooleanhasKerberosUsageFeature()Deprecated.BooleanhasLDAPAuthenticationFeature()Deprecated.BooleanhasNTLMUsageFeature()Deprecated.static booleanisValidLicense()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.
-
-