Skip to content

v9.10 - License Shortname Filtering

Latest
Compare
Choose a tag to compare
@JuicyDragon JuicyDragon released this 30 Apr 23:07
· 1 commit to master since this release

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");