Uses of Class
org.molgenis.data.security.auth.Group
-
Packages that use Group Package Description org.molgenis.data.security org.molgenis.data.security.auth org.molgenis.data.security.exception -
-
Uses of Group in org.molgenis.data.security
Constructors in org.molgenis.data.security with parameters of type Group Constructor Description GroupIdentity(Group group) -
Uses of Group in org.molgenis.data.security.auth
Methods in org.molgenis.data.security.auth that return Group Modifier and Type Method Description GroupGroupFactory. create(GroupValue groupValue)GroupGroupService. getGroup(String groupName)Get the group entity by its unique name.GroupRole. getGroup()Methods in org.molgenis.data.security.auth that return types with arguments of type Group Modifier and Type Method Description Collection<Group>GroupService. getGroups()Methods in org.molgenis.data.security.auth with parameters of type Group Modifier and Type Method Description voidGroupService. addMember(Group group, User user, Role role)Add member to group.voidGroupService. removeExtendsRole(Group group, Role memberRole)voidGroupService. removeMember(Group group, User user)voidRole. setGroup(Group group)voidGroupService. updateExtendsRole(Group group, Role groupRole, Role memberRole)voidGroupService. updateMemberRole(Group group, User member, Role newRole) -
Uses of Group in org.molgenis.data.security.exception
Constructors in org.molgenis.data.security.exception with parameters of type Group Constructor Description IsAlreadyMemberException(User user, Group group)NotAValidGroupRoleException(Role role, Group group)
-