Modifier and Type | Method and Description |
---|---|
java.util.List<java.lang.String> |
LicenseService.getFunctionsForGroup(GroupName groupName,
java.lang.String licenseName,
boolean includingHeritage)
Returns the active License Functions for a certain group and License.
|
java.util.List<java.lang.String> |
LicenseService.getFunctionsForUser(UserName userName,
java.lang.String licenseName)
Returns the active License Functions for a certain user and License.
|
java.util.List<java.lang.String> |
LicenseService.getLicensesForGroup(GroupName groupName,
boolean includingHeritage)
Returns the Licenses that are enabled for a certain group.
|
java.util.List<java.lang.String> |
LicenseService.getLicensesForUser(UserName userName)
Returns the Licenses that are enabled for a certain user.
|
java.util.List<java.lang.String> |
LicenseService.listFunctionsForLicense(java.lang.String licenseName)
Returns all License Functions that exist on the system for a certain License in the system.
|
java.util.List<java.lang.String> |
LicenseService.listLicenses()
Returns the all Licenses that exist in the system.
|
void |
LicenseService.removeLicenseForGroup(GroupName groupName,
java.lang.String licenseName)
Remove a License set directly on a group; will not do anything with Licenses enabled through group membership.
|
void |
LicenseService.setLicenseAndFunctionsForGroup(GroupName groupName,
java.lang.String licenseName,
java.util.List<java.lang.String> licenseFunctionsNames)
Set the License and License Functions for a certain group.
|
Copyright © 2013-2020 TIBCO Software Inc. All Rights Reserved.