Package | Description |
---|---|
com.sas.lsaf.security.group |
Service and classes for creating and manipulating groups in the system.
|
Modifier and Type | Method and Description |
---|---|
void |
GroupService.deleteGroup(String groupId)
Deletes 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.
|
GroupDescriptor |
GroupService.getGroupDescriptorById(String groupId)
Gets the lightweight representation of the group by its identifier.
|
GroupDescriptor |
GroupService.getGroupDescriptorByName(String contextId,
String name)
Gets the lightweight representation of a group by its name and context.
|
Group |
GroupService.updateGroup(Group group)
Updates the definition of the group.
|
<i>Copyright (c) 2020, SAS Institute Inc., Cary, NC, USA</i>