Uses of Class
com.sas.lsaf.security.group.GroupNotFoundException
-
Packages that use GroupNotFoundException Package Description com.sas.lsaf.security.group 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 GroupNotFoundException Modifier and Type Method Description void
GroupService. deleteGroup(java.lang.String groupId)
Deletes the group.Group
GroupService. getGroupById(java.lang.String groupId)
Gets the full representation of the group by its identifier.Group
GroupService. getGroupByName(java.lang.String contextId, java.lang.String name)
Gets the full representation of the group by its name and context.GroupDescriptor
GroupService. getGroupDescriptorById(java.lang.String groupId)
Gets the lightweight representation of the group by its identifier.GroupDescriptor
GroupService. getGroupDescriptorByName(java.lang.String contextId, java.lang.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.
-