Skip to content

v9.10 - License Shortname Filtering

Latest

Choose a tag to compare

Updated NuixLicenseResolver to have new method withLicenseShortNameMatching. This method allows you to specify one or more license short name values that a resolved license must match one of:

NuixLicenseResolver cloudEnterpriseWorkstation = NuixLicenseResolver.fromCloud()
                .withLicenseCredentialsResolvedFromEnvVars()
                .withLicenseShortNameMatching("enterprise-workstation");