Uses of Class
com.sas.lsaf.security.group.Group
Packages that use Group
Package
Description
Service and classes for creating and manipulating groups in the system.
-
Uses of Group in com.sas.lsaf.security.group
Methods in com.sas.lsaf.security.group that return GroupModifier and TypeMethodDescriptionCreates 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.updateGroup(Group group) Updates the definition of the group.Methods in com.sas.lsaf.security.group that return types with arguments of type GroupModifier and TypeMethodDescriptionGets all of the groups defined at the context.GroupService.getGroupsByIds(Set<String> groupIds) Gets all of the groups by a list of identifiers.Methods in com.sas.lsaf.security.group with parameters of type GroupModifier and TypeMethodDescriptionGroupService.updateGroup(Group group) Updates the definition of the group.