Modifier and Type | Method and Description |
---|---|
GroupPrincipal |
UserDirectoryService.createGroup(java.lang.String groupname,
java.lang.String displayName,
java.lang.String email)
Creates a new group.
|
GroupPrincipal |
UserDirectoryService.getGroupById(Guid id)
Returns a GroupPrincipal object representing the group with the given ID.
|
GroupPrincipal |
UserDirectoryService.getGroupByName(GroupName groupName)
Returns the group principal with the given name (consisting of both a name component and a domain).
|
Modifier and Type | Method and Description |
---|---|
java.util.List<GroupPrincipal> |
UserDirectoryService.getAllGroups(PrincipalName principalName)
Returns the groups (immediate or otherwise) that the given principal (user or group) is a member of.
|
java.util.List<GroupPrincipal> |
UserDirectoryService.getImmediateGroups(PrincipalName principalName)
Returns the immediate groups that the given principal (user or group) is a member of.
|
java.util.List<GroupPrincipal> |
UserDirectoryService.searchGroups(java.lang.String searchExpression,
int maxResults)
Returns all groups, up to the specified upper limit, with names that matches the given search expression.
|
Copyright © 2013-2020 TIBCO Software Inc. All Rights Reserved.