Uses of Class
com.sas.lsaf.security.group.GroupExistsException
-
Packages that use GroupExistsException Package Description com.sas.lsaf.security.group Service and classes for creating and manipulating groups in the system. -
-
Uses of GroupExistsException in com.sas.lsaf.security.group
Methods in com.sas.lsaf.security.group that throw GroupExistsException Modifier and Type Method Description Group
GroupService. createGroup(java.lang.String contextId, java.lang.String name, java.lang.String description, java.util.Set<Principal> members)
Creates the group.Group
GroupService. updateGroup(Group group)
Updates the definition of the group.
-