Uses of Class
tv.hd3g.authkit.mod.dto.ressource.UserDto
-
Packages that use UserDto Package Description tv.hd3g.authkit.mod.controller tv.hd3g.authkit.mod.repository tv.hd3g.authkit.mod.service -
-
Uses of UserDto in tv.hd3g.authkit.mod.controller
Methods in tv.hd3g.authkit.mod.controller that return types with arguments of type UserDto Modifier and Type Method Description org.springframework.http.ResponseEntity<UserDto>RestControllerUser. getUser(@NotEmpty String _uuid)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 UserDto Modifier and Type Method Description Optional<UserDto>UserDao. getUserByUUID(UUID userUUID)Optional<UserDto>UserDaoImpl. getUserByUUID(UUID userUUID)List<UserDto>UserDao. getUserList(int pos, int size)List<UserDto>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 UserDto Modifier and Type Method Description List<UserDto>AuthenticationService. listLinkedUsersForGroup(String groupName)List<UserDto>AuthenticationServiceImpl. listLinkedUsersForGroup(String groupName)
-