The License Class of the com.ms.license package supports the validate method, which is used to validate a license for a Java object.
public class License { // Methods public static void validate(Object obj, String server, String lic, boolean runtime) throws LicenseException; }