Uses of Class
tv.hd3g.authkit.mod.dto.ressource.UserPrivacyDto
Packages that use UserPrivacyDto
-
Uses of UserPrivacyDto in tv.hd3g.authkit.mod.controller
Methods in tv.hd3g.authkit.mod.controller that return types with arguments of type UserPrivacyDtoModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<UserPrivacyDto>RestControllerMe.getPrivacy(javax.servlet.http.HttpServletRequest request) org.springframework.http.ResponseEntity<UserPrivacyDto>RestControllerUser.getUserPrivacy(@NotEmpty String _uuid) org.springframework.http.ResponseEntity<ItemListDto<UserPrivacyDto>>RestControllerUser.getUsersPrivacy(ListStringDto userUUIDList) Methods in tv.hd3g.authkit.mod.controller with parameters of type UserPrivacyDtoModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<Object>RestControllerMe.setPrivacy(UserPrivacyDto userPrivacyDto, javax.servlet.http.HttpServletRequest request) org.springframework.http.ResponseEntity<Object>RestControllerUser.setUserPrivacy(UserPrivacyDto userPrivacyDto, @NotEmpty String _userUUID) -
Uses of UserPrivacyDto in tv.hd3g.authkit.mod.service
Methods in tv.hd3g.authkit.mod.service that return types with arguments of type UserPrivacyDtoModifier and TypeMethodDescriptionAuthenticationService.getUserPrivacyList(Collection<String> userUUIDList) AuthenticationServiceImpl.getUserPrivacyList(Collection<String> userUUIDList) Methods in tv.hd3g.authkit.mod.service with parameters of type UserPrivacyDtoModifier and TypeMethodDescriptionvoidAuthenticationService.setUserPrivacy(String userUUID, UserPrivacyDto userPrivacyDto) voidAuthenticationServiceImpl.setUserPrivacy(String userUUID, UserPrivacyDto userPrivacyDto)