Uses of Class
com.opencloud.license.LicenseComponent
-
Packages that use LicenseComponent Package Description com.opencloud.license -
-
Uses of LicenseComponent in com.opencloud.license
Methods in com.opencloud.license that return LicenseComponent Modifier and Type Method Description LicenseComponent[]
LicenseInfo. getLicenseComponents()
Returns a non-empty array of LicenseComponents.Constructor parameters in com.opencloud.license with type arguments of type LicenseComponent Constructor Description LicenseInfo(String serialString, String issuedTo, ArrayList<LicenseComponent> allowedComponents, Date createdAt, Date validAfter, Date validUntil, String[] supercedes, HashMap<String,Object> metaData, ArrayList<com.opencloud.license.HostInfo> licensedHosts, ArrayList<com.opencloud.license.CertificateInfo> certificateInfo)
-