Uses of Interface
ubic.gemma.core.security.model.User
Packages that use User
Package
Description
-
Uses of User in ubic.gemma.core.security.authentication
Methods in ubic.gemma.core.security.authentication that return UserModifier and TypeMethodDescriptionBaseUserService.findByEmail(String email) BaseUserService.findByUserName(String userName) Methods in ubic.gemma.core.security.authentication that return types with arguments of type UserModifier and TypeMethodDescriptionBaseUserService.loadAll()Retrieves a list of usersUserServiceImpl.loadAll()Methods in ubic.gemma.core.security.authentication with parameters of type UserModifier and TypeMethodDescriptionvoidBaseUserService.addUserToGroup(UserGroup group, User user) voidUserServiceImpl.addUserToGroup(UserGroup group, User user) voidRemove a user from the persistent store.voidBaseUserService.findGroupsForUser(User user) UserServiceImpl.findGroupsForUser(User user) BaseUserService.loadGroupAuthorities(User u) UserServiceImpl.loadGroupAuthorities(User user) voidBaseUserService.removeUserFromGroup(User user, UserGroup group) voidUserServiceImpl.removeUserFromGroup(User user, UserGroup group) voidvoidConstructors in ubic.gemma.core.security.authentication with parameters of type UserModifierConstructorDescriptionUserDetailsImpl(User user) Create a user details object from aUserobject. -
Uses of User in ubic.gemma.core.security.model
Methods in ubic.gemma.core.security.model that return types with arguments of type UserModifier and TypeMethodDescriptionCollection<? extends User> UserGroup.getGroupMembers()A set of users that belong to the group. -
Uses of User in ubic.gemma.model.common.auditAndSecurity
Classes in ubic.gemma.model.common.auditAndSecurity that implement User