Modifier and Type | Method and Description |
---|---|
void |
UserDirectoryService.addMembers(GroupName groupName,
java.util.List<PrincipalName> memberNames)
Adds the given principals (users or groups) to the given group.
|
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.
|
GroupPrincipal |
UserDirectoryService.getGroupByName(GroupName groupName)
Returns the group principal with the given name (consisting of both a name component and a domain).
|
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<SpotfirePrincipal> |
UserDirectoryService.getMembers(GroupName groupName)
Returns the immediate members of the given group.
|
boolean |
UserDirectoryService.isMember(GroupName groupName,
PrincipalName principalName)
Returns true if the given principal (user or group) is a member (immediate or otherwise) of the given group.
|
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 |
UserDirectoryService.removeMembers(GroupName groupName,
java.util.List<PrincipalName> memberNames)
Removes the given principals (users or groups) from the given group.
|
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.
|
void |
UserDirectoryService.setMembers(GroupName groupName,
java.util.List<PrincipalName> memberNames)
Sets the given principals (users or groups) as members of the given group.
|
Copyright © 2013-2020 TIBCO Software Inc. All Rights Reserved.