Uses of Interface
ubic.gemma.core.security.model.UserGroup
Packages that use UserGroup
Package
Description
-
Uses of UserGroup in ubic.gemma.core.security.authentication
Methods in ubic.gemma.core.security.authentication that return UserGroupMethods in ubic.gemma.core.security.authentication that return types with arguments of type UserGroupModifier and TypeMethodDescriptionBaseUserService.findGroupsForUser(User user) UserServiceImpl.findGroupsForUser(User user) BaseUserService.listAvailableGroups()A list of groups available to the current user (will be security-filtered)...might need to allow anonymous.UserServiceImpl.listAvailableGroups()Methods in ubic.gemma.core.security.authentication with parameters of type UserGroupModifier and TypeMethodDescriptionvoidBaseUserService.addGroupAuthority(UserGroup group, String authority) voidUserServiceImpl.addGroupAuthority(UserGroup group, String authority) voidBaseUserService.addUserToGroup(UserGroup group, User user) voidUserServiceImpl.addUserToGroup(UserGroup group, User user) voidRemove a group from the persistent storevoidvoidBaseUserService.removeGroupAuthority(UserGroup group, String authority) Remove an authority from a group.voidUserServiceImpl.removeGroupAuthority(UserGroup group, String authority) voidBaseUserService.removeUserFromGroup(User user, UserGroup group) voidUserServiceImpl.removeUserFromGroup(User user, UserGroup group) voidvoid -
Uses of UserGroup in ubic.gemma.core.security.model
Methods in ubic.gemma.core.security.model that return types with arguments of type UserGroup -
Uses of UserGroup in ubic.gemma.model.common.auditAndSecurity
Classes in ubic.gemma.model.common.auditAndSecurity that implement UserGroupModifier and TypeClassDescriptionclassAn organized group of researchers with an identifiable leader and group members.