Uses of Class
de.dlr.proseo.usermgr.model.Group
Packages that use Group
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 Group in de.dlr.proseo.usermgr.dao
Methods in de.dlr.proseo.usermgr.dao that return GroupModifier and TypeMethodDescriptionGroupRepository.findByGroupName(String groupName) Get the user group with the given group nameMethods in de.dlr.proseo.usermgr.dao that return types with arguments of type GroupModifier and TypeMethodDescriptionGroupRepository.findByAuthority(String authority) Get all user groups having the given authority (as directly assigned authority)GroupRepository.findByMissionCode(String missionCode) Get all user groups for the given mission -
Uses of Group in de.dlr.proseo.usermgr.model
Methods in de.dlr.proseo.usermgr.model that return GroupModifier and TypeMethodDescriptionGroupAuthority.getGroup()Gets the user group holding this authorityGroupMember.getGroup()Gets the group side of this association entryMethods in de.dlr.proseo.usermgr.model with parameters of type Group -
Uses of Group in de.dlr.proseo.usermgr.rest
Methods in de.dlr.proseo.usermgr.rest that return GroupModifier and TypeMethodDescription(package private) static GroupGroupManager.toModelGroup(RestGroup restGroup) Convert a user group from REST format to the prosEO data model format (including authorities)Methods in de.dlr.proseo.usermgr.rest with parameters of type GroupModifier and TypeMethodDescription(package private) static RestGroupGroupManager.toRestGroup(Group modelGroup) Convert a user group from prosEO data model format to REST format (including authorities)