Uses of Class
net.datenwerke.security.service.usermanager.entities.Group
Packages that use Group
Package
Description
-
Uses of Group in net.datenwerke.security.service.usermanager
Methods in net.datenwerke.security.service.usermanager that return GroupModifier and TypeMethodDescriptionUserManagerService.getGroupByName(String name) Finds aGroupby nameUserManagerServiceImpl.getGroupByName(String name) Methods in net.datenwerke.security.service.usermanager that return types with arguments of type GroupModifier and TypeMethodDescriptionUserManagerService.getAllGroups()Returns aCollectionof all existingGroupsUserManagerServiceImpl.getAllGroups()UserManagerService.getDirectGroups(User user) Returns groups in which the user is a direct member.UserManagerServiceImpl.getDirectGroups(User user) UserManagerService.getGroups(Collection<Long> groupIds) UserManagerServiceImpl.getGroups(Collection<Long> ids) UserManagerService.getGroupsWithMember(Group group) UserManagerService.getGroupsWithMember(OrganisationalUnit ou) UserManagerServiceImpl.getGroupsWithMember(Group group) UserManagerServiceImpl.getGroupsWithMember(OrganisationalUnit ou) UserManagerService.getIndirectGroups(User user) Returns groups in which the user is an indirect member.UserManagerServiceImpl.getIndirectGroups(User user) UserManagerService.getReferencedGroups(User user) Returns all groups in which the user is a direct or indirect member.UserManagerServiceImpl.getReferencedGroups(User user) Methods in net.datenwerke.security.service.usermanager with parameters of type GroupModifier and TypeMethodDescriptionUserManagerService.getGroupsWithMember(Group group) UserManagerServiceImpl.getGroupsWithMember(Group group) Method parameters in net.datenwerke.security.service.usermanager with type arguments of type GroupModifier and TypeMethodDescriptionbooleanUserManagerServiceImpl.userInFolk(User user, AbstractUserManagerNode folk, Set<Group> seenGroups) -
Uses of Group in net.datenwerke.security.service.usermanager.entities
Methods in net.datenwerke.security.service.usermanager.entities that return types with arguments of type GroupModifier and TypeMethodDescriptionGroup.getAllReferencedGroups()User.getGroups()Returns the groups where this user is a member directly.Group.getReferencedGroups()User.getReferencedGroups(UserManagerService uService) Deprecated.Methods in net.datenwerke.security.service.usermanager.entities with parameters of type GroupModifier and TypeMethodDescriptionvoidGroup.addReferencedGroup(Group referencedGroup) voidUser.addToGroup(Group group) voidGroup.removeReferencedGroup(Group group) Method parameters in net.datenwerke.security.service.usermanager.entities with type arguments of type Group