Package | Description |
---|---|
com.sas.lsaf.security.group |
Service and classes for creating and manipulating groups in the system.
|
Modifier and Type | Method and Description |
---|---|
Group |
GroupService.createGroup(String contextId,
String name,
String description,
Set<Principal> members)
Creates the group.
|
Group |
GroupService.getGroupById(String groupId)
Gets the full representation of the group by its identifier.
|
Group |
GroupService.getGroupByName(String contextId,
String name)
Gets the full representation of the group by its name and context.
|
Group |
GroupService.updateGroup(Group group)
Updates the definition of the group.
|
Modifier and Type | Method and Description |
---|---|
Set<Group> |
GroupService.getGroups(String contextId)
Gets all of the groups defined at the context.
|
Set<Group> |
GroupService.getGroupsByIds(Set<String> groupIds)
Gets all of the groups by a list of identifiers.
|
Modifier and Type | Method and Description |
---|---|
Group |
GroupService.updateGroup(Group group)
Updates the definition of the group.
|
Copyright (c) 2020, SAS Institute Inc., Cary, NC, USA