Uses of Class
tv.hd3g.authkit.mod.dto.ressource.UserDto
Packages that use UserDto
Package
Description
-
Uses of UserDto in tv.hd3g.authkit.mod.controller
Methods in tv.hd3g.authkit.mod.controller that return types with arguments of type UserDtoModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<UserDto>org.springframework.http.ResponseEntity<ItemListDto<UserDto>>RestControllerUser.listLinkedUsersForGroup(@NotEmpty String _groupName) org.springframework.http.ResponseEntity<ItemListDto<UserDto>>RestControllerUser.listUsers(int pos, int size) -
Uses of UserDto in tv.hd3g.authkit.mod.repository
Methods in tv.hd3g.authkit.mod.repository that return types with arguments of type UserDtoModifier and TypeMethodDescriptionUserDao.getUserByUUID(UUID userUUID) UserDaoImpl.getUserByUUID(UUID userUUID) UserDao.getUserList(int pos, int size) UserDaoImpl.getUserList(int pos, int size) -
Uses of UserDto in tv.hd3g.authkit.mod.service
Methods in tv.hd3g.authkit.mod.service that return types with arguments of type UserDtoModifier and TypeMethodDescriptionAuthenticationService.listLinkedUsersForGroup(String groupName) AuthenticationServiceImpl.listLinkedUsersForGroup(String groupName)