Uses of Class
com.sas.lsaf.security.group.GroupNotFoundException
Packages that use GroupNotFoundException
Package
Description
Service and classes for creating and manipulating groups in the system.
-
Uses of GroupNotFoundException in com.sas.lsaf.security.group
Methods in com.sas.lsaf.security.group that throw GroupNotFoundExceptionModifier and TypeMethodDescriptionvoidGroupService.deleteGroup(String groupId) Deletes the group.GroupService.getGroupById(String groupId) Gets the full representation of the group by its identifier.GroupService.getGroupByName(String contextId, String name) Gets the full representation of the group by its name and context.GroupService.getGroupDescriptorById(String groupId) Gets the lightweight representation of the group by its identifier.GroupService.getGroupDescriptorByName(String contextId, String name) Gets the lightweight representation of a group by its name and context.GroupService.updateGroup(Group group) Updates the definition of the group.