Uses of Class
de.dlr.proseo.usermgr.model.User
Packages that use User
Package
Description
Repository services (Data Access Objects) for the prosEO User Manager component
Data model for the prosEO User Manager component (derived from Spring Security database model)
RESTful interface for the prosEO User Manager component
-
Uses of User in de.dlr.proseo.usermgr.dao
Methods in de.dlr.proseo.usermgr.dao that return UserModifier and TypeMethodDescriptionUserRepository.findByUsername(String username) Get the user with the given user nameMethods in de.dlr.proseo.usermgr.dao that return types with arguments of type UserModifier and TypeMethodDescriptionUserRepository.findByAuthority(String authority) Get all user accounts having the given authority (as directly assigned authority)UserRepository.findByExpirationDateBefore(Date expirationLimit) Get all user accounts whose expiration date is reached before the given limit dateUserRepository.findByMissionCode(String missionCode) Get all users for the given mission -
Uses of User in de.dlr.proseo.usermgr.model
Methods in de.dlr.proseo.usermgr.model that return UserModifier and TypeMethodDescriptionAuthority.getUser()Gets the user holding the authorityGroupMember.getUser()Gets the user side of this association entryMethods in de.dlr.proseo.usermgr.model with parameters of type User -
Uses of User in de.dlr.proseo.usermgr.rest
Methods in de.dlr.proseo.usermgr.rest that return UserModifier and TypeMethodDescription(package private) static UserUserManager.toModelUser(RestUser restUser) Convert a user from REST format to the prosEO data model format (including directly assigned authorities)Methods in de.dlr.proseo.usermgr.rest with parameters of type UserModifier and TypeMethodDescription(package private) static RestUserUserManager.toRestUser(User modelUser) Convert a user from prosEO data model format to REST format (including directly assigned authorities)